IPXS_EncodeFilter::Name 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:IPXS_EncodeFilter::Name Property}}
 
{{#customTitle:IPXS_EncodeFilter::Name Property}}
{{#parentPage:PXV:IPXS_EncodeFilter|property}}
+
{{#parentPage:PXV:IPXS_EncodeFilter|Name Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Name([in, defaultvalue(0)] 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, defaultvalue(0)]  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 06:15, 23 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.