Asynchronous file I/O message. More...

Public Attributes | |
| File * | m_pFile |
| Pointer to the file object that this Queue_t is attached to. | |
| void * | m_pBuffer |
| Pointer to the I/O buffer or callback pointer. | |
| uintptr_t | m_uLength |
| Value to attach to the command. | |
| eIOCommand | m_uIOCommand |
| IO Command. | |
Asynchronous file I/O message.
| void* Burger::FileManager::Queue_t::m_pBuffer |
Pointer to the I/O buffer or callback pointer.
| File* Burger::FileManager::Queue_t::m_pFile |
Pointer to the file object that this Queue_t is attached to.
| eIOCommand Burger::FileManager::Queue_t::m_uIOCommand |
IO Command.
| uintptr_t Burger::FileManager::Queue_t::m_uLength |
Value to attach to the command.