IPXS_Inst::HasAtom Method

From PDF XChange PDF SDK
Jump to: navigation, search
(See Also)
Line 17: Line 17:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXS_Inst_StrToAtom|IPXS_Inst_StrToAtom]], [[PXV::IPXS_Inst_AtomToStr|IPXS_Inst_AtomToStr]].
+
See also [[PXV:IPXS_Inst_StrToAtom|StrToAtom]], [[PXV::IPXS_Inst_AtomToStr|AtomToStr]].

Revision as of 14:48, 29 March 2015

Tests whether an atom exists for the specified string.

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 StrToAtom, AtomToStr.