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

The PHT_REMOTE_FILESYSTEM_INFO handle is a container that contains information about a file system entry and its immediate child elements (e.g. directory/files). The handle is obtained from a PHT_JOB object returned by the PrlSrv_FsGetDirEntries or the PrlSrv_FsGetDiskList function.

Description

To browse the file system on the host, first obtain a handle of type PHT_REMOTE_FILESYSTEM_INFO using PrlSrv_FsGetDirEntries or the PrlSrv_FsGetDiskList function. The object will contain the information about the specified file system entry and all its child entries. Use the functions provided by the PHT_REMOTE_FILESYSTEM_INFO object to obtain a handle of type PHT_REMOTE_FILESYSTEM_ENTRY containing the detailed information about the parent entry or any of its child entries. Use the functions provided by the PHT_REMOTE_FILESYSTEM_ENTRY to get the individual properties of the entry.

Functions
 
Name 
Description 
 
Determines the number of child entries for the specified remote file system entry. 
 
Obtains a handle of type PHT_REMOTE_FILESYSTEM_ENTRY containing a child entry information. 
 
Determines the file system type of the specified file system entry. 
 
Obtains a handle of type PHT_REMOTE_FILESYSTEM_ENTRY to the parent file system entry. 
 
Determines the basic type of the specified file system entry. 
Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.