winstl/filesystem/file_creation_functions.h File Reference


Detailed Description

[C, C++] File creation functions (File System Library).

#include <winstl/winstl.h>

Go to the source code of this file.

Namespaces

namespace  winstl

Functions

STLSOFT_INLINE HANDLE winstl__open_file_read_shared_a (char const *fileName, DWORD dwShareMode)
 Opens an existing file for shared read access.
STLSOFT_INLINE HANDLE winstl__open_file_read_shared_w (wchar_t const *fileName, DWORD dwShareMode)
 Opens an existing file for shared read access.
STLSOFT_INLINE HANDLE winstl__open_file_exclusive_a (char const *fileName)
 Opens an existing file for exclusive read access.
STLSOFT_INLINE HANDLE winstl__open_file_exclusive_w (wchar_t const *fileName)
 Opens an existing file for exclusive read access.
HANDLE open_file_read_shared (char const *fileName, DWORD dwShareMode)
 Opens an existing file for shared read access.
HANDLE open_file_read_shared (wchar_t const *fileName, DWORD dwShareMode)
 Opens an existing file for shared read access.
int open_file_exclusive (char const *fileName)
 Opens an existing file for exclusive read access.
int open_file_exclusive (wchar_t const *fileName)
 Opens an existing file for exclusive read access.


Generated on Thu Jun 10 08:58:02 2010 for STLSoft by  doxygen 1.5.6