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)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_Inst::HasAtom Method}}
 
{{#customTitle:IPXS_Inst::HasAtom Method}}
{{#parentPage:PXV:IPXS_Inst|method}}
+
{{#parentPage:PXV:IPXS_Inst|HasAtom Method|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT HasAtom([in] LPWSTR pString, [out, retval] VARIANT_BOOL* pHasAtom);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT HasAtom([in]           LPWSTR         pString,
 +
                [out, retval] VARIANT_BOOL* pHasAtom);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pString''
+
;pString
 
:[in] Null terminated Unicode string to test.
 
:[in] Null terminated Unicode string to test.
;''pHasAtom''
+
;pHasAtom
 
:[out, retval] Pointer to VARIANT_BOOL variable that receives the test result.
 
:[out, retval] Pointer to VARIANT_BOOL variable that receives the test result.
  

Revision as of 06:15, 23 April 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.