IUIX_Edit::TextIsEqual Method
From PDF XChange PDF SDK
m (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_Edit::TextIsEqual Method}} | {{#customTitle:IUIX_Edit::TextIsEqual Method}} | ||
+ | {{#parentPage:PXV:IUIX_Edit#Methods|TextIsEqual|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 TextIsEqual([in] LPWSTR | + | <pre class="brush:cpp;gutter:false">HRESULT TextIsEqual([in] LPWSTR sText, |
+ | [in, defaultvalue(-1)] LONG nLen, | ||
+ | [out, retval, defaultvalue(0)] VARIANT_BOOL* bOK);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;sText |
:[in] Value of LPWSTR. | :[in] Value of LPWSTR. | ||
− | ; | + | ;nLen |
− | :[in, | + | :[in, defaultvalue(-1)] Value of LONG. |
− | ; | + | ;bOK |
− | :[out, | + | :[out, retval, defaultvalue(0)] Pointer to VARIANT_BOOL. |
== Return Value == | == Return Value == | ||
Line 19: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Edit|IUIX_Edit]] |
Latest revision as of 03:20, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT TextIsEqual([in] LPWSTR sText, [in, defaultvalue(-1)] LONG nLen, [out, retval, defaultvalue(0)] VARIANT_BOOL* bOK);
Parameters
- sText
- [in] Value of LPWSTR.
- nLen
- [in, defaultvalue(-1)] Value of LONG.
- bOK
- [out, retval, defaultvalue(0)] Pointer to VARIANT_BOOL.
Return Value
Returns S_OK if operation was successful or error code in other cases.