Collapse All
Parallels C API Reference Guide
PrlDispCfg_GetUsbIdentityCount Function
PrlApi.h 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
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 © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!