IPXS_Inst::HasAtom Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
(No difference)

Latest revision as of 05: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.

See Also

IPXS_Inst, StrToAtom, AtomToStr