Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDevDisplay_GetScreenSize Function
Primary Display Capture

Returns the primary display screen size of the specified virtual machine.

Syntax
PRL_RESULT PrlDevDisplay_GetScreenSize(
    PRL_HANDLE hObj, 
    PRL_IO_SCREEN_SIZE_PTR size
);
File

PrlApiVm.h

Parameters

hObj
size
[out] A pointer to a structure containing the screen size properties.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.