#include <ntddk.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ RosSymIoReadFile()
Definition at line 20 of file iofile.c.
21{
22 PROSSYM_OWN_FILECONTEXT OwnContext = (PROSSYM_OWN_FILECONTEXT)
FileContext;
24}
_In_ PFCB _In_ PCD_NAME _In_ BOOLEAN _Inout_ PFILE_ENUM_CONTEXT FileContext
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ DEVPROPTYPE _In_ ULONG Size
◆ RosSymIoSeekFile()
Definition at line 27 of file iofile.c.
28{
29 PROSSYM_OWN_FILECONTEXT OwnContext = (PROSSYM_OWN_FILECONTEXT)
FileContext;
31}
◆ RosSymStatus