#include "msgina.h"
#include <wingdi.h>
#include <atlbase.h>
#include <atlcom.h>
#include <pseh/pseh2.h>
Go to the source code of this file.
◆ COM_NO_WINDOWS_H
◆ FADE_TIMER_ID
◆ INIT_TIMER_ID
#define INIT_TIMER_ID 0x112233 |
◆ ShellDimScreen()
Definition at line 256 of file dimmedwindow.cpp.
258 CComObject<CDimmedWindow> *pWindow;
259 HRESULT hr = CComObject<CDimmedWindow>::CreateInstance(&pWindow);
262 pWindow->WaitForInit();
266 refcount = pWindow->AddRef();
268 refcount = pWindow->Release();
276 *hWindow = pWindow->Wnd();
282 refcount = pWindow->AddRef();
284 refcount = pWindow->Release();
BOOL WINAPI IsWindow(_In_opt_ HWND)
#define EXCEPTION_EXECUTE_HANDLER
#define _SEH2_EXCEPT(...)
◆ gModule