Process Hacker
icotobmp.c File Reference
#include <phgui.h>
#include <uxtheme.h>

Go to the source code of this file.

Typedefs

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)
 

Functions

HBITMAP PhIconToBitmap (_In_ HICON Icon, _In_ ULONG Width, _In_ ULONG Height)
 

Typedef Documentation

typedef HPAINTBUFFER(* _BeginBufferedPaint)(_In_ HDC hdcTarget, _In_ const RECT *prcTarget, _In_ BP_BUFFERFORMAT dwFormat, _In_ BP_PAINTPARAMS *pPaintParams, _Out_ HDC *phdc)

Definition at line 6 of file icotobmp.c.

typedef HRESULT(* _EndBufferedPaint)(_In_ HPAINTBUFFER hBufferedPaint, _In_ BOOL fUpdateTarget)

Definition at line 14 of file icotobmp.c.

typedef HRESULT(* _GetBufferedPaintBits)(_In_ HPAINTBUFFER hBufferedPaint, _Out_ RGBQUAD **ppbBuffer, _Out_ int *pcxRow)

Definition at line 19 of file icotobmp.c.

Function Documentation

HBITMAP PhIconToBitmap ( _In_ HICON  Icon,
_In_ ULONG  Width,
_In_ ULONG  Height 
)

Definition at line 165 of file icotobmp.c.