Sinked comment about IRP->ApcEnvironment and IRP->AllocationFlags
authorshort <>
Thu, 30 Jan 2003 10:38:31 +0000 (10:38 +0000)
committershort <>
Thu, 30 Jan 2003 10:38:31 +0000 (10:38 +0000)
include/ddk/iotypes.h

index 800ebb6..e7bf5e7 100644 (file)
@@ -601,8 +601,8 @@ typedef struct _IRP
    CHAR CurrentLocation;
    BOOLEAN Cancel;
    KIRQL CancelIrql;
-   CCHAR ApcEnvironment;// CCHAR or PVOID?
-   UCHAR AllocationFlags;//UCHAR or ULONG?
+   CCHAR ApcEnvironment;
+   UCHAR AllocationFlags;
    PIO_STATUS_BLOCK UserIosb;
    PKEVENT UserEvent;
    union