PDALERTINFO: Difference between revisions
Appearance
Created page with "Input/output structure for the SplProtXlateCmd API. ==Example Code== <PRE> typedef struct _PDALERTINFO { ULONG ulVersion; →Version of alert structure.: ULONG ..." |
(No difference)
|
Revision as of 16:39, 8 February 2020
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;