ReactOS 0.4.16-dev-250-g3ecd236
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS | KspSetDeviceInterfacesState (IN PLIST_ENTRY ListHead, IN BOOL Enable) |
NTSTATUS | KspFreeDeviceInterfaces (IN PLIST_ENTRY ListHead) |
NTSTATUS | KspRegisterDeviceInterfaces (IN PDEVICE_OBJECT PhysicalDeviceObject, IN ULONG CategoriesCount, IN GUID const *Categories, IN PUNICODE_STRING ReferenceString, OUT PLIST_ENTRY SymbolicLinkList) |
NTSTATUS | KspSetFilterFactoriesState (IN PKSIDEVICE_HEADER DeviceHeader, IN BOOLEAN NewState) |
#define NDEBUG |
Definition at line 3 of file deviceinterface.c.
NTSTATUS KspFreeDeviceInterfaces | ( | IN PLIST_ENTRY | ListHead | ) |
Definition at line 37 of file deviceinterface.c.
Referenced by IKsFilterFactory_fnRelease().
NTSTATUS KspRegisterDeviceInterfaces | ( | IN PDEVICE_OBJECT | PhysicalDeviceObject, |
IN ULONG | CategoriesCount, | ||
IN GUID const * | Categories, | ||
IN PUNICODE_STRING | ReferenceString, | ||
OUT PLIST_ENTRY | SymbolicLinkList | ||
) |
Definition at line 61 of file deviceinterface.c.
Referenced by IKsFilterFactory_fnInitialize().
NTSTATUS KspSetDeviceInterfacesState | ( | IN PLIST_ENTRY | ListHead, |
IN BOOL | Enable | ||
) |
Definition at line 7 of file deviceinterface.c.
Referenced by IKsFilterFactory_fnRelease(), and IKsFilterFactory_fnSetDeviceClassesState().
NTSTATUS KspSetFilterFactoriesState | ( | IN PKSIDEVICE_HEADER | DeviceHeader, |
IN BOOLEAN | NewState | ||
) |
Definition at line 109 of file deviceinterface.c.
Referenced by IKsDevice_PnpPostStart(), and IKsDevice_PnpStartDevice().