IUIX_Inst::CreateDlgTemplates Method

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

Latest revision as of 00:56, 9 May 2019


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateDlgTemplates([in]           LPSTR                pXml,
                           [in]           LONG                 cbXml,
                           [out, retval]  IUIX_DlgTemplates**  pRes);

Parameters

pXml
[in] Value of LPSTR.
cbXml
[in] Value of LONG.
pRes
[out, retval] Pointer to IUIX_DlgTemplates.

Return Value

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

See Also

IUIX_Inst