SnapshotEncodingType enumeration (rdpappcontainerclient.h)

The type of encoding used for a Remote Desktop Protocol (RDP) app container client snapshot.

Syntax

typedef enum __MIDL_IRemoteDesktopClientActions_0002 {
  SnapshotEncodingDataUri = 0
} SnapshotEncodingType;

Constants

 
SnapshotEncodingDataUri
Value: 0
The snapshot will be taken and a data URI that contains the snapshot will be returned.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header rdpappcontainerclient.h

See also

GetSnapshot