#include <sbWindowChromeService.h>
Public Member Functions | |
NS_DECL_ISUPPORTS NS_DECL_SBIWINDOWCHROMESERVICE | sbWindowChromeService () |
Public Member Functions inherited from sbIWindowChromeService | |
void | hideChrome (in nsISupports aWindow, in boolean aHide) |
Hides (or shows) the chrome of a given window. More... | |
Static Public Member Functions | |
static LRESULT WINAPI | WndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, UINT_PTR uIdSubclass, DWORD_PTR dwRefData) |
Protected Types | |
typedef HRESULT(WINAPI * | t_DwmIsCompositionEnabled )(BOOL *) |
Static Protected Member Functions | |
static bool | IsCompositionEnabled (const sbWindowChromeService *self) |
Protected Attributes | |
HMODULE | mhDWMAPI |
t_DwmIsCompositionEnabled | mDwmIsCompositionEnabled |
Additional Inherited Members | |
Public Attributes inherited from sbIWindowChromeService | |
readonly attribute boolean | isCompositionEnabled |
Returns true if desktop composition is enabled. More... | |
Definition at line 33 of file sbWindowChromeService.h.
|
protected |
Definition at line 57 of file sbWindowChromeService.h.
sbWindowChromeService::sbWindowChromeService | ( | ) |
|
staticprotected |
Definition at line 91 of file sbWindowChromeService.cpp.
|
static |
|
protected |
Definition at line 59 of file sbWindowChromeService.h.
|
protected |
Definition at line 58 of file sbWindowChromeService.h.