eventcore ~master (2021-12-17T12:21:51Z)
Dub
Repo
FileSlot.Direction
eventcore
drivers
winapi
core
FileSlot
Undocumented in source.
struct
FileSlot
static
struct
Direction (
bool
RO
) {
OVERLAPPED_CORE
overlapped
;
FileIOCallback
callback
;
ulong
offset
;
size_t
bytesTransferred
;
IOMode
mode
;
static if
(
RO
)
const
(
ubyte
)[]
buffer
;
static if
(!(
RO
))
ubyte
[]
buffer
;
void
invokeCallback
(IOStatus status, size_t bytes_transferred);
}
Members
Functions
invokeCallback
void
invokeCallback
(IOStatus status, size_t bytes_transferred)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
buffer
const
(
ubyte
)[]
buffer
;
Undocumented in source.
buffer
ubyte
[]
buffer
;
Undocumented in source.
bytesTransferred
size_t
bytesTransferred
;
Undocumented in source.
callback
FileIOCallback
callback
;
Undocumented in source.
mode
IOMode
mode
;
Undocumented in source.
offset
ulong
offset
;
Undocumented in source.
overlapped
OVERLAPPED_CORE
overlapped
;
Undocumented in source.
Meta
Source
See Implementation
eventcore
drivers
winapi
core
FileSlot
structs
Direction
variables
closeCallback
read
write