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