Obtains a handle of type PHT_SCREEN_RESOLUTION identifying the specified virtual machine screen resolution.
PRL_RESULT PrlVmCfg_GetScrRes( PRL_HANDLE hVmCfg, PRL_UINT32 nScrResIndex, PRL_HANDLE_PTR phVmScrRes );
PrlApiVm.h
PRL_RESULT . Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_SUCCESS - function completed successfully.
Once you obtain the handle, you can use its functions to modify the screen resolution settings.