ReactOS 0.4.16-dev-21-g2af6fd4
|
#include <types.h>
Public Attributes | |
RD_NTSTATUS(* | create )(uint32 device, uint32 desired_access, uint32 share_mode, uint32 create_disposition, uint32 flags_and_attributes, char *filename, RD_NTHANDLE *handle) |
RD_NTSTATUS(* | close )(RD_NTHANDLE handle) |
RD_NTSTATUS(* | read )(RD_NTHANDLE handle, uint8 *data, uint32 length, uint32 offset, uint32 *result) |
RD_NTSTATUS(* | write )(RD_NTHANDLE handle, uint8 *data, uint32 length, uint32 offset, uint32 *result) |
RD_NTSTATUS(* | device_control )(RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) |
RD_NTSTATUS(* _DEVICE_FNS::close) (RD_NTHANDLE handle) |
RD_NTSTATUS(* _DEVICE_FNS::device_control) (RD_NTHANDLE handle, uint32 request, STREAM in, STREAM out) |
RD_NTSTATUS(* _DEVICE_FNS::read) (RD_NTHANDLE handle, uint8 *data, uint32 length, uint32 offset, uint32 *result) |
Definition at line 206 of file types.h.
Referenced by _rdpdr_check_fds().
RD_NTSTATUS(* _DEVICE_FNS::write) (RD_NTHANDLE handle, uint8 *data, uint32 length, uint32 offset, uint32 *result) |
Definition at line 208 of file types.h.
Referenced by _rdpdr_check_fds().