IPXC_Document::AuthorizeWithPassword Method

From PDF XChange PDF SDK
Revision as of 18:39, 25 May 2015 by Socrat (Talk | contribs)

Jump to: navigation, search


Tries to authorize documents, protected by Standard (Password protection) security handler, with specified password. Password specified as regular Unicode string that will be converted to UTF-8 or default ANSI code page depends of document security revision. If document is not protected by Standard security, the method will fail.

Syntax

HRESULT AuthorizeWithPassword([in]           LPWSTR           pPwd,
                              [out, retval]  PXC_PermStatus*  pStatus);

Parameters

pPwd
[in] Password to authorize.
pStatus
[out, retval] Returns PXC_PermStatus value that specifies if document was successfully authorized or not.

Return Value

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

See Also

IPXC_Document