IPXV_Inst::GetDocFeaturePermission Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT GetDocFeaturePermission([in] | + | <pre class="brush:cpp;gutter:false">HRESULT GetDocFeaturePermission([in] BSTR sDocPath, |
− | [in] BSTR | + | [in] BSTR sFeatureName, |
− | [out, retval] LONG* | + | [out, retval] LONG* nPerm);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;sDocPath |
− | :[in] | + | :[in] Value of BSTR. |
;sFeatureName | ;sFeatureName | ||
:[in] Value of BSTR. | :[in] Value of BSTR. |
Latest revision as of 00:56, 21 August 2019
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetDocFeaturePermission([in] BSTR sDocPath, [in] BSTR sFeatureName, [out, retval] LONG* nPerm);
Parameters
- sDocPath
- [in] Value of BSTR.
- sFeatureName
- [in] Value of BSTR.
- nPerm
- [out, retval] Pointer to LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.