IAFS_FileInfo::Attributes Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IAFS_FileInfo::Attributes Property}}
 
{{#customTitle:IAFS_FileInfo::Attributes Property}}
{{#parentPage:PXV:IAFS_FileInfo#Properties|Attributes Property|property}}
+
{{#parentPage:PXV:IAFS_FileInfo#Properties|Attributes|property}}
{{ToReview}}
+
  
 
Gets the attributes of the file.
 
Gets the attributes of the file.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Attributes([out, retval]  LONG*  pAttributes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Attributes([out, retval]  LONG*  nAttributes);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IAFS_FileInfo|IAFS_FileInfo]]
 
[[PXV:IAFS_FileInfo|IAFS_FileInfo]]
[[PXV:AFS_FileAttributes|AFS_FileAttributes]]
 

Latest revision as of 03:09, 15 June 2015

Gets the attributes of the file.

Syntax

HRESULT get_Attributes([out, retval]  LONG*  nAttributes);

See Also

IAFS_FileInfo