ReactOS 0.4.16-dev-297-gc569aee
|
#include "common.h"
Go to the source code of this file.
Macros | |
#define | STR_MODULENAME "AC97 Common: " |
Functions | |
NTSTATUS | NewAdapterCommon (OUT PUNKNOWN *Unknown, IN REFCLSID, IN PUNKNOWN UnknownOuter OPTIONAL, _When_((PoolType &NonPagedPoolMustSucceed) !=0, __drv_reportError("Must succeed pool allocations are forbidden. " "Allocation failures cause a system crash")) IN POOL_TYPE PoolType) |
STDMETHODIMP_ (NTSTATUS) CAC97AdapterCommon | |
STDMETHODIMP_ (void) CAC97AdapterCommon | |
STDMETHODIMP_ (UCHAR) CAC97AdapterCommon | |
STDMETHODIMP_ (USHORT) CAC97AdapterCommon | |
STDMETHODIMP_ (ULONG) CAC97AdapterCommon | |
#define STR_MODULENAME "AC97 Common: " |
Definition at line 11 of file common.cpp.
NTSTATUS NewAdapterCommon | ( | OUT PUNKNOWN * | Unknown, |
IN | REFCLSID, | ||
IN PUNKNOWN UnknownOuter | OPTIONAL, | ||
_When_((PoolType &NonPagedPoolMustSucceed) !=0, __drv_reportError("Must succeed pool allocations are forbidden. " "Allocation failures cause a system crash")) IN POOL_TYPE | PoolType | ||
) |
Definition at line 116 of file common.cpp.
Referenced by StartDevice().
STDMETHODIMP_ | ( | NTSTATUS | ) |
Definition at line 144 of file common.cpp.
STDMETHODIMP_ | ( | UCHAR | ) |
Definition at line 2249 of file common.cpp.
STDMETHODIMP_ | ( | ULONG | ) |
Definition at line 2293 of file common.cpp.
STDMETHODIMP_ | ( | USHORT | ) |
Definition at line 2271 of file common.cpp.
STDMETHODIMP_ | ( | void | ) |
Definition at line 1532 of file common.cpp.