IPXC_SecurityHandler::GetAuthData Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetAuthData([in] IPXC_Document* Doc, [in] PXC_RequestObj ReqObj, [in] PXC_RequestOper ReqOpr, [out, retval] UCHAR** AuthData);
Parameters
- Doc
- [in] Pointer to IPXC_Document.
- ReqObj
- [in] Value of PXC_RequestObj.
- ReqOpr
- [in] Value of PXC_RequestOper.
- AuthData
- [out, retval] Pointer to UCHAR.
Return Value
Returns S_OK if operation was successful or error code in other cases.