IPXS_Inst::HasAtom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IPXS_Inst::HasAtom Method}} | {{#customTitle:IPXS_Inst::HasAtom Method}} | ||
− | + | Tests whether an atom exists for the specified string. | |
== Syntax == | == Syntax == | ||
Line 9: | Line 9: | ||
== Parameters == | == Parameters == | ||
;''pString'' | ;''pString'' | ||
− | :[in] | + | :[in] Null terminated Unicode string to test. |
;''pHasAtom'' | ;''pHasAtom'' | ||
− | :[out, retval] | + | :[out, retval] Pointer to VARIANT_BOOL variable that receives the test result. |
== Return Value == | == Return Value == | ||
Line 17: | Line 17: | ||
== See Also == | == See Also == | ||
− | See also [[PXV: | + | See also [[PXV:IPXS_Inst_StrToAtom|IPXS_Inst_StrToAtom]], [[PXV::IPXS_Inst_AtomToStr|IPXS_Inst_AtomToStr]]. |
Revision as of 13:47, 29 March 2015
Tests whether an atom exists for the specified string.
Contents
Syntax
HRESULT HasAtom([in] LPWSTR pString, [out, retval] VARIANT_BOOL* pHasAtom);
Parameters
- pString
- [in] Null terminated Unicode string to test.
- pHasAtom
- [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.
See Also
See also IPXS_Inst_StrToAtom, IPXS_Inst_AtomToStr.