ReactOS 0.4.15-dev-7918-g2a2556c
clbdll.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _CLBS_INFO
 
struct  _CUSTOM_CONTROL_INFO
 

Macros

#define CLBS_NOTIFY   0x1
 
#define CLBS_SORT   0x2
 
#define CLBS_DISABLENOSCROLL   0x1000
 
#define CLBS_VSCROLL   0x200000
 
#define CLBS_BORDER   0x800000
 
#define CLBS_POPOUT_HEADINGS   0x200
 
#define CLBS_SPRINGLY_COLUMNS   0x0
 

Typedefs

typedef struct _CLBS_INFO CLBS_INFO
 
typedef struct _CLBS_INFOLPCLBS_INFO
 
typedef struct _CUSTOM_CONTROL_INFO CUSTOM_CONTROL_INFO
 
typedef struct _CUSTOM_CONTROL_INFOLPCUSTOM_CONTROL_INFO
 

Functions

LRESULT CALLBACK ClbWndProc (HWND, UINT, WPARAM, LPARAM)
 
INT_PTR WINAPI ClbStyleW (HWND, LPARAM)
 
BOOL WINAPI CustomControlInfoW (LPCUSTOM_CONTROL_INFO)
 

Macro Definition Documentation

◆ CLBS_BORDER

#define CLBS_BORDER   0x800000

Definition at line 7 of file clbdll.h.

◆ CLBS_DISABLENOSCROLL

#define CLBS_DISABLENOSCROLL   0x1000

Definition at line 5 of file clbdll.h.

◆ CLBS_NOTIFY

#define CLBS_NOTIFY   0x1

Definition at line 3 of file clbdll.h.

◆ CLBS_POPOUT_HEADINGS

#define CLBS_POPOUT_HEADINGS   0x200

Definition at line 8 of file clbdll.h.

◆ CLBS_SORT

#define CLBS_SORT   0x2

Definition at line 4 of file clbdll.h.

◆ CLBS_SPRINGLY_COLUMNS

#define CLBS_SPRINGLY_COLUMNS   0x0

Definition at line 9 of file clbdll.h.

◆ CLBS_VSCROLL

#define CLBS_VSCROLL   0x200000

Definition at line 6 of file clbdll.h.

Typedef Documentation

◆ CLBS_INFO

◆ CUSTOM_CONTROL_INFO

◆ LPCLBS_INFO

◆ LPCUSTOM_CONTROL_INFO

Function Documentation

◆ ClbStyleW()

INT_PTR WINAPI ClbStyleW ( HWND  ,
LPARAM   
)

◆ ClbWndProc()

LRESULT CALLBACK ClbWndProc ( HWND  ,
UINT  ,
WPARAM  ,
LPARAM   
)

◆ CustomControlInfoW()

BOOL WINAPI CustomControlInfoW ( LPCUSTOM_CONTROL_INFO  )