WmsCustomPresenterErrorCode enumeration
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Defines error codes returned by OnError methods of the MultiPoint Services Interfaces.
Syntax
typedef enum {
CustomPresenterNone = 0x0000,
PresentationDeviceTooNarrow = 0x0001,
PresentationDeviceTooShort = 0x0002,
StationPresenterNotSupplied = 0x0003,
MousePresenterNotSupplied = 0x0004,
PresenterTooBig = 0x0005
} WmsCustomPresenterErrorCode;
Constants
-
CustomPresenterNone
-
A custom input device was not specified.
-
PresentationDeviceTooNarrow
-
The screen is to narrow.
-
PresentationDeviceTooShort
-
The screen is too short.
-
StationPresenterNotSupplied
-
An input device isn't specified.
-
MousePresenterNotSupplied
-
A mouse isn't specified.
-
PresenterTooBig
-
The dimensions of the frame buffer for the input device are too big.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2016 |
IDL |
|