Jump to content

PDALERTINFO

From EDM2
Revision as of 17:39, 8 February 2020 by Martini (talk | contribs) (Created page with "Input/output structure for the SplProtXlateCmd API. ==Example Code== <PRE> typedef struct _PDALERTINFO { ULONG ulVersion; Version of alert structure.: ULONG ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Input/output structure for the SplProtXlateCmd API.

Example Code

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;