ReactOS 0.4.15-dev-7093-g01a8288
|
Classes | |
struct | NSTCCUSTOMDRAW |
Public Types | |
typedef struct INameSpaceTreeControlCustomDraw::NSTCCUSTOMDRAW | NSTCCUSTOMDRAW |
![]() | |
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) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 3301 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 | ||
) |