@brief Enable or disable console image updates.
PRL_RESULT PrlDevDisplay_AsyncEnableUpdates( PRL_HANDLE hVM, PRL_UINT32 display, PRL_BOOL bEnable );
PrlApiDeprecated.h
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