ホーム › Networking.RemoteDifferentialCompression › RdcCreatedTables
RdcCreatedTables
列挙型メンバー 3
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| RDCTABLE_InvalidOrUnknown | 0 | 0x0 | テーブルに有効でないデータが含まれています。 |
| RDCTABLE_Existing | 1 | 0x1 | テーブルは既存のテーブルです。 |
| RDCTABLE_New | 2 | 0x2 | テーブルは新しいテーブルです。 |
公式ドキュメント
類似性特性テーブル、類似性ファイル ID テーブル、またはその両方の状態を表す値を定義します。
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum RdcCreatedTables : int {
RDCTABLE_InvalidOrUnknown = 0,
RDCTABLE_Existing = 1,
RDCTABLE_New = 2
} RdcCreatedTables;public enum RdcCreatedTables : int
{
RDCTABLE_InvalidOrUnknown = 0,
RDCTABLE_Existing = 1,
RDCTABLE_New = 2,
}Public Enum RdcCreatedTables As Integer
RDCTABLE_InvalidOrUnknown = 0
RDCTABLE_Existing = 1
RDCTABLE_New = 2
End Enumimport enum
class RdcCreatedTables(enum.IntEnum):
RDCTABLE_InvalidOrUnknown = 0
RDCTABLE_Existing = 1
RDCTABLE_New = 2// RdcCreatedTables
pub const RDCTABLE_InvalidOrUnknown: i32 = 0;
pub const RDCTABLE_Existing: i32 = 1;
pub const RDCTABLE_New: i32 = 2;// RdcCreatedTables
const (
RDCTABLE_InvalidOrUnknown int32 = 0
RDCTABLE_Existing int32 = 1
RDCTABLE_New int32 = 2
)const
RDCTABLE_InvalidOrUnknown = 0;
RDCTABLE_Existing = 1;
RDCTABLE_New = 2;// RdcCreatedTables
pub const RDCTABLE_InvalidOrUnknown: i32 = 0;
pub const RDCTABLE_Existing: i32 = 1;
pub const RDCTABLE_New: i32 = 2;const
RDCTABLE_InvalidOrUnknown* = 0
RDCTABLE_Existing* = 1
RDCTABLE_New* = 2enum RdcCreatedTables : int {
RDCTABLE_InvalidOrUnknown = 0,
RDCTABLE_Existing = 1,
RDCTABLE_New = 2,
}#define global RDCTABLE_InvalidOrUnknown 0x0
#define global RDCTABLE_Existing 0x1
#define global RDCTABLE_New 0x2