Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PrlVmDevHdPart_SetSysName Function
PHT_VIRTUAL_DEV_HD_PARTITION See Also

Sets system name for the specified disk partition.

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

PrlApiVm.h

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 © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!