Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlVmCfg_GetOsTemplate Function
PHT_VM_CONFIGURATION

Returns Operation System template name the Virtuozzo Virtuozzo Container were created on.

Syntax
PRL_RESULT PrlVmCfg_GetOsTemplate(
    PRL_HANDLE hVmCfg, 
    PRL_STR sOsTemplate, 
    PRL_UINT32_PTR pnBufLength
);
File

PrlApiVm.h

Parameters

hVmCfg
A handle of type PHT_VM_CONFIGURATION identifying the virtual machine configuration.
sOsTemplate
[out] A pointer to a buffer that receives the result.
pnBufLength
[in] The size of the output buffer (in bytes). Set the buffer pointer to null and this parameter's value to zero to receive the required size. [out] The required output buffer size.

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.