mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[PSDK]
- Add KsFilterFactorySetDeviceClassesState prototype svn path=/trunk/; revision=46624
This commit is contained in:
parent
9974fe1a9c
commit
a22801fd63
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue