OUR_GUID_ENTRY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// amtvuids.h

void OUR_GUID_ENTRY(
  name,
  l,
  w1,
  w2,
  b1,
  b2,
  b3,
  b4,
  b5,
  b6,
  b7,
  b8
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-amtvuids-our_guid_entry)

OUR_GUID_ENTRY macro

Description

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);

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.

Remarks

See also