IAFS_FileSys::CreateAccount Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 08:49, 30 November 2017


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateAccount([in, defaultvalue(NULL)]  ICabNode*           pSrc,
                      [in, defaultvalue(0)]     LONG                nFlags,
                      [out, retval]             IAFS_AccountData**  pRes);

Parameters

pSrc
[in, defaultvalue(NULL)] Pointer to ICabNode.
nFlags
[in, defaultvalue(0)] Value of LONG.
pRes
[out, retval] Pointer to IAFS_AccountData.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IAFS_FileSys