IPXC_Document::AuthorizeWithPassword2 Method
From PDF XChange PDF SDK
Like IPXC_Document_AuthorizeWithPassword method authorize document with specified password, but this function takes password in raw format.
Syntax
HRESULT AuthorizeWithPassword2([in] BYTE* pPwd, [in] ULONG nLen, [out, retval] PXC_PermStatus* pStatus);
Parameters
- pPwd
- [in] Pointer to the BYTE buffer that contains the password.
- nLen
- [in] Specifies the length in bytes of the pPwd buffer.
- pStatus
- [out, retval] Returns PXC_PermStatus value that indicates if document was successfully authorized.
Return Value
Returns S_OK if operation was successful or error code in other cases.