mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[PSDK]
- Fix KsFilterFactoryGetDevice CORE-11794 svn path=/trunk/; revision=73824
This commit is contained in:
@@ -5064,10 +5064,20 @@ KsFilterCreatePinFactory(
|
||||
|
||||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
KSDDKAPI
|
||||
PKSDEVICE
|
||||
NTAPI
|
||||
KsGetDevice(
|
||||
_In_ PVOID Object);
|
||||
|
||||
_IRQL_requires_max_(PASSIVE_LEVEL)
|
||||
static
|
||||
__inline
|
||||
PKSDEVICE
|
||||
KsFilterFactoryGetDevice(
|
||||
_In_ PKSFILTERFACTORY FilterFactory);
|
||||
_In_ PKSFILTERFACTORY FilterFactory)
|
||||
{
|
||||
return KsGetDevice((PVOID)FilterFactory);
|
||||
}
|
||||
|
||||
/* etc. */
|
||||
#endif /* avstream */
|
||||
|
||||
Reference in New Issue
Block a user