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 ..." |
|||
Line 1: | Line 1: | ||
Input/output structure for the SplProtXlateCmd API. | Input/output structure for the SplProtXlateCmd API. | ||
<PRE> | <PRE> | ||
typedef struct _PDALERTINFO { | typedef struct _PDALERTINFO { | ||
ULONG ulVersion; /* | ULONG ulVersion; /* Version of alert structure. */ | ||
ULONG ulFlags; /* | ULONG ulFlags; /* Flags describing the returned alert structure. */ | ||
ULONG ulCommand; /* | ULONG ulCommand; /* Command value describing pInData if PD_RESPONSE is set. */ | ||
} PDALERTINFO; | } PDALERTINFO; | ||
Latest revision as of 12:44, 3 April 2025
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;