IAsyncInfo.Id プロパティ

定義

非同期操作のハンドルを取得します。

public:
 property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = iAsyncInfo.id;
Public ReadOnly Property Id As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

非同期操作のハンドル。

適用対象