34 lines
1.4 KiB
C
34 lines
1.4 KiB
C
/*
|
|
CDplayerResource.h
|
|
Ce fichier contient les Ids de menu du Cd player
|
|
*/
|
|
|
|
|
|
#define SUBCLASSED_NORMALCALL 0x56
|
|
#define SUBCLASSED_NOCALL 0x57
|
|
|
|
#define SUBCLASSED_ID_MODIF 0x12c
|
|
#define SUBCLASSED_ID_QUITTER 0x12d
|
|
#define SUBCLASSED_ID_OUTILS 0x190
|
|
#define SUBCLASSED_ID_INFODISQUE 0x191
|
|
#define SUBCLASSED_ID_ETAT 0x192
|
|
#define SUBCLASSED_ID_DUREEMORCEAUECOULEE 0x193
|
|
#define SUBCLASSED_ID_DUREEMORCEAURESTANTE 0x194
|
|
#define SUBCLASSED_ID_DUREEDISQUERESTANTE 0x195
|
|
#define SUBCLASSED_ID_VOLUME 0x196
|
|
#define SUBCLASSED_ID_ORDREALEATOIRE 0x1f5
|
|
#define SUBCLASSED_ID_LECTURECONTINUE 0x1f7
|
|
#define SUBCLASSED_ID_LECTUREINTRO 0x1f8
|
|
#define SUBCLASSED_ID_PREFERENCES 0x1f9
|
|
#define SUBCLASSED_ID_AIDE 0x25b
|
|
#define SUBCLASSED_ID_APROPOS 0x25a
|
|
|
|
#define SUBCLASSED_ID_PLAY 0x3e8
|
|
#define SUBCLASSED_ID_PAUSE 0x3e9
|
|
#define SUBCLASSED_ID_STOP 0x3ea
|
|
#define SUBCLASSED_ID_PREVTRACK 0x3eb
|
|
#define SUBCLASSED_ID_NEXTTRACK 0x3ee
|
|
#define SUBCLASSED_ID_FORWARD 0x3ed
|
|
#define SUBCLASSED_ID_BACKWARD 0x3ec
|
|
#define SUBCLASSED_ID_EJECT 0x3ef
|