IPXC_SecurityHandler::GetSecurityInfo Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_SecurityHandler::GetSecurityInfo Method}} | {{#customTitle:IPXC_SecurityHandler::GetSecurityInfo Method}} | ||
− | {{#parentPage:PXV:IPXC_SecurityHandler|GetSecurityInfo | + | {{#parentPage:PXV:IPXC_SecurityHandler#Methods|GetSecurityInfo|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT GetSecurityInfo([in] IPXC_Document* pDoc, | <pre class="brush:cpp;gutter:false">HRESULT GetSecurityInfo([in] IPXC_Document* pDoc, | ||
− | [out, retval] ULONG* | + | [out, retval] ULONG* nSecInfo);</pre> |
== Parameters == | == Parameters == | ||
;pDoc | ;pDoc | ||
:[in] Pointer to [[PXV:IPXC_Document|IPXC_Document]]. | :[in] Pointer to [[PXV:IPXC_Document|IPXC_Document]]. | ||
− | ; | + | ;nSecInfo |
:[out, retval] Pointer to ULONG. | :[out, retval] Pointer to ULONG. | ||
Line 21: | Line 22: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_SecurityHandler|IPXC_SecurityHandler]] |
Latest revision as of 02:36, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetSecurityInfo([in] IPXC_Document* pDoc, [out, retval] ULONG* nSecInfo);
Parameters
- pDoc
- [in] Pointer to IPXC_Document.
- nSecInfo
- [out, retval] Pointer to ULONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.