AFS_FileAttributes Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:AFS_FileAttributes Enumeration}} | {{#customTitle:AFS_FileAttributes Enumeration}} | ||
+ | {{#parentPage:PXV:AFS|AFS_FileAttributes Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum AFS_FileAttributes | <pre class="brush:cpp;gutter:false">enum AFS_FileAttributes | ||
{ | { | ||
− | AFS_FileAttribute_Folder = 1048576; | + | AFS_FileAttribute_Folder = 1048576; |
− | AFS_FileAttribute_ReadOnly = 2097152; | + | AFS_FileAttribute_ReadOnly = 2097152; |
− | AFS_FileAttribute_Hidden = 4194304; | + | AFS_FileAttribute_Hidden = 4194304; |
− | AFS_FileAttribute_System = 8388608; | + | AFS_FileAttribute_System = 8388608; |
− | AFS_FileAttribute_Archive = 16777216; | + | AFS_FileAttribute_Archive = 16777216; |
− | AFS_FileAttribute_Temporary = 33554432; | + | AFS_FileAttribute_Temporary = 33554432; |
− | AFS_FileAttribute_Virtual = 67108864; | + | AFS_FileAttribute_Virtual = 67108864; |
AFS_FileAttribute_CheckedOut = 134217728; | AFS_FileAttribute_CheckedOut = 134217728; | ||
}; | }; |
Revision as of 04:44, 23 April 2015
Specifies the ...
Syntax
enum AFS_FileAttributes { AFS_FileAttribute_Folder = 1048576; AFS_FileAttribute_ReadOnly = 2097152; AFS_FileAttribute_Hidden = 4194304; AFS_FileAttribute_System = 8388608; AFS_FileAttribute_Archive = 16777216; AFS_FileAttribute_Temporary = 33554432; AFS_FileAttribute_Virtual = 67108864; AFS_FileAttribute_CheckedOut = 134217728; };
Constants
- AFS_FileAttribute_Folder
- The ...
- AFS_FileAttribute_ReadOnly
- The ...
- AFS_FileAttribute_Hidden
- The ...
- AFS_FileAttribute_System
- The ...
- AFS_FileAttribute_Archive
- The ...
- AFS_FileAttribute_Temporary
- The ...
- AFS_FileAttribute_Virtual
- The ...
- AFS_FileAttribute_CheckedOut
- The ...
See Also
See also ...