mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
- Add create item flags
svn path=/trunk/; revision=41841
This commit is contained in:
parent
660f744f6f
commit
976cb25f51
1 changed files with 5 additions and 0 deletions
|
@ -1719,6 +1719,11 @@ typedef struct
|
||||||
Objects ??? SORT ME!
|
Objects ??? SORT ME!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define KSCREATE_ITEM_SECURITYCHANGED 0x1
|
||||||
|
#define KSCREATE_ITEM_WILDCARD 0x2
|
||||||
|
#define KSCREATE_ITEM_NOPARAMETERS 0x4
|
||||||
|
#define KSCREATE_ITEM_FREEONSTOP 0x8
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
PDRIVER_DISPATCH Create;
|
PDRIVER_DISPATCH Create;
|
||||||
|
|
Loading…
Reference in a new issue