IUIX_Ruler::GetMarkerFromPoint 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 GetMarkerFromPoint([in] POINT* | + | <pre class="brush:cpp;gutter:false">HRESULT GetMarkerFromPoint([in] POINT* stPoint, |
− | [out, retval] PARAM_T* | + | [out, retval] PARAM_T* nTag);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;stPoint |
:[in] Pointer to POINT. | :[in] Pointer to POINT. | ||
− | ; | + | ;nTag |
:[out, retval] Pointer to PARAM_T. | :[out, retval] Pointer to PARAM_T. | ||
Latest revision as of 04:37, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetMarkerFromPoint([in] POINT* stPoint, [out, retval] PARAM_T* nTag);
Parameters
- stPoint
- [in] Pointer to POINT.
- nTag
- [out, retval] Pointer to PARAM_T.
Return Value
Returns S_OK if operation was successful or error code in other cases.