IUIX_TreeItem::GetData 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 GetData([out] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT GetData([out] BSTR* sText, |
− | [out, defaultvalue(NULL)] IUnknown** | + | [out, defaultvalue(NULL)] IUnknown** pImage);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;sText |
:[out] Pointer to BSTR. | :[out] Pointer to BSTR. | ||
− | ; | + | ;pImage |
:[out, optional] Pointer to IUnknown*. | :[out, optional] Pointer to IUnknown*. | ||
Latest revision as of 03:42, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetData([out] BSTR* sText, [out, defaultvalue(NULL)] IUnknown** pImage);
Parameters
- sText
- [out] Pointer to BSTR.
- pImage
- [out, optional] Pointer to IUnknown*.
Return Value
Returns S_OK if operation was successful or error code in other cases.