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

@brief Enable or disable console image updates.

Syntax
PRL_RESULT PrlDevDisplay_AsyncEnableUpdates(
    PRL_HANDLE hVM, 
    PRL_UINT32 display, 
    PRL_BOOL bEnable
);
File

PrlApiDeprecated.h

Remarks

This function applies to OS X local clients only. 

@param[in] hVm - A handle of type PHT_VIRTUAL_MACHINE identifying the virtual machine. @param[in] display - Display ID. @param[in] bEnable - true to enable screen updates, false to disable. 

@return PRL_ERR_SUCCESS, if the function completed successfully. PRL_ERR_INVALID_ARG, if invalid handle or null pointer was passed. PRL_ERR_UNINITIALIZED, if API is not initialized PRL_ERR_FAILURE, if operation was failed

Links
© 2021 Parallels International GmbH. All rights reserved.