Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This macro is a wrapper that returns the fields of a DEFINE_GUID structure.
The DEFINE_GUID structure is defined as follows:
DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8);
Syntax
void OUR_GUID_ENTRY(
name,
l,
w1,
w2,
b1,
b2,
b3,
b4,
b5,
b6,
b7,
b8
);
Parameters
name
Contains the GUID name.
l
Contains an unsigned integer value.
w1
Contains an unsigned short value.
w2
Contains an unsigned short value.
b1
Contains an unsigned char value.
b2
Contains an unsigned char value.
b3
Contains an unsigned char value.
b4
Contains an unsigned char value.
b5
Contains an unsigned char value.
b6
Contains an unsigned char value.
b7
Contains an unsigned char value.
b8
Contains an unsigned char value.
Return value
None
Requirements
Requirement | Value |
---|---|
Header | amtvuids.h |