Collapse All
Parallels Virtualization SDK
PrlUsrCfg_ToString Function
PHT_USER_PROFILE

Client can use this method to get user profile XML representation string from user profile SDK object This method must be eliminated at Release stage

@param valid PRL_HANDLE @param XML configuration string @return PRL_RESULT .

Syntax
PRL_RESULT PrlUsrCfg_ToString(
    PRL_HANDLE hUsrCfg, 
    PRL_VOID_PTR_PTR pUsrCfg
);
File

PrlApiDeprecated.h

Remarks

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

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