Collapse All
Parallels Virtualization SDK
PrlResult_GetParamToken Function
PHT_RESULT

Get param token by index

@param valid PRL_HANDLE @param index of parameter @param pointer to a command specific object that contains parameter value @return PRL_RESULT .

Syntax
PRL_RESULT PrlResult_GetParamToken(
    PRL_HANDLE hResult, 
    PRL_UINT32 index, 
    PRL_VOID_PTR_PTR data_ptr
);
File

PrlApiDeprecated.h

Remarks

Possible values: PRL_ERR_INVALID_ARG - non valid PHT_RESULT handle or non valid (NULL) pointer for storing result or non valid index was passed PRL_ERR_SUCCESS - operation successfully completed

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