IPXS_Inst::HasAtom Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 22: | Line 22: | ||
== See Also == | == See Also == | ||
− | [[PXV: | + | [[PXV:IPXS_Inst|IPXS_Inst]] |
Revision as of 03:50, 23 May 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.