IAFS_FileSys::Features Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IAFS_FileSys::Features Property}} | {{#customTitle:IAFS_FileSys::Features Property}} | ||
+ | {{#parentPage:PXV:IAFS_FileSys#Properties|Features|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
− | Property ''' | + | 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, | + | <pre class="brush:cpp;gutter:false">HRESULT get_Features([in, defaultvalue(NULL)] IAFS_Name* pHostName, |
+ | [out, retval] LONG* nFeatures); | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pHostName |
− | :[in, | + | :[in, defaultvalue(NULL)] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. |
== See Also == | == See Also == | ||
− | + | [[PXV:IAFS_FileSys|IAFS_FileSys]] |
Latest revision as of 02: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.