Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDispCfg_GetUsbIdentityCount Function
PHT_DISP_CONFIG

Determines number of USB devices known to the Parallels Service.

Syntax
PRL_RESULT PrlDispCfg_GetUsbIdentityCount(
    PRL_HANDLE hDispCfg, 
    PRL_UINT32_PTR pnUsbIdentityCount
);
File

PrlApiDisp.h

Parameters

hDispCfg
A handle of type PHT_DISP_CONFIG.
pnUsbIdentityCount
[out] A pointer to a variable that receives result.

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - either hDispCfg is not a valid PHT_DISP_CONFIG 

PRL_SUCCESS - function completed successfully

Links
© 2021 Parallels International GmbH. All rights reserved.