AHRESOURCE: Difference between revisions
Appearance
Created page with "Adapter handle structure. == Type == ULONG NumResource; HRESOURCE hResource[1]; == C Declaration Method == typedef struct == Fields == == Remarks == == ..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Adapter handle structure | Adapter handle structure | ||
== Type == | == Type == | ||
ULONG | ULONG NumResource; | ||
HRESOURCE | HRESOURCE hResource[1]; | ||
== C Declaration Method == | == C Declaration Method == | ||
typedef struct | typedef struct | ||
== Fields == | == Fields == | ||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 02:31, 20 November 2019
Adapter handle structure
Type
ULONG NumResource; HRESOURCE hResource[1];
C Declaration Method
typedef struct