IVMRCClientControl::ServerDisplayWidth property

The ServerDisplayWidth property contains the width of the video display area in pixels.

This property is read-only.

Syntax

HRESULT get_ServerDisplayWidth(
  [out] long *displayWidth
);

VB
VMRCClientControl.ServerDisplayWidth( _
  ByRef displayWidth _
)

Property value

The width of the video display area in pixels.

This property value is read-only.

Error codes

Name Meaning
S_OK
The operation was successful.
E_INVALIDARG
The displayWidth parameter was NULL.

Requirements

Product
Microsoft Virtual Server 2005 onWindows Server 2003
Download
Microsoft Virtual Server 2005 R2 SP1 Update onWindows Server 2008orWindows Server 2003
Header
VMRCClientControl.h
Library
VMRCClientControl.lib

See also

IVMRCClientControl