#include "config.h"
#include "dxdiag_private.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | IClassFactoryImpl |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (dxdiag) |
| BOOL WINAPI | DllMain (HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpvReserved) |
| static HRESULT WINAPI | DXDiagCF_QueryInterface (LPCLASSFACTORY iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | DXDiagCF_AddRef (LPCLASSFACTORY iface) |
| static ULONG WINAPI | DXDiagCF_Release (LPCLASSFACTORY iface) |
| static HRESULT WINAPI | DXDiagCF_CreateInstance (LPCLASSFACTORY iface, LPUNKNOWN pOuter, REFIID riid, LPVOID *ppobj) |
| static HRESULT WINAPI | DXDiagCF_LockServer (LPCLASSFACTORY iface, BOOL dolock) |
| HRESULT WINAPI | DllCanUnloadNow (void) |
| HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
Variables |
| LONG | DXDIAGN_refCount = 0 |
| static const IClassFactoryVtbl | DXDiagCF_Vtbl |
| static IClassFactoryImpl | DXDiag_CFS [] |