GuidAttribute Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Crea e inicializa una nueva instancia del atributo .
public:
GuidAttribute(unsigned int a, unsigned short b, unsigned short c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k);
GuidAttribute(uint32_t const& a, uint16_t const& b, uint16_t const& c, byte const& d, byte const& e, byte const& f, byte const& g, byte const& h, byte const& i, byte const& j, byte const& k);
public GuidAttribute(uint a, ushort b, ushort c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k);
function GuidAttribute(a, b, c, d, e, f, g, h, i, j, k)
Public Sub New (a As UInteger, b As UShort, c As UShort, d As Byte, e As Byte, f As Byte, g As Byte, h As Byte, i As Byte, j As Byte, k As Byte)
Parámetros
- b
-
UInt16
unsigned short
uint16_t
Los dos bytes siguientes del identificador exclusivo global (GUID).
- c
-
UInt16
unsigned short
uint16_t
Los dos bytes siguientes del identificador exclusivo global (GUID).
- d
-
Byte
byte
El byte siguiente del identificador exclusivo global (GUID).
- e
-
Byte
byte
El byte siguiente del identificador exclusivo global (GUID).
- f
-
Byte
byte
El byte siguiente del identificador exclusivo global (GUID).
- g
-
Byte
byte
El byte siguiente del identificador exclusivo global (GUID).
- h
-
Byte
byte
El byte siguiente del identificador exclusivo global (GUID).
- i
-
Byte
byte
El byte siguiente del identificador exclusivo global (GUID).
- j
-
Byte
byte
El byte siguiente del identificador exclusivo global (GUID).
- k
-
Byte
byte
El byte siguiente del identificador exclusivo global (GUID).