GuidAttribute Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt und initialisiert eine neue instance des Attributs.
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)
Parameter
- b
-
UInt16
unsigned short
uint16_t
Die nächsten 2 Bytes der GUID.
- c
-
UInt16
unsigned short
uint16_t
Die nächsten 2 Bytes der GUID.
- d
-
Byte
byte
Das nächste Byte der GUID.
- e
-
Byte
byte
Das nächste Byte der GUID.
- f
-
Byte
byte
Das nächste Byte der GUID.
- g
-
Byte
byte
Das nächste Byte der GUID.
- h
-
Byte
byte
Das nächste Byte der GUID.
- i
-
Byte
byte
Das nächste Byte der GUID.
- j
-
Byte
byte
Das nächste Byte der GUID.
- k
-
Byte
byte
Das nächste Byte der GUID.