Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlVmDevUsb_GetAutoconnectOption Function
PHT_VIRTUAL_DEV_USB_DEVICE  See Also

Obtains USB controller autoconnect device option.

Syntax
PRL_RESULT PrlVmDevUsb_GetAutoconnectOption(
    PRL_HANDLE hVmDev, 
    PRL_USB_DEVICE_AUTO_CONNECT_OPTION_PTR pnAutoconnectOption
);
File

PrlApiVm.h

Parameters

hVmDev
A handle of type PHT_VIRTUAL_DEV_USB_DEVICE identifying the USB device.
pnAutoconnectOption
[out] A pointer to a variable that receives the result.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

See Also
Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.