45 DPRINT(
"MailslotName: %wZ\n", &
Fcb->Name);
51 Irp->IoStatus.Information = 0;
66 if (
Fcb->MessageCount > 0)
80 Irp->IoStatus.Information = LengthRead;
94 Irp->IoStatus.Information = 0;
104 Irp->IoStatus.Information = 0;
153 DPRINT(
"MailslotName: %wZ\n", &
Fcb->Name);
156 if (
Fcb->ServerCcb ==
Ccb)
159 Irp->IoStatus.Information = 0;
181 Irp->IoStatus.Information = 0;
200 Context = CsqIrp->Tail.Overlay.DriverContext[0];
static PIO_STACK_LOCATION IoGetCurrentIrpStackLocation(PIRP Irp)
_Inout_ PFILE_OBJECT _In_ TYPE_OF_OPEN PFCB _In_opt_ PCCB Ccb
NTKERNELAPI VOID NTAPI IoCsqInsertIrp(_Inout_ PIO_CSQ Csq, _Inout_ PIRP Irp, _Out_opt_ PIO_CSQ_IRP_CONTEXT Context)
Insert an IRP into the CSQ.
NTKERNELAPI PIRP NTAPI IoCsqRemoveNextIrp(_Inout_ PIO_CSQ Csq, _In_opt_ PVOID PeekContext)
IoCsqRemoveNextIrp - Removes the next IRP from the queue.
static const WCHAR Message[]
VOID NTAPI KeInitializeDpc(IN PKDPC Dpc, IN PKDEFERRED_ROUTINE DeferredRoutine, IN PVOID DeferredContext)
#define InsertTailList(ListHead, Entry)
#define ExAllocatePoolWithTag(hernya, size, tag)
#define KeWaitForSingleObject(pEvt, foo, a, b, c)
#define KeInitializeEvent(pEvt, foo, foo2)
#define KeReleaseSpinLock(sl, irql)
#define KeAcquireSpinLock(sl, irql)
#define RemoveHeadList(ListHead)
#define memcpy(s1, s2, n)
#define ExFreePoolWithTag(_P, _T)
KDEFERRED_ROUTINE MsfsTimeout
DRIVER_DISPATCH MsfsWrite
struct _MSFS_FCB * PMSFS_FCB
_In_ ULONG _In_ ULONG _In_ ULONG Length
#define IoCompleteRequest
base of all file and directory entries
struct _IO_STACK_LOCATION::@4065::@4069 Read
struct _IO_STACK_LOCATION::@4065::@4070 Write
union _IO_STACK_LOCATION::@1605 Parameters
BOOLEAN NTAPI KeSetTimer(IN OUT PKTIMER Timer, IN LARGE_INTEGER DueTime, IN PKDPC Dpc OPTIONAL)
BOOLEAN NTAPI KeCancelTimer(IN OUT PKTIMER Timer)
VOID NTAPI KeInitializeTimer(OUT PKTIMER Timer)
#define CONTAINING_RECORD(address, type, field)
#define STATUS_ACCESS_DENIED
#define STATUS_IO_TIMEOUT
#define STATUS_INSUFFICIENT_RESOURCES
_In_ PDEVICE_OBJECT DeviceObject
_In_ WDFREQUEST _In_ WDFFILEOBJECT FileObject
_Must_inspect_result_ _In_ PWDF_DPC_CONFIG _In_ PWDF_OBJECT_ATTRIBUTES _Out_ WDFDPC * Dpc
#define MmGetSystemAddressForMdlSafe(_Mdl, _Priority)