AFS_Name2StringFlags 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_Name2StringFlags Enumeration}} | {{#customTitle:AFS_Name2StringFlags Enumeration}} | ||
+ | {{#parentPage:PXV:AFS|AFS_Name2StringFlags Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum AFS_Name2StringFlags | <pre class="brush:cpp;gutter:false">enum AFS_Name2StringFlags | ||
{ | { | ||
− | AFS_Name2String_DIPath = 1; | + | AFS_Name2String_DIPath = 1; |
AFS_Name2String_DIPathNoDrive = 2; | AFS_Name2String_DIPathNoDrive = 2; | ||
− | AFS_Name2String_URL = 4; | + | AFS_Name2String_URL = 4; |
}; | }; | ||
</pre> | </pre> |
Revision as of 04:44, 23 April 2015
Specifies the ...
Syntax
enum AFS_Name2StringFlags { AFS_Name2String_DIPath = 1; AFS_Name2String_DIPathNoDrive = 2; AFS_Name2String_URL = 4; };
Constants
- AFS_Name2String_DIPath
- The ...
- AFS_Name2String_DIPathNoDrive
- The ...
- AFS_Name2String_URL
- The ...
See Also
See also ...