home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Enum CFile::OpenFlags

   in AFX.H


Field Summary
modeCreate = 0x1000
          
modeNoInherit = 0x0080
          
modeNoTruncate = 0x2000
          
modeRead = 0x0000
          
modeReadWrite = 0x0002
          
modeWrite = 0x0001
          
shareCompat = 0x0000
          
shareDenyNone = 0x0040
          
shareDenyRead = 0x0030
          
shareDenyWrite = 0x0020
          
shareExclusive = 0x0010
          
typeBinary = ( int ) 0x8000
          
typeText = 0x4000
          
 

Field Detail

modeCreate

public modeCreate = 0x1000

modeNoInherit

public modeNoInherit = 0x0080

modeNoTruncate

public modeNoTruncate = 0x2000

modeRead

public modeRead = 0x0000

modeReadWrite

public modeReadWrite = 0x0002

modeWrite

public modeWrite = 0x0001

shareCompat

public shareCompat = 0x0000

shareDenyNone

public shareDenyNone = 0x0040

shareDenyRead

public shareDenyRead = 0x0030

shareDenyWrite

public shareDenyWrite = 0x0020

shareExclusive

public shareExclusive = 0x0010

typeBinary

public typeBinary = ( int ) 0x8000

typeText

public typeText = 0x4000

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD