#include <dx_device.h>
|
| dx_catchall_rethrow (, "name: %s, access rights: %x, sharing options:%x", name, access, share) |
|
| file (const char *name, ::DWORD access=GENERIC_READ|GENERIC_WRITE, ::DWORD share=FILE_SHARE_READ|FILE_SHARE_WRITE) |
| the device class constructor
|
|
void | initialize (const char *name, ::DWORD access=GENERIC_READ|GENERIC_WRITE, ::DWORD share=FILE_SHARE_READ|FILE_SHARE_WRITE) try |
| (re-)initialization the underlaying windows API is CreateFile(). for detailed information see http://msdn.microsoft.com/en-us/library/aa363858(VS.85).aspx
|
|
◆ file()
dx::file::file |
( |
const char * | name, |
|
|
::DWORD | access = GENERIC_READ| GENERIC_WRITE, |
|
|
::DWORD | share = FILE_SHARE_READ| FILE_SHARE_WRITE ) |
|
inline |
the device class constructor
◆ dx_catchall_rethrow()
dx::file::dx_catchall_rethrow |
( |
"name: % | s, |
|
|
access rights:% | x, |
|
|
sharing options:%x" | , |
|
|
name | , |
|
|
access | , |
|
|
share | ) |
◆ initialize()
void dx::file::initialize |
( |
const char * | name, |
|
|
::DWORD | access = GENERIC_READ| GENERIC_WRITE, |
|
|
::DWORD | share = FILE_SHARE_READ| FILE_SHARE_WRITE ) |
|
inline |
The documentation for this class was generated from the following file: