IPXV_3D::Detect3DStreamType Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Detect3DStreamType([in] IPXV_Document* pDoc, [in] IMemBlock* pData, [in, defaultvalue(NULL)] IPXC_3DView* pDefView, [in, defaultvalue(NULL)] IIXC_Page* pPoster, [out, retval] PXC_3DStreamType* nStreamType);
Parameters
- pDoc
- [in] Pointer to IPXV_Document.
- pData
- [in] Pointer to IMemBlock.
- pDefView
- [in, defaultvalue(NULL)] Pointer to IPXC_3DView.
- pPoster
- [in, defaultvalue(NULL)] Pointer to IIXC_Page.
- nStreamType
- [out, retval] Pointer to PXC_3DStreamType.
Return Value
Returns S_OK if operation was successful or error code in other cases.