IPXV_3D::CreateAnnot3DContextEx Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateAnnot3DContextEx([in]           IPXV_Document*         pDoc,
                               [in]           IPXC_Annotation*       pAnnot,
                               [in]           IUnknown*              p3DStream,
                               [in]           IPXC_3DViewList*       p3DViews,
                               [in]           IPXC_3DView*           pDefaultView,
                               [in]           IString*               pErrorDetails,
                               [out, retval]  IPXV_Annot3DContext**  pCtx);

Parameters

pDoc
[in] Pointer to IPXV_Document.
pAnnot
[in] Pointer to IPXC_Annotation.
p3DStream
[in] Pointer to IUnknown*.
p3DViews
[in] Pointer to IPXC_3DViewList.
pDefaultView
[in] Pointer to IPXC_3DView.
pErrorDetails
[in] Pointer to IString.
pCtx
[out, retval] Pointer to IPXV_Annot3DContext.

Return Value

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

See Also

IPXV_3D