SnapshotFormatType enumeration

[This documentation is preliminary and is subject to change.]

Applies to: desktop apps only

Specifies the data format used for a Remote Desktop Protocol (RDP) app container client snapshot.

Syntax

enum SnapshotFormatType {
  SnapshotFormatPng    = 0,
  SnapshotFormatJpeg   = 1,
  SnapshotFormatBmp    = 2 
};

Constants

  • SnapshotFormatPng
    The snapshot will be returned as a PNG file.

  • SnapshotFormatJpeg
    The snapshot will be returned as a JPEG file.

  • SnapshotFormatBmp
    The snapshot will be returned as a bitmap file.

Requirements

Minimum supported client

Windows 8 Consumer Preview

Minimum supported server

Windows Server 8 Beta

IDL

Rdpappcontainerclient.idl

See also

IRemoteDesktopClientActions::GetSnapshot

 

 

Send comments about this topic to Microsoft

Build date: 4/21/2012