#include "rexxapitypes.h"
#include <io.h>
#include <fcntl.h>
#include <share.h>
#include <sys/stat.h>
Go to the source code of this file.
Classes | |
class | SysFile |
Macros | |
#define | RX_O_RDONLY _O_RDONLY |
#define | RX_O_WRONLY _O_WRONLY |
#define | RX_O_RDWR _O_RDWR |
#define | RX_O_CREAT _O_CREAT |
#define | RX_O_EXCL _O_EXCL |
#define | RX_O_TRUNC _O_TRUNC |
#define | RX_O_APPEND _O_APPEND |
#define | RX_SH_DENYWR _SH_DENYWR |
#define | RX_SH_DENYRD _SH_DENYRD |
#define | RX_SH_DENYRW _SH_DENYRW |
#define | RX_SH_DENYNO _SH_DENYNO |
#define | RX_S_IWRITE _S_IWRITE |
#define | RX_S_IREAD _S_IREAD |
#define | BLOCK_THRESHOLD (32*1024) |
#define | LINE_TERMINATOR "\r\n" |
#define BLOCK_THRESHOLD (32*1024) |
Definition at line 72 of file windows/SysFile.hpp.
#define LINE_TERMINATOR "\r\n" |
Definition at line 86 of file windows/SysFile.hpp.
#define RX_O_APPEND _O_APPEND |
Definition at line 62 of file windows/SysFile.hpp.
#define RX_O_CREAT _O_CREAT |
Definition at line 59 of file windows/SysFile.hpp.
#define RX_O_EXCL _O_EXCL |
Definition at line 60 of file windows/SysFile.hpp.
#define RX_O_RDONLY _O_RDONLY |
Definition at line 56 of file windows/SysFile.hpp.
#define RX_O_RDWR _O_RDWR |
Definition at line 58 of file windows/SysFile.hpp.
#define RX_O_TRUNC _O_TRUNC |
Definition at line 61 of file windows/SysFile.hpp.
#define RX_O_WRONLY _O_WRONLY |
Definition at line 57 of file windows/SysFile.hpp.
#define RX_S_IREAD _S_IREAD |
Definition at line 70 of file windows/SysFile.hpp.
#define RX_S_IWRITE _S_IWRITE |
Definition at line 69 of file windows/SysFile.hpp.
#define RX_SH_DENYNO _SH_DENYNO |
Definition at line 67 of file windows/SysFile.hpp.
#define RX_SH_DENYRD _SH_DENYRD |
Definition at line 65 of file windows/SysFile.hpp.
#define RX_SH_DENYRW _SH_DENYRW |
Definition at line 66 of file windows/SysFile.hpp.
#define RX_SH_DENYWR _SH_DENYWR |
Definition at line 64 of file windows/SysFile.hpp.