Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmCfg_SetShowHostPrinterUI Function
PHT_VM_CONFIGURATION

Sets synchronization default printer option.

Syntax
PRL_RESULT PrlVmCfg_SetShowHostPrinterUI(
    PRL_HANDLE hVm, 
    PRL_BOOL bShow
);
File

PrlApiVm.h

Parameters

hVm
A handle of type PHT_VM_CONFIGURATION identifying the virtual machine configuration.
bSync
If this parameter is set to PRL_TRUE then VM will show host printer UI before actual printing. Otherwise VM does not show host printer UI.

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.