Jump to content

MQINFO

From EDM2
Revision as of 13:58, 13 December 2019 by Ak120 (talk | contribs) (Created page with "Message-queue information structure. <code> typedef struct _MQINFO { ULONG cb; Length of structure.: PID pid; Process identity.: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Message-queue information structure.

typedef struct _MQINFO {
  ULONG     cb;         /* Length of structure. */
  PID       pid;        /* Process identity. */
  TID       tid;        /* Thread identity. */
  ULONG     cmsgs;      /* Message count. */
  PVOID     pReserved;  /* Reserved. */
} MQINFO;

typedef MQINFO *PMQINFO;