ReactOS 0.4.15-dev-7788-g1ad9096
cpl.h File Reference
#include <pshpack1.h>
#include <poppack.h>
Include dependency graph for cpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tagCPLINFO
 
struct  tagNEWCPLINFOA
 
struct  tagNEWCPLINFOW
 

Macros

#define WM_CPL_LAUNCH   (WM_USER+1000)
 
#define WM_CPL_LAUNCHED   (WM_USER+1001)
 
#define CPL_DYNAMIC_RES   0
 
#define CPL_INIT   1
 
#define CPL_GETCOUNT   2
 
#define CPL_INQUIRE   3
 
#define CPL_SELECT   4
 
#define CPL_DBLCLK   5
 
#define CPL_STOP   6
 
#define CPL_EXIT   7
 
#define CPL_NEWINQUIRE   8
 
#define CPL_STARTWPARMSA   9
 
#define CPL_STARTWPARMSW   10
 
#define CPL_SETUP   200
 
#define CPL_STARTWPARMS   CPL_STARTWPARMSA
 

Typedefs

typedef LONG(APIENTRYAPPLET_PROC) (HWND, UINT, LPARAM, LPARAM)
 
typedef struct tagCPLINFO CPLINFO
 
typedef struct tagCPLINFOLPCPLINFO
 
typedef struct tagNEWCPLINFOA NEWCPLINFOA
 
typedef struct tagNEWCPLINFOALPNEWCPLINFOA
 
typedef struct tagNEWCPLINFOW NEWCPLINFOW
 
typedef struct tagNEWCPLINFOWLPNEWCPLINFOW
 
typedef NEWCPLINFOA NEWCPLINFO
 
typedef NEWCPLINFOALPNEWCPLINFO
 

Macro Definition Documentation

◆ CPL_DBLCLK

#define CPL_DBLCLK   5

Definition at line 16 of file cpl.h.

◆ CPL_DYNAMIC_RES

#define CPL_DYNAMIC_RES   0

Definition at line 11 of file cpl.h.

◆ CPL_EXIT

#define CPL_EXIT   7

Definition at line 18 of file cpl.h.

◆ CPL_GETCOUNT

#define CPL_GETCOUNT   2

Definition at line 13 of file cpl.h.

◆ CPL_INIT

#define CPL_INIT   1

Definition at line 12 of file cpl.h.

◆ CPL_INQUIRE

#define CPL_INQUIRE   3

Definition at line 14 of file cpl.h.

◆ CPL_NEWINQUIRE

#define CPL_NEWINQUIRE   8

Definition at line 19 of file cpl.h.

◆ CPL_SELECT

#define CPL_SELECT   4

Definition at line 15 of file cpl.h.

◆ CPL_SETUP

#define CPL_SETUP   200

Definition at line 22 of file cpl.h.

◆ CPL_STARTWPARMS

#define CPL_STARTWPARMS   CPL_STARTWPARMSA

Definition at line 54 of file cpl.h.

◆ CPL_STARTWPARMSA

#define CPL_STARTWPARMSA   9

Definition at line 20 of file cpl.h.

◆ CPL_STARTWPARMSW

#define CPL_STARTWPARMSW   10

Definition at line 21 of file cpl.h.

◆ CPL_STOP

#define CPL_STOP   6

Definition at line 17 of file cpl.h.

◆ WM_CPL_LAUNCH

#define WM_CPL_LAUNCH   (WM_USER+1000)

Definition at line 9 of file cpl.h.

◆ WM_CPL_LAUNCHED

#define WM_CPL_LAUNCHED   (WM_USER+1001)

Definition at line 10 of file cpl.h.

Typedef Documentation

◆ APPLET_PROC

typedef LONG(APIENTRY * APPLET_PROC) (HWND, UINT, LPARAM, LPARAM)

Definition at line 23 of file cpl.h.

◆ CPLINFO

◆ LPCPLINFO

◆ LPNEWCPLINFO

Definition at line 55 of file cpl.h.

◆ LPNEWCPLINFOA

◆ LPNEWCPLINFOW

◆ NEWCPLINFO

Definition at line 55 of file cpl.h.

◆ NEWCPLINFOA

◆ NEWCPLINFOW