AFS_Name2StringFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 14: Line 14:
 
     AFS_Name2String_DIPathNoDrive = 2,
 
     AFS_Name2String_DIPathNoDrive = 2,
 
     AFS_Name2String_URL          = 4,
 
     AFS_Name2String_URL          = 4,
 +
    AFS_Name2String_ForDisplay    = 8,
 
};
 
};
 
</pre>
 
</pre>
Line 23: Line 24:
 
:The ...
 
:The ...
 
;AFS_Name2String_URL
 
;AFS_Name2String_URL
 +
:The ...
 +
;AFS_Name2String_ForDisplay
 
:The ...
 
:The ...

Latest revision as of 01:54, 15 March 2016


Specifies the ...

Syntax

enum AFS_Name2StringFlags
{
    AFS_Name2String_DIPath        = 1,
    AFS_Name2String_DIPathNoDrive = 2,
    AFS_Name2String_URL           = 4,
    AFS_Name2String_ForDisplay    = 8,
};

Constants

AFS_Name2String_DIPath
The ...
AFS_Name2String_DIPathNoDrive
The ...
AFS_Name2String_URL
The ...
AFS_Name2String_ForDisplay
The ...