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 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT HasAtom([in]          LPWSTR        sString,
+
<pre class="brush:cpp;gutter:false">HRESULT HasAtom([in]          LPWSTR        String,
                 [out, retval]  VARIANT_BOOL*  bHasAtom);</pre>
+
                 [out, retval]  VARIANT_BOOL*  HasAtom);</pre>
  
 
== Parameters ==
 
== Parameters ==
;sString
+
;String
 
:[in] Null terminated Unicode string to test.
 
:[in] Null terminated Unicode string to test.
;bHasAtom
+
;HasAtom
 
:[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 07:17, 12 June 2015


Tests whether an atom exists for the specified string.

Syntax

HRESULT HasAtom([in]           LPWSTR         String,
                [out, retval]  VARIANT_BOOL*  HasAtom);

Parameters

String
[in] Null terminated Unicode string to test.
HasAtom
[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