Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmCfg_GetOsTemplate Function
PHT_VM_CONFIGURATION

Returns Operation System template name the Parallels Virtuozzo Container sOsTemplate: [out] A pointer to a buffer that receives the result.

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

PrlApiDeprecated.h

Remarks

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. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.