#include <phgui.h>
#include <uxtheme.h>
Go to the source code of this file.
|
typedef HPAINTBUFFER(* | _BeginBufferedPaint )(_In_ HDC hdcTarget, _In_ const RECT *prcTarget, _In_ BP_BUFFERFORMAT dwFormat, _In_ BP_PAINTPARAMS *pPaintParams, _Out_ HDC *phdc) |
|
typedef HRESULT(* | _EndBufferedPaint )(_In_ HPAINTBUFFER hBufferedPaint, _In_ BOOL fUpdateTarget) |
|
typedef HRESULT(* | _GetBufferedPaintBits )(_In_ HPAINTBUFFER hBufferedPaint, _Out_ RGBQUAD **ppbBuffer, _Out_ int *pcxRow) |
|
|
HBITMAP | PhIconToBitmap (_In_ HICON Icon, _In_ ULONG Width, _In_ ULONG Height) |
|
typedef HPAINTBUFFER(* _BeginBufferedPaint)(_In_ HDC hdcTarget, _In_ const RECT *prcTarget, _In_ BP_BUFFERFORMAT dwFormat, _In_ BP_PAINTPARAMS *pPaintParams, _Out_ HDC *phdc) |
typedef HRESULT(* _EndBufferedPaint)(_In_ HPAINTBUFFER hBufferedPaint, _In_ BOOL fUpdateTarget) |
typedef HRESULT(* _GetBufferedPaintBits)(_In_ HPAINTBUFFER hBufferedPaint, _Out_ RGBQUAD **ppbBuffer, _Out_ int *pcxRow) |
HBITMAP PhIconToBitmap |
( |
_In_ HICON |
Icon, |
|
|
_In_ ULONG |
Width, |
|
|
_In_ ULONG |
Height |
|
) |
| |