Jump to content

MQINFO

From EDM2
Revision as of 03:22, 18 May 2025 by Ak120 (talk | contribs)
(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;