|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <setupapi_private.h>

Public Attributes | |
| LIST_ENTRY | ListEntry |
| struct DeviceInfo * | DeviceInfo |
| GUID | InterfaceClassGuid |
| DWORD | Flags |
| WCHAR | SymbolicLink [ANYSIZE_ARRAY] |
Definition at line 68 of file setupapi_private.h.
| struct DeviceInfo* DeviceInterface::DeviceInfo |
Definition at line 73 of file setupapi_private.h.
Referenced by CreateDeviceInterface(), SetupDiGetDeviceInterfaceDetailW(), and SetupDiOpenDeviceInterfaceW().
| DWORD DeviceInterface::Flags |
Definition at line 81 of file setupapi_private.h.
Referenced by CreateDeviceInterface(), InstallOneInterface(), SETUP_CreateInterfaceList(), SetupDiEnumDeviceInterfaces(), and SetupDiOpenDeviceInterfaceW().
| GUID DeviceInterface::InterfaceClassGuid |
Definition at line 74 of file setupapi_private.h.
Referenced by CreateDeviceInterface(), InstallOneInterface(), SetupDiEnumDeviceInterfaces(), and SetupDiOpenDeviceInterfaceW().
| LIST_ENTRY DeviceInterface::ListEntry |
Definition at line 70 of file setupapi_private.h.
Referenced by DestroyDeviceInfo(), DestroyDeviceInfoSet(), SETUP_CreateInterfaceList(), SetupDiEnumDeviceInterfaces(), and SetupDiOpenDeviceInterfaceW().
| WCHAR DeviceInterface::SymbolicLink[ANYSIZE_ARRAY] |
Definition at line 85 of file setupapi_private.h.
Referenced by CreateDeviceInterface(), SetupDiCreateDeviceInterfaceRegKeyW(), SetupDiGetDeviceInterfaceDetailW(), SetupDiOpenDeviceInterfaceRegKey(), and SetupDiOpenDeviceInterfaceW().