IAUX_Inst::Free Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Free([in] void* | + | <pre class="brush:cpp;gutter:false">HRESULT Free([in] void* __MIDL__IAUX_Inst0001);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;__MIDL__IAUX_Inst0001 |
:[in] Pointer to void. | :[in] Pointer to void. | ||
Revision as of 05:46, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Free([in] void* __MIDL__IAUX_Inst0001);
Parameters
- __MIDL__IAUX_Inst0001
- [in] Pointer to void.
Return Value
Returns S_OK if operation was successful or error code in other cases.