The Möbius Operating System: fileop_t struct Reference
HOME DOWNLOAD DOCUMENTATION SCREENSHOTS  

fileop_t Struct Reference
[Files]

Contains status information for user-mode asynchronous I/O operations. More...

#include <defs.h>

List of all members.

Public Attributes

status_t result
 Result of the operation Only valid just after calling FsReadAsync or FsWriteAsync and after having called ThrWaitHandle.

handle_t event
size_t bytes


Detailed Description

Contains status information for user-mode asynchronous I/O operations.


Member Data Documentation

size_t fileop_t::bytes
 

Number of bytes transferred during the operation

handle_t fileop_t::event
 

Handle of the event to be signalled upon I/O completion

status_t fileop_t::result
 

Result of the operation Only valid just after calling FsReadAsync or FsWriteAsync and after having called ThrWaitHandle.

Valid error codes are found in errno.h.


The documentation for this struct was generated from the following file:
Post a comment

From: