IString::IsEmpty Property

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:IString::IsEmpty Property}}
 
{{#customTitle:IString::IsEmpty Property}}
{{#parentPage:PXV:IString|property}}
+
{{#parentPage:PXV:IString|IsEmpty Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IsEmpty([out, retval] VARIANT_BOOL* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsEmpty([out, retval] VARIANT_BOOL* pVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IString|IString]].
 
See also [[PXV:IString|IString]].

Revision as of 06:34, 23 April 2015


Property IsEmpty of interface IString returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_IsEmpty([out, retval]  VARIANT_BOOL*  pVal);

See Also

See also IString.