mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Add DEVICE_INTERFACE_INCLUDE_NONACTIVE constant
svn path=/trunk/; revision=20790
This commit is contained in:
parent
33927eeb10
commit
0a86dac785
1 changed files with 2 additions and 0 deletions
|
@ -7468,6 +7468,8 @@ IoGetDeviceInterfaceAlias(
|
|||
IN CONST GUID *AliasInterfaceClassGuid,
|
||||
OUT PUNICODE_STRING AliasSymbolicLinkName);
|
||||
|
||||
#define DEVICE_INTERFACE_INCLUDE_NONACTIVE 0x00000001
|
||||
|
||||
NTOSAPI
|
||||
NTSTATUS
|
||||
DDKAPI
|
||||
|
|
Loading…
Reference in a new issue