ホーム › System.RemoteDesktop › SnapshotFormatType
SnapshotFormatType
列挙型メンバー 3
| 名前 | 10進 | 16進 |
|---|---|---|
| SnapshotFormatPng | 0 | 0x0 |
| SnapshotFormatJpeg | 1 | 0x1 |
| SnapshotFormatBmp | 2 | 0x2 |
公式ドキュメント
リモート デスクトップ プロトコル (RDP) のアプリ コンテナー クライアントのスナップショットで使用されるデータ形式です。
出典・ライセンス: 上記「公式ドキュメント」の内容は 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 SnapshotFormatType : int {
SnapshotFormatPng = 0,
SnapshotFormatJpeg = 1,
SnapshotFormatBmp = 2
} SnapshotFormatType;public enum SnapshotFormatType : int
{
SnapshotFormatPng = 0,
SnapshotFormatJpeg = 1,
SnapshotFormatBmp = 2,
}Public Enum SnapshotFormatType As Integer
SnapshotFormatPng = 0
SnapshotFormatJpeg = 1
SnapshotFormatBmp = 2
End Enumimport enum
class SnapshotFormatType(enum.IntEnum):
SnapshotFormatPng = 0
SnapshotFormatJpeg = 1
SnapshotFormatBmp = 2// SnapshotFormatType
pub const SnapshotFormatPng: i32 = 0;
pub const SnapshotFormatJpeg: i32 = 1;
pub const SnapshotFormatBmp: i32 = 2;// SnapshotFormatType
const (
SnapshotFormatPng int32 = 0
SnapshotFormatJpeg int32 = 1
SnapshotFormatBmp int32 = 2
)const
SnapshotFormatPng = 0;
SnapshotFormatJpeg = 1;
SnapshotFormatBmp = 2;// SnapshotFormatType
pub const SnapshotFormatPng: i32 = 0;
pub const SnapshotFormatJpeg: i32 = 1;
pub const SnapshotFormatBmp: i32 = 2;const
SnapshotFormatPng* = 0
SnapshotFormatJpeg* = 1
SnapshotFormatBmp* = 2enum SnapshotFormatType : int {
SnapshotFormatPng = 0,
SnapshotFormatJpeg = 1,
SnapshotFormatBmp = 2,
}#define global SnapshotFormatPng 0x0
#define global SnapshotFormatJpeg 0x1
#define global SnapshotFormatBmp 0x2