ReactOS 0.4.16-dev-598-gc07fba4
|
Classes | |
struct | NSTCCUSTOMDRAW |
Public Types | |
typedef struct INameSpaceTreeControlCustomDraw::NSTCCUSTOMDRAW | NSTCCUSTOMDRAW |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
HRESULT | PrePaint ([in] HDC hdc, [in] RECT *prc, [out] LRESULT *plres) |
HRESULT | PostPaint ([in] HDC hdc, [in] RECT *prc) |
HRESULT | ItemPrePaint ([in] HDC hdc, [in] RECT *prc, [in, out] COLORREF *pclrText, [in, out] COLORREF *pclrTextBk, [out] LRESULT *plres) |
HRESULT | ItemPostPaint ([in] HDC hdc, [in] RECT *prc, [in] NSTCCUSTOMDRAW *pnstccdItem) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 3413 of file shobjidl.idl.
typedef struct INameSpaceTreeControlCustomDraw::NSTCCUSTOMDRAW INameSpaceTreeControlCustomDraw::NSTCCUSTOMDRAW |
HRESULT INameSpaceTreeControlCustomDraw::ItemPostPaint | ( | [in] HDC | hdc, |
[in] RECT * | prc, | ||
[in] NSTCCUSTOMDRAW * | pnstccdItem | ||
) |
HRESULT INameSpaceTreeControlCustomDraw::ItemPrePaint | ( | [in] HDC | hdc, |
[in] RECT * | prc, | ||
[in, out] COLORREF * | pclrText, | ||
[in, out] COLORREF * | pclrTextBk, | ||
[out] LRESULT * | plres | ||
) |
HRESULT INameSpaceTreeControlCustomDraw::PrePaint | ( | [in] HDC | hdc, |
[in] RECT * | prc, | ||
[out] LRESULT * | plres | ||
) |