ParsecOutput
Output (monitor) properties.
The id
member can be set in ParsecHostConfig
to switch outputs in HOST_DESKTOP
mode.
Fields
Type | Name | Description |
---|---|---|
ParsecRect | coords | ParsecRect desktop coordinates. |
uint32_t | adapterIndex | Sequential adapter number on the system. |
uint32_t | outputIndex | Sequential output number on the adapter. |
char | name | UTF-8 null-terminated output name, usually the name of a monitor. |
char | adapterName | UTF-8 null-terminated adapter name that the output is attached to. |
char | device | ASCII null-terminated device identifier that has meaning to the OS. |
char | id | ASCII null-terminated output identifier used in ParsecHostConfig . |