* On Tue, 22 Nov 2005, Vitaliy Margolen wrote:
- Tuesday, November 22, 2005, 1:51:05 PM, Robert Shearman 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
* Quote from MSDN [*]: | | Headers | Declared in wdm.h and ntddk.h. Include wdm.h or ntddk.h.
I wonder if AJ would accept MSDN approach, which is different from the two ones mentioned above.
[*] http://msdn.microsoft.com/library/shared/deeptree/asp/rightframe.asp?dtcfg=/...