#include "msfs.h"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ MsfsFileSystemControl()
Definition at line 19 of file fsctrl.c.
21{
26
28
32
34
35 switch (IoStack->
Parameters.FileSystemControl.FsControlCode)
36 {
37 default:
39 }
40
42 Irp->IoStatus.Information = 0;
44
46}
#define IoCompleteRequest
#define STATUS_NOT_IMPLEMENTED
struct _NAMED_PIPE_CREATE_PARAMETERS * Parameters
_In_ PDEVICE_OBJECT DeviceObject
_In_ WDFREQUEST _In_ WDFFILEOBJECT FileObject
__drv_aliasesMem FORCEINLINE PIO_STACK_LOCATION IoGetCurrentIrpStackLocation(_In_ PIRP Irp)