ReactOS 0.4.16-dev-732-g2d1144a
|
#include <psdk/commctrl.h>
Go to the source code of this file.
Classes | |
struct | NMTBINITCUSTOMIZE |
struct | NMTBWRAPHOTITEM |
Macros | |
#define | DPA_GetPtr DPA_GetPtr_wine_hack |
#define | FlatSB_SetScrollProp FlatSB_SetScrollProp_wine_hack |
#define | DRAGLISTMSGSTRINGA "commctrl_DragListMsg" |
#define | ListView_InsertItemA(hwnd, pitem) (INT)SNDMSGA((hwnd),LVM_INSERTITEMA,0,(LPARAM)(const LVITEMA *)(pitem)) |
#define | ListView_InsertItemW(hwnd, pitem) (INT)SNDMSGW((hwnd),LVM_INSERTITEMW,0,(LPARAM)(const LVITEMW *)(pitem)) |
#define | SNDMSGA SendMessageA |
#define | SNDMSGW SendMessageW |
#define | FLATSB_CLASSA "flatsb_class32" |
#define | SB_SETBORDERS (WM_USER+5) |
#define | LPNMLVDISPINFO WINELIB_NAME_AW(LPNMLVDISPINFO) |
#define | TB_UNKWN45D (WM_USER+93) |
#define | TB_UNKWN464 (WM_USER+100) |
#define | TreeView_GetItemA(hwnd, pitem) (BOOL)SNDMSGA((hwnd), TVM_GETITEMA, 0, (LPARAM) (TVITEMA *)(pitem)) |
#define | TreeView_InsertItemA(hwnd, phdi) |
#define | TreeView_SetItemA(hwnd, pitem) (BOOL)SNDMSGA((hwnd), TVM_SETITEMA, 0, (LPARAM)(const TVITEMA *)(pitem)) |
Typedefs | |
typedef TBSAVEPARAMSW * | LPTBSAVEPARAMSW |
typedef LVFINDINFOA * | LPLVFINDINFOA |
typedef LVFINDINFOW * | LPLVFINDINFOW |
Functions | |
LPVOID WINAPI | DPA_GetPtr (HDPA, INT) |
BOOL WINAPI | FlatSB_SetScrollProp (HWND, UINT, INT, BOOL) |
Variables | |
static const WCHAR | DRAGLISTMSGSTRINGW [] |
static const WCHAR | FLATSB_CLASSW [] |
#define DPA_GetPtr DPA_GetPtr_wine_hack |
Definition at line 5 of file commctrl.h.
#define DRAGLISTMSGSTRINGA "commctrl_DragListMsg" |
Definition at line 20 of file commctrl.h.
#define FLATSB_CLASSA "flatsb_class32" |
Definition at line 44 of file commctrl.h.
#define FlatSB_SetScrollProp FlatSB_SetScrollProp_wine_hack |
Definition at line 6 of file commctrl.h.
#define ListView_InsertItemA | ( | hwnd, | |
pitem | |||
) | (INT)SNDMSGA((hwnd),LVM_INSERTITEMA,0,(LPARAM)(const LVITEMA *)(pitem)) |
Definition at line 31 of file commctrl.h.
#define ListView_InsertItemW | ( | hwnd, | |
pitem | |||
) | (INT)SNDMSGW((hwnd),LVM_INSERTITEMW,0,(LPARAM)(const LVITEMW *)(pitem)) |
Definition at line 33 of file commctrl.h.
#define LPNMLVDISPINFO WINELIB_NAME_AW(LPNMLVDISPINFO) |
Definition at line 77 of file commctrl.h.
Definition at line 60 of file commctrl.h.
#define SNDMSGA SendMessageA |
Definition at line 40 of file commctrl.h.
#define SNDMSGW SendMessageW |
Definition at line 41 of file commctrl.h.
Definition at line 80 of file commctrl.h.
Definition at line 81 of file commctrl.h.
#define TreeView_GetItemA | ( | hwnd, | |
pitem | |||
) | (BOOL)SNDMSGA((hwnd), TVM_GETITEMA, 0, (LPARAM) (TVITEMA *)(pitem)) |
Definition at line 83 of file commctrl.h.
Definition at line 86 of file commctrl.h.
#define TreeView_SetItemA | ( | hwnd, | |
pitem | |||
) | (BOOL)SNDMSGA((hwnd), TVM_SETITEMA, 0, (LPARAM)(const TVITEMA *)(pitem)) |
Definition at line 90 of file commctrl.h.
typedef LVFINDINFOA* LPLVFINDINFOA |
Definition at line 57 of file commctrl.h.
typedef LVFINDINFOW* LPLVFINDINFOW |
Definition at line 58 of file commctrl.h.
typedef TBSAVEPARAMSW* LPTBSAVEPARAMSW |
Definition at line 55 of file commctrl.h.
Definition at line 116 of file flatsb.c.
Definition at line 27 of file commctrl.h.
Referenced by MakeDragList().
Definition at line 51 of file commctrl.h.
Referenced by FLATSB_Register(), and FLATSB_Unregister().