Collapse All
Parallels Virtualization SDK
PrlVm_ToolsChangeScreenSaverState Function
PHT_VIRTUAL_MACHINE

brief Enable/Disable screen saver in guest.

Syntax
PRL_RESULT PrlVm_ToolsChangeScreenSaverState(
    PRL_HANDLE hVm, 
    PRL_BOOL bEnabled
);
File

PrlApiDeprecated.h

Remarks

This routine is obsolete. Use PrlVm_ToolsNotifyCoherenceState instead.

param[in] A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine. param[in] bEnabled - true if enabled, false if disabled.

Links
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.