ReactOS 0.4.16-dev-1025-gd3456f5
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
PVOID __cdecl | operator new (size_t Size, POOL_TYPE PoolType, ULONG Tag) |
void __cdecl | operator delete (PVOID ptr) |
void __cdecl | operator delete (PVOID ptr, UINT_PTR) |
NTSTATUS NTAPI | PcNewMiniport (OUT PMINIPORT *OutMiniport, IN REFCLSID ClassId) |
#define NDEBUG |
Definition at line 11 of file miniport.cpp.
Definition at line 29 of file miniport.cpp.
Definition at line 37 of file miniport.cpp.
Definition at line 16 of file miniport.cpp.
Definition at line 45 of file miniport.cpp.
Referenced by InstallSubdevice(), and StartDevice().