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

/openjdk7/jdk/src/windows/native/sun/windows/
H A DDllUtil.cpp57 DwmAPI & DwmAPI::GetInstance()
59 static DwmAPI dll;
63 DwmAPI::DwmAPI() : function in class:DwmAPI
70 HRESULT DwmAPI::DwmIsCompositionEnabled(BOOL * pfEnabled)
78 HRESULT DwmAPI::DwmGetWindowAttribute(HWND hwnd, DWORD dwAttribute,
H A DDllUtil.h75 class DwmAPI : public DllUtil { class in inherits:DllUtil
85 static DwmAPI & GetInstance();
86 DwmAPI();

Completed in 31 milliseconds