AFS_FileIoModeFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 21: Line 21:
 
;AFS_FileIoMode_RandomWrite
 
;AFS_FileIoMode_RandomWrite
 
:The ...
 
:The ...
 
== See Also ==
 
...
 

Revision as of 04:01, 23 May 2015


Specifies the ...

Syntax

enum AFS_FileIoModeFlags
{
    AFS_FileIoMode_RandomRead  = 1,
    AFS_FileIoMode_RandomWrite = 2,
};

Constants

AFS_FileIoMode_RandomRead
The ...
AFS_FileIoMode_RandomWrite
The ...