IPXS_EncodeFilter::Name Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXS_EncodeFilter::Name Property}}
 
{{#customTitle:IPXS_EncodeFilter::Name Property}}
 +
{{#parentPage:PXV:IPXS_EncodeFilter#Properties|Name|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''Name''' of interface [[PXV:IPXS_EncodeFilter|IPXS_EncodeFilter]] returns  Value of ULONG ...
+
Property '''nName''' of interface [[PXV:IPXS_EncodeFilter|IPXS_EncodeFilter]] returns  Value of ULONG ...
 
+
  
 
== 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*       nName);
 
</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]].
+
[[PXV:IPXS_EncodeFilter|IPXS_EncodeFilter]]

Latest revision as of 03:40, 15 June 2015


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

Syntax

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

Parameters

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

See Also

IPXS_EncodeFilter