IPXS_Inst::HasAtom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXS_Inst::HasAtom Method}} | {{#customTitle:IPXS_Inst::HasAtom Method}} | ||
+ | {{#parentPage:PXV:IPXS_Inst#Methods|HasAtom|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Tests whether an atom exists for the specified string. | Tests whether an atom exists for the specified string. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT HasAtom([in] LPWSTR | + | <pre class="brush:cpp;gutter:false">HRESULT HasAtom([in] LPWSTR sString, |
+ | [out, retval] VARIANT_BOOL* bHasAtom);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;sString |
:[in] Null terminated Unicode string to test. | :[in] Null terminated Unicode string to test. | ||
− | ; | + | ;bHasAtom |
:[out, retval] Pointer to VARIANT_BOOL variable that receives the test result. | :[out, retval] Pointer to VARIANT_BOOL variable that receives the test result. | ||
Line 17: | Line 22: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXS_Inst|IPXS_Inst]], [[PXV:IPXS_Inst_StrToAtom|StrToAtom]], [[PXV:IPXS_Inst_AtomToStr|AtomToStr]] |
Latest revision as of 04:17, 15 June 2015
Tests whether an atom exists for the specified string.
Syntax
HRESULT HasAtom([in] LPWSTR sString, [out, retval] VARIANT_BOOL* bHasAtom);
Parameters
- sString
- [in] Null terminated Unicode string to test.
- bHasAtom
- [out, retval] Pointer to VARIANT_BOOL variable that receives the test result.
Return Value
Returns S_OK if operation was successful or error code in other cases.