sbNativeWindowManager.cpp File Reference
#include "sbNativeWindowManager.h"
#include "../NativeWindowFromNode.h"
#include <windows.h>
#include <dwmapi.h>
Include dependency graph for sbNativeWindowManager.cpp:

Go to the source code of this file.

Typedefs

typedef HRESULT(STDAPICALLTYPE * DwmSetWindowAttributeProc_t )(HWND, DWORD, LPCVOID, DWORD)
 
typedef HRESULT(STDAPICALLTYPE * DwmExtendFrameIntoClientArea_t )(HWND, const MARGINS *)
 

Typedef Documentation

typedef HRESULT(STDAPICALLTYPE* DwmExtendFrameIntoClientArea_t)(HWND, const MARGINS *)

Definition at line 46 of file sbNativeWindowManager.cpp.

typedef HRESULT(STDAPICALLTYPE* DwmSetWindowAttributeProc_t)(HWND, DWORD, LPCVOID, DWORD)

Definition at line 41 of file sbNativeWindowManager.cpp.