Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PRL_VIDEO_RECEIVER_CONNECTION_STATE Enumeration
Other PRL Structs

Streaming connection status enum

Syntax
enum PRL_VIDEO_RECEIVER_CONNECTION_STATE {
  PVRCS_CONNECTED = 0,
  PVRCS_DISCONNECTED = 1,
  PVRCS_NO_CONNECTION = 2,
  PVRCS_CONNECTING = 3
};
File

PrlEnums.h

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.