IPXS_EncodeFilter::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 6: Line 6:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Name([in, optional] VARIANT_BOOL bShort, [out, retval] ULONG* pName);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Name([in, defaultvalue(0)] VARIANT_BOOL bShort, [out, retval] ULONG* pName);
 
</pre>
 
</pre>
  
 
== Parameters ==
 
== Parameters ==
 
;''bShort''
 
;''bShort''
:[in, optional]  Value of VARIANT_BOOL.
+
:[in, defaultvalue(0)]  Value of VARIANT_BOOL.
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXS_EncodeFilter|IPXS_EncodeFilter]].
 
See also [[PXV:IPXS_EncodeFilter|IPXS_EncodeFilter]].

Revision as of 00:07, 17 April 2015

Property Name of interface IPXS_EncodeFilter returns Value of ULONG ...


Syntax

HRESULT get_Name([in, defaultvalue(0)] VARIANT_BOOL bShort, [out, retval] ULONG* pName);

Parameters

bShort
[in, defaultvalue(0)] Value of VARIANT_BOOL.

See Also

See also IPXS_EncodeFilter.