ADJHANDLELIST: Difference between revisions
Appearance
Created page with " ==Type== USHORT cMaxHandles; USHORT cHandle; ADJINFO Adj[1]; ==C Declaration Method== typedef ==Example== typedef struct _ADJHANDLELIST { USHORT..." |
No edit summary |
||
Line 6: | Line 6: | ||
==C Declaration Method== | ==C Declaration Method== | ||
typedef | typedef struct | ||
==Example== | ==Example Code== | ||
typedef struct _ADJHANDLELIST { | typedef struct _ADJHANDLELIST { | ||
USHORT cMaxHandles; | USHORT cMaxHandles; |
Revision as of 16:25, 17 August 2017
Type
USHORT cMaxHandles; USHORT cHandle; ADJINFO Adj[1];
C Declaration Method
typedef struct
Example Code
typedef struct _ADJHANDLELIST { USHORT cMaxHandles; USHORT cHandle; ADJINFO Adj[1]; } ADJHANDLELIST; typedef ADJHANDLELIST * PADJHANDLELIST ;