Jump to content

PDALERTINFO

From EDM2
Revision as of 12:44, 3 April 2025 by Ak120 (talk | contribs) (Example Code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Input/output structure for the SplProtXlateCmd API.

typedef struct _PDALERTINFO {
  ULONG     ulVersion;  /* Version of alert structure. */
  ULONG     ulFlags;    /* Flags describing the returned alert structure. */
  ULONG     ulCommand;  /* Command value describing pInData if PD_RESPONSE is set. */
} PDALERTINFO;

typedef PDALERTINFO *PPDALERTINFO;