GuidAttribute Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and initializes a new instance of the attribute.
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)
Parameters
- b
-
UInt16
unsigned short
uint16_t
The next 2 bytes of the GUID.
- c
-
UInt16
unsigned short
uint16_t
The next 2 bytes of the GUID.
- d
-
Byte
byte
The next byte of the GUID.
- e
-
Byte
byte
The next byte of the GUID.
- f
-
Byte
byte
The next byte of the GUID.
- g
-
Byte
byte
The next byte of the GUID.
- h
-
Byte
byte
The next byte of the GUID.
- i
-
Byte
byte
The next byte of the GUID.
- j
-
Byte
byte
The next byte of the GUID.
- k
-
Byte
byte
The next byte of the GUID.