IAFS_FileSys::Features Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Features''' of interface [[PXV:IAFS_FileSys|IAFS_FileSys]] returns  Value of LONG ...
+
Property '''nFeatures''' of interface [[PXV:IAFS_FileSys|IAFS_FileSys]] returns  Value of LONG ...
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_Features([in, defaultvalue(NULL)]  IAFS_Name*  pHostName,
 
<pre class="brush:cpp;gutter:false">HRESULT get_Features([in, defaultvalue(NULL)]  IAFS_Name*  pHostName,
                     [out, retval]            LONG*      pFeatures);
+
                     [out, retval]            LONG*      nFeatures);
 
</pre>
 
</pre>
  

Latest revision as of 03:10, 15 June 2015


Property nFeatures of interface IAFS_FileSys returns Value of LONG ...

Syntax

HRESULT get_Features([in, defaultvalue(NULL)]  IAFS_Name*  pHostName,
                     [out, retval]             LONG*       nFeatures);

Parameters

pHostName
[in, defaultvalue(NULL)] Pointer to IAFS_Name.

See Also

IAFS_FileSys