mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[PSDK]
- Add KsFilterFactorySetDeviceClassesState prototype svn path=/trunk/; revision=46624
This commit is contained in:
@@ -4068,6 +4068,14 @@ KsCreateFilterFactory(
|
||||
IN PFNKSFILTERFACTORYPOWER WakeCallback OPTIONAL,
|
||||
OUT PKSFILTERFACTORY *FilterFactory OPTIONAL);
|
||||
|
||||
KSDDKAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
KsFilterFactorySetDeviceClassesState(
|
||||
IN PKSFILTERFACTORY FilterFactory,
|
||||
IN BOOLEAN NewState
|
||||
);
|
||||
|
||||
KSDDKAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
||||
Reference in New Issue
Block a user