This structure contains information about message queue options.SyntaxCopier typedef MSGQUEUEOPTIONS_OS{ DWORD dwSize; DWORD dwFlags; DWORD dwMaxMessages; DWORD cbMaxMessage; BOOL bReadAccess; } MSGQUEUEOPTIONS
MSGQUEUEOPTIONS (Windows CE 5.0) 發行項 2012/09/14 Send FeedbackThis structure contains information about a message queue.複製 typedef MSGQUEUEOPTIONS_OS{DWORDdwSize;DWORDdwFlags;DWORDdwMaxMessages;DWORDcbMaxMessage;BOOLbReadAccess;} MSGQUEUEOPTIONS, FAR* LPMSGQUEUEOPTIONS, *PMSGQUEUEOPTIONS; ...
This structure contains information about message queue options. Syntax Copy typedef MSGQUEUEOPTIONS_OS{ DWORD dwSize; DWORD dwFlags; DWORD dwMaxMessages; DWORD cbMaxMessage; BOOL bReadAccess; } MSGQUEUEOPTIONS, FAR* LPMSGQUEUEOPTIONS, *PMSGQUEUEOPTIONS; Members dwSize Size of the structure in ...
This structure contains information about message queue options.SyntaxCopy typedef MSGQUEUEOPTIONS_OS{ DWORD dwSize; DWORD dwFlags; DWORD dwMaxMessages; DWORD cbMaxMessage; BOOL bReadAccess; } MSGQUEUEOPTIONS, FAR* LPMSGQUEUEOPTIONS, *PMSGQUEUEOPTIONS; ...
typedef MSGQUEUEOPTIONS_OS{DWORDdwSize;DWORDdwFlags;DWORDdwMaxMessages;DWORDcbMaxMessage;BOOLbReadAccess;} MSGQUEUEOPTIONS, FAR* LPMSGQUEUEOPTIONS, *PMSGQUEUEOPTIONS; MembersdwSize Size of the structure in bytes. dwFlags Describes the behavior of the message queue. Set to MSGQUEUE_NOPRECOMMIT to al...
This structure contains information about a message queue.Copy typedef MSGQUEUEOPTIONS_OS{DWORDdwSize;DWORDdwFlags;DWORDdwMaxMessages;DWORDcbMaxMessage;BOOLbReadAccess;} MSGQUEUEOPTIONS, FAR* LPMSGQUEUEOPTIONS, *PMSGQUEUEOPTIONS; MembersdwSize Size of the structure in bytes. dwFlags Describes the ...