|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include "uxthemep.h"#include <ole2.h>#include <objidl.h>#include <gdiplus.h>#include <gdipluscolor.h>#include <winreg.h>#include <shlwapi.h>
Go to the source code of this file.
Functions | |
| BOOL | MSSTYLES_TryLoadPng (_In_ HINSTANCE hTheme, _In_ LPCWSTR szFile, _In_ LPCWSTR type, _Out_ HBITMAP *phBitmap) |
| BOOL | prepare_png_alpha (_In_ HBITMAP png, _Out_ BOOL *hasAlpha) |
| BOOL MSSTYLES_TryLoadPng | ( | _In_ HINSTANCE | hTheme, |
| _In_ LPCWSTR | szFile, | ||
| _In_ LPCWSTR | type, | ||
| _Out_ HBITMAP * | phBitmap | ||
| ) |
Definition at line 18 of file pngsup.cpp.
Referenced by MSSTYLES_LoadBitmap().
Definition at line 60 of file pngsup.cpp.
Referenced by MSSTYLES_LoadBitmap().