ReactOS 0.4.15-dev-8076-g06e89b2
custcntl.h File Reference

Go to the source code of this file.

Classes

struct  tagCCSTYLEA
 
struct  tagCCSTYLEW
 
struct  tagCCSTYLEFLAGA
 
struct  tagCCSTYLEFLAGW
 
struct  tagCCINFOA
 
struct  tagCCINFOW
 

Macros

#define CCF_NOTEXT   1
 
#define CCHCCCLASS   32
 
#define CCHCCDESC   32
 
#define CCHCCTEXT   256
 
#define LPFNCCSTYLE   LPFNCCSTYLEA
 
#define LPFNCCSIZETOTEXT   LPFNCCSIZETOTEXTA
 
#define LPFNCCINFO   LPFNCCINFOA
 

Typedefs

typedef struct tagCCSTYLEA CCSTYLEA
 
typedef struct tagCCSTYLEALPCCSTYLEA
 
typedef struct tagCCSTYLEW CCSTYLEW
 
typedef struct tagCCSTYLEWLPCCSTYLEW
 
typedef struct tagCCSTYLEFLAGA CCSTYLEFLAGA
 
typedef struct tagCCSTYLEFLAGALPCCSTYLEFLAGA
 
typedef struct tagCCSTYLEFLAGW CCSTYLEFLAGW
 
typedef struct tagCCSTYLEFLAGWLPCCSTYLEFLAGW
 
typedef BOOL(CALLBACKLPFNCCSTYLEA) (HWND, LPCCSTYLEA)
 
typedef INT(CALLBACKLPFNCCSIZETOTEXTA) (DWORD, DWORD, HFONT, LPSTR)
 
typedef struct tagCCINFOA CCINFOA
 
typedef struct tagCCINFOALPCCINFOA
 
typedef UINT(CALLBACKLPFNCCINFOA) (LPCCINFOA)
 
typedef BOOL(CALLBACKLPFNCCSTYLEW) (HWND, LPCCSTYLEW)
 
typedef INT(CALLBACKLPFNCCSIZETOTEXTW) (DWORD, DWORD, HFONT, LPWSTR)
 
typedef struct tagCCINFOW CCINFOW
 
typedef struct tagCCINFOWLPCCINFOW
 
typedef UINT(CALLBACKLPFNCCINFOW) (LPCCINFOW)
 
typedef CCSTYLEA CCSTYLE
 
typedef CCSTYLEALPCCSTYLE
 
typedef CCSTYLEFLAGA CCSTYLEFLAG
 
typedef CCSTYLEFLAGALPCCSTYLEFLAG
 
typedef CCINFOA CCINFO
 
typedef CCINFOALPCCINFO
 

Functions

UINT CALLBACK CustomControlInfoA (LPCCINFOA acci)
 
UINT CALLBACK CustomControlInfoW (LPCCINFOW acci)
 

Macro Definition Documentation

◆ CCF_NOTEXT

#define CCF_NOTEXT   1

Definition at line 8 of file custcntl.h.

◆ CCHCCCLASS

#define CCHCCCLASS   32

Definition at line 9 of file custcntl.h.

◆ CCHCCDESC

#define CCHCCDESC   32

Definition at line 10 of file custcntl.h.

◆ CCHCCTEXT

#define CCHCCTEXT   256

Definition at line 11 of file custcntl.h.

◆ LPFNCCINFO

#define LPFNCCINFO   LPFNCCINFOA

Definition at line 94 of file custcntl.h.

◆ LPFNCCSIZETOTEXT

#define LPFNCCSIZETOTEXT   LPFNCCSIZETOTEXTA

Definition at line 93 of file custcntl.h.

◆ LPFNCCSTYLE

#define LPFNCCSTYLE   LPFNCCSTYLEA

Definition at line 92 of file custcntl.h.

Typedef Documentation

◆ CCINFO

typedef CCINFOA CCINFO

Definition at line 91 of file custcntl.h.

◆ CCINFOA

◆ CCINFOW

◆ CCSTYLE

typedef CCSTYLEA CCSTYLE

Definition at line 89 of file custcntl.h.

◆ CCSTYLEA

◆ CCSTYLEFLAG

Definition at line 90 of file custcntl.h.

◆ CCSTYLEFLAGA

◆ CCSTYLEFLAGW

◆ CCSTYLEW

◆ LPCCINFO

typedef CCINFOA * LPCCINFO

Definition at line 91 of file custcntl.h.

◆ LPCCINFOA

◆ LPCCINFOW

◆ LPCCSTYLE

typedef CCSTYLEA * LPCCSTYLE

Definition at line 89 of file custcntl.h.

◆ LPCCSTYLEA

◆ LPCCSTYLEFLAG

Definition at line 90 of file custcntl.h.

◆ LPCCSTYLEFLAGA

◆ LPCCSTYLEFLAGW

◆ LPCCSTYLEW

◆ LPFNCCINFOA

typedef UINT(CALLBACK * LPFNCCINFOA) (LPCCINFOA)

Definition at line 56 of file custcntl.h.

◆ LPFNCCINFOW

typedef UINT(CALLBACK * LPFNCCINFOW) (LPCCINFOW)

Definition at line 76 of file custcntl.h.

◆ LPFNCCSIZETOTEXTA

typedef INT(CALLBACK * LPFNCCSIZETOTEXTA) (DWORD, DWORD, HFONT, LPSTR)

Definition at line 38 of file custcntl.h.

◆ LPFNCCSIZETOTEXTW

typedef INT(CALLBACK * LPFNCCSIZETOTEXTW) (DWORD, DWORD, HFONT, LPWSTR)

Definition at line 58 of file custcntl.h.

◆ LPFNCCSTYLEA

typedef BOOL(CALLBACK * LPFNCCSTYLEA) (HWND, LPCCSTYLEA)

Definition at line 37 of file custcntl.h.

◆ LPFNCCSTYLEW

typedef BOOL(CALLBACK * LPFNCCSTYLEW) (HWND, LPCCSTYLEW)

Definition at line 57 of file custcntl.h.

Function Documentation

◆ CustomControlInfoA()

UINT CALLBACK CustomControlInfoA ( LPCCINFOA  acci)

◆ CustomControlInfoW()

UINT CALLBACK CustomControlInfoW ( LPCCINFOW  acci)