Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlApi_GuestToString Function
System Functions

Returns a readable string representation given guest OS ID.

Syntax
PRL_RESULT PrlApi_GuestToString(
    PRL_UINT32 nGuestId, 
    PRL_STR sGuestString, 
    PRL_UINT32_PTR pnGuestStringSize
);
File

PrlApiCore.h

Parameters

nGuestId
[in] Guest OS ID
sGuestString
[out] Guest OS name as string.
pnPathStringSize
[in] The size of string containing guest OS name

Returns

PRL_RESULT. Possible values are: 

PRL_ERR_INVALID_ARG - null pointer to the string size was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

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