IAFS_FileInfo::Attributes Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Attributes([out, retval]  LONG*  Attributes);
+
<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]]

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