IUIX_InputFocusMonitor::OnInputFocusMonitor 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 OnInputFocusMonitor([in] IUIX_ThreadContext* | + | <pre class="brush:cpp;gutter:false">HRESULT OnInputFocusMonitor([in] IUIX_ThreadContext* ThreadContext);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;ThreadContext |
:[in] Pointer to [[PXV:IUIX_ThreadContext|IUIX_ThreadContext]]. | :[in] Pointer to [[PXV:IUIX_ThreadContext|IUIX_ThreadContext]]. | ||
Revision as of 06:50, 12 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT OnInputFocusMonitor([in] IUIX_ThreadContext* ThreadContext);
Parameters
- ThreadContext
- [in] Pointer to IUIX_ThreadContext.
Return Value
Returns S_OK if operation was successful or error code in other cases.