GuidAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立並初始化 屬性的新實例。
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)
參數
- b
-
UInt16
unsigned short
uint16_t
GUID 接下來的 2 個位元組。
- c
-
UInt16
unsigned short
uint16_t
GUID 接下來的 2 個位元組。
- d
-
Byte
byte
GUID 的下一個位元組。
- e
-
Byte
byte
GUID 的下一個位元組。
- f
-
Byte
byte
GUID 的下一個位元組。
- g
-
Byte
byte
GUID 的下一個位元組。
- h
-
Byte
byte
GUID 的下一個位元組。
- i
-
Byte
byte
GUID 的下一個位元組。
- j
-
Byte
byte
GUID 的下一個位元組。
- k
-
Byte
byte
GUID 的下一個位元組。