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