#include "sbNativeWindowManager.h"
#include "../NativeWindowFromNode.h"
#include <windows.h>
#include <dwmapi.h>
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 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.