Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
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 ©2016-2017 Parallels International GmbH. All rights reserved.