Condividi tramite


macro OUR_GUID_ENTRY (amtvuids.h)

Questa macro è un wrapper che restituisce i campi di una struttura DEFINE_GUID.

La struttura DEFINE_GUID è definita come segue:

DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8);

Sintassi

void OUR_GUID_ENTRY(
   name,
   l,
   w1,
   w2,
   b1,
   b2,
   b3,
   b4,
   b5,
   b6,
   b7,
   b8
);

Parametri

name

Contiene il nome GUID.

l

Contiene un valore intero senza segno .

w1

Contiene un valore short senza segno .

w2

Contiene un valore short senza segno .

b1

Contiene un valore char senza segno .

b2

Contiene un valore char senza segno .

b3

Contiene un valore char senza segno .

b4

Contiene un valore char senza segno .

b5

Contiene un valore char senza segno .

b6

Contiene un valore char senza segno .

b7

Contiene un valore char senza segno .

b8

Contiene un valore char senza segno .

Valore restituito

nessuno

Requisiti

Requisito Valore
Intestazione amtvuids.h