#include <ntddk.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ NTOSAPI
◆ RosSymIoReadFile()
Definition at line 21 of file iofile.c.
22{
23 PROSSYM_OWN_FILECONTEXT OwnContext = (PROSSYM_OWN_FILECONTEXT)
FileContext;
25}
_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 28 of file iofile.c.
29{
30 PROSSYM_OWN_FILECONTEXT OwnContext = (PROSSYM_OWN_FILECONTEXT)
FileContext;
32}
◆ RosSymStatus