ReactOS 0.4.16-dev-550-g2186ce3
|
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 |
Functions | |
UINT CALLBACK | CustomControlInfoA (LPCCINFOA acci) |
UINT CALLBACK | CustomControlInfoW (LPCCINFOW acci) |
#define CCF_NOTEXT 1 |
Definition at line 8 of file custcntl.h.
#define CCHCCCLASS 32 |
Definition at line 9 of file custcntl.h.
#define CCHCCDESC 32 |
Definition at line 10 of file custcntl.h.
#define CCHCCTEXT 256 |
Definition at line 11 of file custcntl.h.
#define LPFNCCINFO LPFNCCINFOA |
Definition at line 94 of file custcntl.h.
#define LPFNCCSIZETOTEXT LPFNCCSIZETOTEXTA |
Definition at line 93 of file custcntl.h.
#define LPFNCCSTYLE LPFNCCSTYLEA |
Definition at line 92 of file custcntl.h.
Definition at line 91 of file custcntl.h.
typedef struct tagCCINFOA CCINFOA |
typedef struct tagCCINFOW CCINFOW |
Definition at line 89 of file custcntl.h.
typedef struct tagCCSTYLEA CCSTYLEA |
typedef CCSTYLEFLAGA CCSTYLEFLAG |
Definition at line 90 of file custcntl.h.
typedef struct tagCCSTYLEFLAGA CCSTYLEFLAGA |
typedef struct tagCCSTYLEFLAGW CCSTYLEFLAGW |
typedef struct tagCCSTYLEW CCSTYLEW |
Definition at line 91 of file custcntl.h.
typedef struct tagCCINFOA* LPCCINFOA |
typedef struct tagCCINFOW* LPCCINFOW |
Definition at line 89 of file custcntl.h.
typedef struct tagCCSTYLEA* LPCCSTYLEA |
typedef CCSTYLEFLAGA * LPCCSTYLEFLAG |
Definition at line 90 of file custcntl.h.
typedef struct tagCCSTYLEFLAGA* LPCCSTYLEFLAGA |
typedef struct tagCCSTYLEFLAGW* LPCCSTYLEFLAGW |
typedef struct tagCCSTYLEW* LPCCSTYLEW |
Definition at line 56 of file custcntl.h.
Definition at line 76 of file custcntl.h.
Definition at line 38 of file custcntl.h.
Definition at line 58 of file custcntl.h.
typedef BOOL(CALLBACK * LPFNCCSTYLEA) (HWND, LPCCSTYLEA) |
Definition at line 37 of file custcntl.h.
typedef BOOL(CALLBACK * LPFNCCSTYLEW) (HWND, LPCCSTYLEW) |
Definition at line 57 of file custcntl.h.