IUIX_Inst::CreateObj Method

From PDF XChange PDF SDK
Revision as of 07:51, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Creates new object with object parameters specified via UIX_CreateObjParams structure.

Syntax

HRESULT CreateObj([in]           UIX_CreateObjParams*  CreateParams,
                  [out, retval]  IUIX_Obj**            NewObj);

Parameters

CreateParams
[in] object parameters, specified via UIX_CreateObjParams structure.
NewObj
[out, retval] return object of IUIX_Obj interface. To query implementation of a required item type from IUIX_Obj use QueryImpl method.

Return Value

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

See Also

IUIX_Inst