Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlDispCfg_GetUsbIdentityCount Function
PHT_DISP_CONFIG

Determines number of USB devices known to the Virtuozzo 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
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.