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 の次のバイト。