Collapse All
Parallels Virtualization SDK
PrlUsbIdent_GetAutoconnectAction Function
PHT_USB_IDENTITY

Returns Autoconnect action associated with USB device

Syntax
PRL_RESULT PrlUsbIdent_GetAutoconnectAction(
    PRL_HANDLE hUsbIdent, 
    PRL_UINT32_PTR pnAutoconnectAction
);
File

PrlApiDisp.h

Parameters

hUsbIdent
A handle of type PHT_USB_IDENTITY .
pnAutoconnectAction
[out] A pointer to a buffer that receives the PRL_USB_DEVICE_AUTO_CONNECT_OPTION action.
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.