Searched defs:DllUtil (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A DDllUtil.cpp27 #include "DllUtil.h"
33 DllUtil::~DllUtil()
41 HMODULE DllUtil::GetModule()
49 FARPROC DllUtil::GetProcAddress(LPCSTR name)
64 DllUtil("DWMAPI.DLL"),
65 DwmIsCompositionEnabledFunction((DllUtil*)this, "DwmIsCompositionEnabled"),
66 DwmGetWindowAttributeFunction((DllUtil*)this, "DwmGetWindowAttribute")
H A DDllUtil.h37 class DllUtil { class
46 DllUtil(const char * name) : name(name), module(NULL) {} function in class:DllUtil
47 virtual ~DllUtil();
53 Function(DllUtil * dll, LPCSTR name) :
64 DllUtil * const dll;
75 class DwmAPI : public DllUtil {

Completed in 43 milliseconds