Searched refs:OF_WRITE (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/kernel32/client/file/ |
H A D | lfile.c | 85 case OF_WRITE: dwAccess = GENERIC_WRITE; break; in _lopen()
|
/reactos/base/system/expand/ |
H A D | expand.c | 170 if ((hout = LZOpenFileA( outfile, &ofout, OF_CREATE | OF_WRITE )) < 0) in main()
|
/reactos/modules/rostests/winetests/lz32/ |
H A D | lzexpand_main.c | 354 file = LZOpenFileA(filename_, &test, OF_WRITE); in test_LZOpenFileA() 756 file = LZOpenFileW(filenameW_, &test, OF_WRITE); in test_LZOpenFileW()
|
/reactos/dll/win32/avifil32/ |
H A D | api.c | 1605 hres = AVIFileOpenW(&pfile, szFile, OF_CREATE|OF_SHARE_EXCLUSIVE|OF_WRITE, in AVISaveVW()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | file.c | 533 filehandle = _lopen( filename, OF_WRITE ); in test__llopen() 3429 hFile = OpenFile(filename, &ofs, OF_WRITE); in test_OpenFile()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 119 #define OF_WRITE 1 macro
|