SnapshotFormatType enumeration (rdpappcontainerclient.h)
The data format used for a Remote Desktop Protocol (RDP) app container client snapshot.
Syntax
typedef enum __MIDL_IRemoteDesktopClientActions_0003 {
SnapshotFormatPng = 0,
SnapshotFormatJpeg = 1,
SnapshotFormatBmp = 2
} SnapshotFormatType;
Constants
SnapshotFormatPng Value: 0 |
SnapshotFormatJpeg Value: 1 |
SnapshotFormatBmp Value: 2 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | rdpappcontainerclient.h |