Jump to content

PDALERTINFO: Difference between revisions

From EDM2
Created page with "Input/output structure for the SplProtXlateCmd API. ==Example Code== <PRE> typedef struct _PDALERTINFO { ULONG ulVersion; Version of alert structure.: ULONG ..."
 
Ak120 (talk | contribs)
 
Line 1: Line 1:
Input/output structure for the SplProtXlateCmd API.  
Input/output structure for the SplProtXlateCmd API.  


==Example Code==
<PRE>
<PRE>
typedef struct _PDALERTINFO {
typedef struct _PDALERTINFO {
   ULONG    ulVersion;  /* Version of alert structure. */
   ULONG    ulVersion;  /* Version of alert structure. */
   ULONG    ulFlags;    /* Flags describing the returned alert structure. */
   ULONG    ulFlags;    /* Flags describing the returned alert structure. */
   ULONG    ulCommand;  /* Command value describing pInData if PD_RESPONSE is set. */
   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;