Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PHT_HANDLES_LIST
Functions  Functions by Handle  Legend

The PHT_HANDLES_LIST handle is a generic container that can hold a list of other handles. It is typically used to pass a list of handles to a function in a single parameter. The handles in the container can be of the same type or of different types. A new handle is created by making the PrlApi_CreateHandlesList function call.

Functions
 
Name 
Description 
 
Adds the specified handle to the container. 
 
Retrieves a handle from the container. 
 
Determines the total number of handles in the specified container. 
 
Removes a handle from the container. 
Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.