Collapse All
Parallels C API Reference Guide
PrlDisk_GetDiskInfo Function
PrlDisk.h PHT_VIRTUAL_DISK Send Feedback

Get disk information.

Syntax
PRL_RESULT PrlDisk_GetDiskInfo(
    const PRL_HANDLE Handle, 
    PRL_DISK_PARAMETERS_PTR pDiskParameters, 
    PRL_UINT32_PTR BufferSize
);
File
Parameters

Handle
A handle of type PHT_VIRTUAL_DISK identifying the virtual disk.
pDiskParameters
[out] Pointer to the result.
BufferSize
[in] [out] Pointer to parameter value buffer size, if specified size is lower than needed, here will be returned corrected size.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid argument values.

PRL_ERR_SUCCESS - function completed successfully.

Links
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!