ReactOS
0.4.15-dev-1638-gc0caa5c
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL WINAPI | DllMain (HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpvReserved) |
KSDDKAPI HRESULT WINAPI | DllUnregisterServer (void) |
VOID | RegisterBDAComponent (HKEY hFilter, LPCWSTR ComponentClsid, LPCWSTR ComponentName) |
KSDDKAPI HRESULT WINAPI | DllRegisterServer (void) |
KSDDKAPI HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
KSDDKAPI HRESULT WINAPI | DllCanUnloadNow (void) |
Variables | |
const GUID | KSCATEGORY_BDA_NETWORK_PROVIDER = {0x71985f4b, 0x1ca1, 0x11d3, {0x9c, 0xc8, 0x0, 0xc0, 0x4f, 0x79, 0x71, 0xe0}} |
static INTERFACE_TABLE | InterfaceTable [] |
Definition at line 238 of file msdvbnp.cpp.
Definition at line 201 of file msdvbnp.cpp.
Definition at line 25 of file msdvbnp.cpp.
Definition at line 111 of file msdvbnp.cpp.
Definition at line 53 of file msdvbnp.cpp.
Definition at line 90 of file msdvbnp.cpp.
Referenced by DllRegisterServer().
|
static |
Definition at line 16 of file msdvbnp.cpp.
Referenced by DllGetClassObject(), DllRegisterServer(), and DllUnregisterServer().
const GUID KSCATEGORY_BDA_NETWORK_PROVIDER = {0x71985f4b, 0x1ca1, 0x11d3, {0x9c, 0xc8, 0x0, 0xc0, 0x4f, 0x79, 0x71, 0xe0}} |
Definition at line 13 of file msdvbnp.cpp.
Referenced by DllRegisterServer(), and DllUnregisterServer().