Collapse All
Parallels C API Reference Guide
PrlVmDevHdPart_SetSysName Function
PrlApi.h PHT_VIRTUAL_DEV_HD_PARTITION See Also Send Feedback

Sets system name for the specified disk partition.

Syntax
PRL_RESULT PrlVmDevHdPart_SetSysName(
    PRL_HANDLE hPartition, 
    PRL_CONST_STR sSysName
);
File
Parameters

hPartition
A handle of type PHT_VIRTUAL_DEV_HD_PARTITION identifying the disk partition.
sSysName
A system name to set for the partition.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

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