HANDLE CreateMsgQueue( LPCWSTRlpszName,//队列的名称 LPMSGQUEUEOPTIONSlpOptions//指向一个MSGQUEUEOPTIONS ); LpOptions指向一个MSGQUEUEOPTIONS结构体指针,该结构体定义如下: typedef MSGQUEUEOPTIONS_OS{ DWORDdwSize;//为sizeof(MSGQUEUEOPTIONS) DWORDdwFlags;//描述队列的行为有MSGQUEUE_NOPRECOMMIT、//MSGQUEUE...
This function creates or opens a user-defined message queue. Syntax Copy HANDLE CreateMsgQueue( LPCWSTR lpszName, LPMSGQUEUEOPTIONS lpOptions ); Parameters lpszName [in] Name of the message queue. You can also set this parameter to NULL or you must set it no larger than: MAXPATH character...
This function creates or opens a user-defined message queue.复制 HANDLE CreateMsgQueue(LPCWSTRlpszName,LPMSGQUEUEOPTIONS lpOptions); ParameterslpszName [in] Name of the message queue. You can also set this parameter to NULL or you must set it no larger than the MAX_PATH characters ...
This function creates or opens a user-defined message queue. Syntax 複製 HANDLE CreateMsgQueue( LPCWSTR lpszName, LPMSGQUEUEOPTIONS lpOptions ); Parameters lpszName [in] Name of the message queue. You can also set this parameter to NULL or you must set it no larger than: MAXPATH character...
This function creates or opens a user-defined message queue.複製 HANDLE CreateMsgQueue(LPCWSTRlpszName,LPMSGQUEUEOPTIONS lpOptions); ParameterslpszName [in] Name of the message queue. You can also set this parameter to NULL or you must set it no larger than the MAX_PATH characters ...
This function creates or opens a user-defined message queue.Copy HANDLE CreateMsgQueue(LPCWSTRlpszName,LPMSGQUEUEOPTIONS lpOptions); ParameterslpszName [in] Name of the message queue. You can also set this parameter to NULL or you must set it no larger than the MAX_PATH characters ...
HANDLE CreateMsgQueue( LPCWSTRlpszName,//队列的名称 LPMSGQUEUEOPTIONSlpOptions//指向一个MSGQUEUEOPTIONS ); LpOptions指向一个MSGQUEUEOPTIONS结构体指针,该结构体定义如下: typedef MSGQUEUEOPTIONS_OS{ DWORDdwSize;//为sizeof(MSGQUEUEOPTIONS) DWORDdwFlags;//描述队列的行为有MSGQUEUE_NOPRECOMMIT、//MSGQUEUE...
HANDLE CreateMsgQueue( LPCWSTR lpszName, LPMSGQUEUEOPTIONS lpOptions ); ParameterslpszName [in] Name of the message queue. You can also set this parameter to NULL or you must set it no larger than: MAXPATH characters, including the NULL character.lpOptions [in] Pointer to an MSGQUEUEOPTION...
This function creates or opens a user-defined message queue.Syntax複製 HANDLE CreateMsgQueue( LPCWSTR lpszName, LPMSGQUEUEOPTIONS lpOptions ); ParameterslpszName [in] Name of the message queue. You can also set this parameter to NULL or you must set it no larger than: MAXPATH characters,...