Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlSrvCfgDev_GetVmUuidCount Function
PHT_HW_GENERIC_DEVICE

Determine number of UUIDs of VMs that are currently using the device.

Syntax
PRL_RESULT PrlSrvCfgDev_GetVmUuidCount(
    PRL_HANDLE hGenericDevice, 
    PRL_UINT32_PTR pnVmUuidsCount
);
File

PrlApiDisp.h

Parameters

hGenericDevice
A handle of type PHT_HW_GENERIC_DEVICE, or one of the descendant types, identifying the device.
pnVmUuidsCount
[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.