Implement directory object in wineserver.

Saulius Krasuckas saulius2 at ar.fi.lt
Wed Nov 23 04:24:48 CST 2005


* 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=/library/deeptreeconfig.xml&url=/library/en-us/kmarch/hh/kmarch/k111_b1b0f371-6699-42f6-b86d-a0fb57983d9f.xml.asp?frame=true&hidetoc=false



More information about the wine-devel mailing list