Vitaliy Margolen wrote:
+#define DIRECTORY_QUERY                 (0x0001)
+#define DIRECTORY_TRAVERSE              (0x0002)
+#define DIRECTORY_CREATE_OBJECT         (0x0004)
+#define DIRECTORY_CREATE_SUBDIRECTORY   (0x0008)
+#define DIRECTORY_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | 0xF)


Should these go into winternl.h?


Well they are defined only in ddk/winddk.h in mingw (I don't have SDK or
DDK). But probably you are right, they should go into winternl.h

No, they should go in include/ddk/wdm.h

Ivan.



Reply via email to