Added WINMM resources.

This commit is contained in:
Eric Pouech 1999-07-24 10:46:21 +00:00 committed by Alexandre Julliard
parent d2c54d8b3e
commit 0147eedeff
5 changed files with 1071 additions and 2 deletions

View File

@ -1 +1,2 @@
Makefile
winmm.s

849
multimedia/winmm.rc Normal file
View File

@ -0,0 +1,849 @@
/* Multimedia resources (MMSYSTEM.DLL & WINMM.DLL
*
* (c) 1999, Eric Pouech
*
* Note: Win 9x (and of course Win 3.x) store their resources in MMSYSTEM.DLL
* Wine stores all resources in WINMM.DLL (as NT does)
* This shall be transparent to most apps (unless some look directly in
* MMSYSTEM...)
*/
#include "mmsystem.h"
#include "winnls.h"
/* Add your language specific defines here */
#include "winmm_En.rc"
#include "winmm_Fr.rc"
/* do not add NLS specific stuff below that line */
CORE RCDATA
BEGIN
"open\0", 0x00000803L, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"type\0", 0x00002000L, MCI_STRING,
"element\0", 0x00000200L, MCI_STRING,
"alias\0", 0x00000400L, MCI_STRING,
"shareable\0", 0x00000100L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"close\0", 0x00000804L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"play\0", 0x00000806L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"from\0", 0x00000004L, MCI_INTEGER,
"to\0", 0x00000008L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"record\0", 0x0000080fL, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"from\0", 0x00000004L, MCI_INTEGER,
"to\0", 0x00000008L, MCI_INTEGER,
"insert\0", 0x00000100L, MCI_FLAG,
"overwrite\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"seek\0", 0x00000807L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"to start\0", 0x00000100L, MCI_FLAG,
"to end\0", 0x00000200L, MCI_FLAG,
"to\0", 0x00000008L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"stop\0", 0x00000808L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"pause\0", 0x00000809L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"status\0", 0x00000814L, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"position\0", 0x00000002L, MCI_INTEGER,
"length\0", 0x00000001L, MCI_INTEGER,
"number of tracks\0", 0x00000003L, MCI_INTEGER,
"ready\0", 0x00000007L, MCI_INTEGER,
"mode\0", 0x00000004L, MCI_INTEGER,
"time format\0", 0x00000006L, MCI_INTEGER,
"current track\0", 0x00000008L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"track\0", 0x00000010L, MCI_INTEGER,
"start\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"capability\0", 0x0000080bL, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"can record\0", 0x00000001L, MCI_INTEGER,
"has audio\0", 0x00000002L, MCI_INTEGER,
"has video\0", 0x00000003L, MCI_INTEGER,
"uses files\0", 0x00000005L, MCI_INTEGER,
"compound device\0", 0x00000006L, MCI_INTEGER,
"device type\0", 0x00000004L, MCI_INTEGER,
"can eject\0", 0x00000007L, MCI_INTEGER,
"can play\0", 0x00000008L, MCI_INTEGER,
"can save\0", 0x00000009L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"\0", 0x00000000L, MCI_END_COMMAND,
"info\0", 0x0000080aL, MCI_COMMAND_HEAD,
"\0", 0x00000001L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"product\0", 0x00000100L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"set\0", 0x0000080dL, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"time format\0", 0x00000400L, MCI_CONSTANT,
"milliseconds\0", 0x00000000L, MCI_INTEGER,
"ms\0", 0x00000000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"door open\0", 0x00000100L, MCI_FLAG,
"door closed\0", 0x00000200L, MCI_FLAG,
"audio\0", 0x00000800L, MCI_CONSTANT,
"all\0", 0x00000000L, MCI_INTEGER,
"left\0", 0x00000001L, MCI_INTEGER,
"right\0", 0x00000002L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"video\0", 0x00001000L, MCI_FLAG,
"on\0", 0x00002000L, MCI_FLAG,
"off\0", 0x00004000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"sysinfo\0", 0x00000810L, MCI_COMMAND_HEAD,
"\0", 0x00000001L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"quantity\0", 0x00000100L, MCI_FLAG,
"open\0", 0x00000200L, MCI_FLAG,
"installname\0", 0x00000800L, MCI_FLAG,
"name\0", 0x00000400L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"break\0", 0x00000811L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"on\0", 0x00000100L, MCI_INTEGER,
"off\0", 0x00000400L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"sound\0", 0x00000812L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"save\0", 0x00000813L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_STRING,
"\0", 0x00000000L, MCI_END_COMMAND,
"load\0", 0x00000850L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_STRING,
"\0", 0x00000000L, MCI_END_COMMAND,
"resume\0", 0x00000855L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"\0", 0x00000000L, MCI_END_COMMAND_LIST
END
VIDEODISC RCDATA
BEGIN
"play\0", 0x00000806L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"from\0", 0x00000004L, MCI_INTEGER,
"to\0", 0x00000008L, MCI_INTEGER,
"fast\0", 0x00020000L, MCI_FLAG,
"slow\0", 0x00100000L, MCI_FLAG,
"speed\0", 0x00040000L, MCI_INTEGER,
"reverse\0", 0x00010000L, MCI_FLAG,
"scan\0", 0x00080000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"seek\0", 0x00000807L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"reverse\0", 0x00010000L, MCI_FLAG,
"to start\0", 0x00000100L, MCI_FLAG,
"to end\0", 0x00000200L, MCI_FLAG,
"to\0", 0x00000008L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"spin\0", 0x0000080cL, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"up\0", 0x00010000L, MCI_FLAG,
"down\0", 0x00020000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"step\0", 0x0000080eL, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"reverse\0", 0x00020000L, MCI_FLAG,
"by\0", 0x00010000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"set\0", 0x0000080dL, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"time format\0", 0x00000400L, MCI_CONSTANT,
"milliseconds\0", 0x00000000L, MCI_INTEGER,
"ms\0", 0x00000000L, MCI_INTEGER,
"frames\0", 0x00000003L, MCI_INTEGER,
"hms\0", 0x00000001L, MCI_INTEGER,
"track\0", 0x00004001L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"door open\0", 0x00000100L, MCI_FLAG,
"door closed\0", 0x00000200L, MCI_FLAG,
"audio\0", 0x00000800L, MCI_CONSTANT,
"all\0", 0x00000000L, MCI_INTEGER,
"left\0", 0x00000001L, MCI_INTEGER,
"right\0", 0x00000002L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"video\0", 0x00001000L, MCI_FLAG,
"on\0", 0x00002000L, MCI_FLAG,
"off\0", 0x00004000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"status\0", 0x00000814L, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"position\0", 0x00000002L, MCI_INTEGER,
"length\0", 0x00000001L, MCI_INTEGER,
"number of tracks\0", 0x00000003L, MCI_INTEGER,
"mode\0", 0x00000004L, MCI_INTEGER,
"media present\0", 0x00000005L, MCI_INTEGER,
"speed\0", 0x00004002L, MCI_INTEGER,
"forward\0", 0x00004003L, MCI_INTEGER,
"media type\0", 0x00004004L, MCI_INTEGER,
"ready\0", 0x00000007L, MCI_INTEGER,
"side\0", 0x00004005L, MCI_INTEGER,
"disc size\0", 0x00004006L, MCI_INTEGER,
"time format\0", 0x00000006L, MCI_INTEGER,
"current track\0", 0x00000008L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"track\0", 0x00000010L, MCI_INTEGER,
"start\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"capability\0", 0x0000080bL, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"clv\0", 0x00010000L, MCI_FLAG,
"cav\0", 0x00020000L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"can record\0", 0x00000001L, MCI_INTEGER,
"has audio\0", 0x00000002L, MCI_INTEGER,
"has video\0", 0x00000003L, MCI_INTEGER,
"device type\0", 0x00000004L, MCI_INTEGER,
"uses files\0", 0x00000005L, MCI_INTEGER,
"compound device\0", 0x00000006L, MCI_INTEGER,
"can eject\0", 0x00000007L, MCI_INTEGER,
"can reverse\0", 0x00004002L, MCI_INTEGER,
"can play\0", 0x00000008L, MCI_INTEGER,
"can save\0", 0x00000009L, MCI_INTEGER,
"fast play rate\0", 0x00004003L, MCI_INTEGER,
"slow play rate\0", 0x00004004L, MCI_INTEGER,
"normal play rate\0", 0x00004005L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"\0", 0x00000000L, MCI_END_COMMAND,
"escape\0", 0x00000805L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_STRING,
"\0", 0x00000000L, MCI_END_COMMAND,
"info\0", 0x0000080aL, MCI_COMMAND_HEAD,
"\0", 0x00000001L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"product\0", 0x00000100L, MCI_FLAG,
"identity\0", 0x00000800L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"\0", 0x00000000L, MCI_END_COMMAND_LIST
END
WAVEAUDIO RCDATA
BEGIN
"open\0", 0x00000803L, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"type\0", 0x00002000L, MCI_STRING,
"element\0", 0x00000200L, MCI_STRING,
"alias\0", 0x00000400L, MCI_STRING,
"shareable\0", 0x00000100L, MCI_FLAG,
"buffer\0", 0x00010000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"status\0", 0x00000814L, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"position\0", 0x00000002L, MCI_INTEGER,
"length\0", 0x00000001L, MCI_INTEGER,
"number of tracks\0", 0x00000003L, MCI_INTEGER,
"media present\0", 0x00000005L, MCI_INTEGER,
"mode\0", 0x00000004L, MCI_INTEGER,
"format tag\0", 0x00004001L, MCI_INTEGER,
"channels\0", 0x00004002L, MCI_INTEGER,
"samplespersec\0", 0x00004003L, MCI_INTEGER,
"bytespersec\0", 0x00004004L, MCI_INTEGER,
"alignment\0", 0x00004005L, MCI_INTEGER,
"bitspersample\0", 0x00004006L, MCI_INTEGER,
"input\0", 0x00400000L, MCI_INTEGER,
"output\0", 0x00800000L, MCI_INTEGER,
"level\0", 0x00004007L, MCI_INTEGER,
"ready\0", 0x00000007L, MCI_INTEGER,
"time format\0", 0x00000006L, MCI_INTEGER,
"current track\0", 0x00000008L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"track\0", 0x00000010L, MCI_INTEGER,
"start\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"set\0", 0x0000080dL, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"any input\0", 0x04000000L, MCI_FLAG,
"any output\0", 0x08000000L, MCI_FLAG,
"time format\0", 0x00000400L, MCI_CONSTANT,
"milliseconds\0", 0x00000000L, MCI_INTEGER,
"ms\0", 0x00000000L, MCI_INTEGER,
"bytes\0", 0x00000008L, MCI_INTEGER,
"samples\0", 0x00000009L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"audio\0", 0x00000800L, MCI_CONSTANT,
"all\0", 0x00000000L, MCI_INTEGER,
"left\0", 0x00000001L, MCI_INTEGER,
"right\0", 0x00000002L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"video\0", 0x00001000L, MCI_FLAG,
"on\0", 0x00002000L, MCI_FLAG,
"off\0", 0x00004000L, MCI_FLAG,
"door open\0", 0x00000100L, MCI_FLAG,
"door closed\0", 0x00000200L, MCI_FLAG,
"input\0", 0x00400000L, MCI_INTEGER,
"output\0", 0x00800000L, MCI_INTEGER,
"format tag\0", 0x00010000L, MCI_CONSTANT,
"pcm\0", 0x00000001L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"channels\0", 0x00020000L, MCI_INTEGER,
"samplespersec\0", 0x00040000L, MCI_INTEGER,
"bytespersec\0", 0x00080000L, MCI_INTEGER,
"alignment\0", 0x00100000L, MCI_INTEGER,
"bitspersample\0", 0x00200000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"capability\0", 0x0000080bL, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"can record\0", 0x00000001L, MCI_INTEGER,
"has audio\0", 0x00000002L, MCI_INTEGER,
"has video\0", 0x00000003L, MCI_INTEGER,
"device type\0", 0x00000004L, MCI_INTEGER,
"uses files\0", 0x00000005L, MCI_INTEGER,
"compound device\0", 0x00000006L, MCI_INTEGER,
"can eject\0", 0x00000007L, MCI_INTEGER,
"can play\0", 0x00000008L, MCI_INTEGER,
"can save\0", 0x00000009L, MCI_INTEGER,
"inputs\0", 0x00004001L, MCI_INTEGER,
"outputs\0", 0x00004002L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"\0", 0x00000000L, MCI_END_COMMAND,
"info\0", 0x0000080aL, MCI_COMMAND_HEAD,
"\0", 0x00000001L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"product\0", 0x00000100L, MCI_FLAG,
"input\0", 0x00400000L, MCI_FLAG,
"output\0", 0x00800000L, MCI_FLAG,
"file\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"cue\0", 0x00000830L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"input\0", 0x00400000L, MCI_FLAG,
"output\0", 0x00800000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"delete\0", 0x00000856L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"from\0", 0x00000004L, MCI_INTEGER,
"to\0", 0x00000008L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"\0", 0x00000000L, MCI_END_COMMAND_LIST
END
CDAUDIO RCDATA
BEGIN
"atus\0", 0x00000814L, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"position\0", 0x00000002L, MCI_INTEGER,
"length\0", 0x00000001L, MCI_INTEGER,
"number of tracks\0", 0x00000003L, MCI_INTEGER,
"ready\0", 0x00000007L, MCI_INTEGER,
"mode\0", 0x00000004L, MCI_INTEGER,
"media present\0", 0x00000005L, MCI_INTEGER,
"time format\0", 0x00000006L, MCI_INTEGER,
"current track\0", 0x00000008L, MCI_INTEGER,
"type\0", 0x00004001L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"track\0", 0x00000010L, MCI_INTEGER,
"start\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"set\0", 0x0000080dL, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"time format\0", 0x00000400L, MCI_CONSTANT,
"msf\0", 0x00000002L, MCI_INTEGER,
"tmsf\0", 0x0000000aL, MCI_INTEGER,
"milliseconds\0", 0x00000000L, MCI_INTEGER,
"ms\0", 0x00000000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"audio\0", 0x00000800L, MCI_CONSTANT,
"all\0", 0x00000000L, MCI_INTEGER,
"left\0", 0x00000001L, MCI_INTEGER,
"right\0", 0x00000002L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"video\0", 0x00001000L, MCI_FLAG,
"on\0", 0x00002000L, MCI_FLAG,
"off\0", 0x00004000L, MCI_FLAG,
"door open\0", 0x00000100L, MCI_FLAG,
"door closed\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"info\0", 0x0000080aL, MCI_COMMAND_HEAD,
"\0", 0x00000001L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"product\0", 0x00000100L, MCI_FLAG,
"upc\0", 0x00000400L, MCI_FLAG,
"identity\0", 0x00000800L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"\0", 0x00000000L, MCI_END_COMMAND_LIST
END
SEQUENCER RCDATA
BEGIN
"atus\0", 0x00000814L, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"position\0", 0x00000002L, MCI_INTEGER,
"mode\0", 0x00000004L, MCI_INTEGER,
"length\0", 0x00000001L, MCI_INTEGER,
"number of tracks\0", 0x00000003L, MCI_INTEGER,
"media present\0", 0x00000005L, MCI_INTEGER,
"ready\0", 0x00000007L, MCI_INTEGER,
"tempo\0", 0x00004002L, MCI_INTEGER,
"port\0", 0x00004003L, MCI_INTEGER,
"slave\0", 0x00004007L, MCI_INTEGER,
"master\0", 0x00004008L, MCI_INTEGER,
"offset\0", 0x00004009L, MCI_INTEGER,
"division type\0", 0x0000400aL, MCI_INTEGER,
"time format\0", 0x00000006L, MCI_INTEGER,
"current track\0", 0x00000008L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"track\0", 0x00000010L, MCI_INTEGER,
"start\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"set\0", 0x0000080dL, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"time format\0", 0x00000400L, MCI_CONSTANT,
"milliseconds\0", 0x00000000L, MCI_INTEGER,
"ms\0", 0x00000000L, MCI_INTEGER,
"smpte 30 drop\0", 0x00000007L, MCI_INTEGER,
"smpte 30\0", 0x00000006L, MCI_INTEGER,
"smpte 25\0", 0x00000005L, MCI_INTEGER,
"smpte 24\0", 0x00000004L, MCI_INTEGER,
"song pointer\0", 0x00004001L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"audio\0", 0x00000800L, MCI_CONSTANT,
"all\0", 0x00000000L, MCI_INTEGER,
"left\0", 0x00000001L, MCI_INTEGER,
"right\0", 0x00000002L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"video\0", 0x00001000L, MCI_FLAG,
"on\0", 0x00002000L, MCI_FLAG,
"off\0", 0x00004000L, MCI_FLAG,
"tempo\0", 0x00010000L, MCI_INTEGER,
"port\0", 0x00020000L, MCI_CONSTANT,
"none\0", 0x0000fffdL, MCI_INTEGER,
"mapper\0", 0x0000ffffL, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"slave\0", 0x00040000L, MCI_CONSTANT,
"smpte\0", 0x00004004L, MCI_INTEGER,
"midi\0", 0x00004003L, MCI_INTEGER,
"none\0", 0x0000fffdL, MCI_INTEGER,
"file\0", 0x00004002L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"master\0", 0x00080000L, MCI_CONSTANT,
"smpte\0", 0x00004004L, MCI_INTEGER,
"midi\0", 0x00004003L, MCI_INTEGER,
"none\0", 0x0000fffdL, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"offset\0", 0x01000000L, MCI_INTEGER,
"door open\0", 0x00000100L, MCI_FLAG,
"door closed\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"info\0", 0x0000080aL, MCI_COMMAND_HEAD,
"\0", 0x00000001L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"product\0", 0x00000100L, MCI_FLAG,
"file\0", 0x00000200L, MCI_FLAG,
"name\0", 0x00001000L, MCI_FLAG,
"copyright\0", 0x00002000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"\0", 0x00000000L, MCI_END_COMMAND_LIST
END
ANIMATION RCDATA
BEGIN
"open\0", 0x00000803L, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"type\0", 0x00002000L, MCI_STRING,
"element\0", 0x00000200L, MCI_STRING,
"alias\0", 0x00000400L, MCI_STRING,
"shareable\0", 0x00000100L, MCI_FLAG,
"style\0", 0x00010000L, MCI_CONSTANT,
"overlapped\0", 0x00cf0000L, MCI_INTEGER,
"popup\0", 0x80880000L, MCI_INTEGER,
"child\0", 0x40000000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"parent\0", 0x00020000L, MCI_INTEGER,
"nostatic\0", 0x00040000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"play\0", 0x00000806L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"from\0", 0x00000004L, MCI_INTEGER,
"to\0", 0x00000008L, MCI_INTEGER,
"fast\0", 0x00040000L, MCI_FLAG,
"slow\0", 0x00080000L, MCI_FLAG,
"scan\0", 0x00100000L, MCI_FLAG,
"reverse\0", 0x00020000L, MCI_FLAG,
"speed\0", 0x00010000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"step\0", 0x0000080eL, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"reverse\0", 0x00010000L, MCI_FLAG,
"by\0", 0x00020000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"set\0", 0x0000080dL, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"time format\0", 0x00000400L, MCI_CONSTANT,
"milliseconds\0", 0x00000000L, MCI_INTEGER,
"ms\0", 0x00000000L, MCI_INTEGER,
"frames\0", 0x00000003L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"audio\0", 0x00000800L, MCI_CONSTANT,
"all\0", 0x00000000L, MCI_INTEGER,
"left\0", 0x00000001L, MCI_INTEGER,
"right\0", 0x00000002L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"video\0", 0x00001000L, MCI_FLAG,
"on\0", 0x00002000L, MCI_FLAG,
"off\0", 0x00004000L, MCI_FLAG,
"door open\0", 0x00000100L, MCI_FLAG,
"door closed\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"status\0", 0x00000814L, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"position\0", 0x00000002L, MCI_INTEGER,
"length\0", 0x00000001L, MCI_INTEGER,
"number of tracks\0", 0x00000003L, MCI_INTEGER,
"mode\0", 0x00000004L, MCI_INTEGER,
"ready\0", 0x00000007L, MCI_INTEGER,
"speed\0", 0x00004001L, MCI_INTEGER,
"forward\0", 0x00004002L, MCI_INTEGER,
"window handle\0", 0x00004003L, MCI_INTEGER,
"palette handle\0", 0x00004004L, MCI_INTEGER,
"media present\0", 0x00000005L, MCI_INTEGER,
"time format\0", 0x00000006L, MCI_INTEGER,
"current track\0", 0x00000008L, MCI_INTEGER,
"stretch\0", 0x00004005L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"track\0", 0x00000010L, MCI_INTEGER,
"start\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"info\0", 0x0000080aL, MCI_COMMAND_HEAD,
"\0", 0x00000001L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"product\0", 0x00000100L, MCI_FLAG,
"file\0", 0x00000200L, MCI_FLAG,
"window text\0", 0x00010000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"capability\0", 0x0000080bL, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"can record\0", 0x00000001L, MCI_INTEGER,
"has audio\0", 0x00000002L, MCI_INTEGER,
"has video\0", 0x00000003L, MCI_INTEGER,
"device type\0", 0x00000004L, MCI_INTEGER,
"uses files\0", 0x00000005L, MCI_INTEGER,
"compound device\0", 0x00000006L, MCI_INTEGER,
"can eject\0", 0x00000007L, MCI_INTEGER,
"can play\0", 0x00000008L, MCI_INTEGER,
"can save\0", 0x00000009L, MCI_INTEGER,
"can reverse\0", 0x00004001L, MCI_INTEGER,
"fast play rate\0", 0x00004002L, MCI_INTEGER,
"slow play rate\0", 0x00004003L, MCI_INTEGER,
"normal play rate\0", 0x00004004L, MCI_INTEGER,
"uses palettes\0", 0x00004006L, MCI_INTEGER,
"can stretch\0", 0x00004007L, MCI_INTEGER,
"windows\0", 0x00004008L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"\0", 0x00000000L, MCI_END_COMMAND,
"realize\0", 0x00000840L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"normal\0", 0x00010000L, MCI_FLAG,
"background\0", 0x00020000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"window\0", 0x00000841L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"handle\0", 0x00010000L, MCI_CONSTANT,
"default\0", 0x00000000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"state\0", 0x00040000L, MCI_CONSTANT,
"hide\0", 0x00000000L, MCI_INTEGER,
"minimize\0", 0x00000006L, MCI_INTEGER,
"show\0", 0x00000005L, MCI_INTEGER,
"maximized\0", 0x00000003L, MCI_INTEGER,
"minimized\0", 0x00000002L, MCI_INTEGER,
"iconic\0", 0x00000007L, MCI_INTEGER,
"no action\0", 0x00000008L, MCI_INTEGER,
"no activate\0", 0x00000004L, MCI_INTEGER,
"normal\0", 0x00000001L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"text\0", 0x00080000L, MCI_STRING,
"stretch\0", 0x00100000L, MCI_FLAG,
"fixed\0", 0x00200000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"put\0", 0x00000842L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"at\0", 0x00010000L, MCI_RECT,
"source\0", 0x00020000L, MCI_FLAG,
"destination\0", 0x00040000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"where\0", 0x00000843L, MCI_COMMAND_HEAD,
"\0", 0x00000007L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"source\0", 0x00020000L, MCI_FLAG,
"destination\0", 0x00040000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"update\0", 0x00000854L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"at\0", 0x00010000L, MCI_RECT,
"hdc\0", 0x00020000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"\0", 0x00000000L, MCI_END_COMMAND_LIST
END
OVERLAY RCDATA
BEGIN
"open\0", 0x00000803L, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"type\0", 0x00002000L, MCI_STRING,
"element\0", 0x00000200L, MCI_STRING,
"alias\0", 0x00000400L, MCI_STRING,
"shareable\0", 0x00000100L, MCI_FLAG,
"style\0", 0x00010000L, MCI_CONSTANT,
"overlapped\0", 0x00cf0000L, MCI_INTEGER,
"popup\0", 0x80880000L, MCI_INTEGER,
"child\0", 0x40000000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"parent\0", 0x00020000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_COMMAND,
"status\0", 0x00000814L, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"position\0", 0x00000002L, MCI_INTEGER,
"length\0", 0x00000001L, MCI_INTEGER,
"number of tracks\0", 0x00000003L, MCI_INTEGER,
"mode\0", 0x00000004L, MCI_INTEGER,
"ready\0", 0x00000007L, MCI_INTEGER,
"window handle\0", 0x00004001L, MCI_INTEGER,
"media present\0", 0x00000005L, MCI_INTEGER,
"stretch\0", 0x00004002L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"track\0", 0x00000010L, MCI_INTEGER,
"start\0", 0x00000200L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"info\0", 0x0000080aL, MCI_COMMAND_HEAD,
"\0", 0x00000001L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"product\0", 0x00000100L, MCI_FLAG,
"file\0", 0x00000200L, MCI_FLAG,
"window text\0", 0x00010000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"capability\0", 0x0000080bL, MCI_COMMAND_HEAD,
"\0", 0x00000002L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_CONSTANT,
"can record\0", 0x00000001L, MCI_INTEGER,
"has audio\0", 0x00000002L, MCI_INTEGER,
"has video\0", 0x00000003L, MCI_INTEGER,
"device type\0", 0x00000004L, MCI_INTEGER,
"uses files\0", 0x00000005L, MCI_INTEGER,
"compound device\0", 0x00000006L, MCI_INTEGER,
"can eject\0", 0x00000007L, MCI_INTEGER,
"can play\0", 0x00000008L, MCI_INTEGER,
"can save\0", 0x00000009L, MCI_INTEGER,
"can stretch\0", 0x00004001L, MCI_INTEGER,
"can freeze\0", 0x00004002L, MCI_INTEGER,
"windows\0", 0x00004003L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"\0", 0x00000000L, MCI_END_COMMAND,
"window\0", 0x00000841L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"handle\0", 0x00010000L, MCI_CONSTANT,
"default\0", 0x00000000L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"state\0", 0x00040000L, MCI_CONSTANT,
"hide\0", 0x00000000L, MCI_INTEGER,
"minimize\0", 0x00000006L, MCI_INTEGER,
"show\0", 0x00000005L, MCI_INTEGER,
"maximized\0", 0x00000003L, MCI_INTEGER,
"minimized\0", 0x00000002L, MCI_INTEGER,
"iconic\0", 0x00000007L, MCI_INTEGER,
"no action\0", 0x00000008L, MCI_INTEGER,
"no activate\0", 0x00000004L, MCI_INTEGER,
"normal\0", 0x00000001L, MCI_INTEGER,
"\0", 0x00000000L, MCI_END_CONSTANT,
"text\0", 0x00080000L, MCI_STRING,
"stretch\0", 0x00100000L, MCI_FLAG,
"fixed\0", 0x00200000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"put\0", 0x00000842L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"at\0", 0x00010000L, MCI_RECT,
"source\0", 0x00020000L, MCI_FLAG,
"destination\0", 0x00040000L, MCI_FLAG,
"frame\0", 0x00080000L, MCI_FLAG,
"video\0", 0x00100000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"where\0", 0x00000843L, MCI_COMMAND_HEAD,
"\0", 0x00000007L, MCI_RETURN,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"source\0", 0x00020000L, MCI_FLAG,
"destination\0", 0x00040000L, MCI_FLAG,
"frame\0", 0x00080000L, MCI_FLAG,
"video\0", 0x00100000L, MCI_FLAG,
"\0", 0x00000000L, MCI_END_COMMAND,
"save\0", 0x00000813L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_STRING,
"at\0", 0x00010000L, MCI_RECT,
"\0", 0x00000000L, MCI_END_COMMAND,
"load\0", 0x00000850L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"\0", 0x00000100L, MCI_STRING,
"at\0", 0x00010000L, MCI_RECT,
"\0", 0x00000000L, MCI_END_COMMAND,
"freeze\0", 0x00000844L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"at\0", 0x00010000L, MCI_RECT,
"\0", 0x00000000L, MCI_END_COMMAND,
"unfreeze\0", 0x00000845L, MCI_COMMAND_HEAD,
"notify\0", 0x00000001L, MCI_FLAG,
"wait\0", 0x00000002L, MCI_FLAG,
"at\0", 0x00010000L, MCI_RECT,
"\0", 0x00000000L, MCI_END_COMMAND,
"\0", 0x00000000L, MCI_END_COMMAND_LIST
END
STRINGTABLE
BEGIN
MCI_DEVTYPE_VCR, "vcr"
MCI_DEVTYPE_VIDEODISC, "videodisc"
MCI_DEVTYPE_OVERLAY, "overlay"
MCI_DEVTYPE_CD_AUDIO, "cdaudio"
MCI_DEVTYPE_DAT, "dat"
MCI_DEVTYPE_SCANNER, "scanner"
MCI_DEVTYPE_ANIMATION, "animation"
MCI_DEVTYPE_DIGITAL_VIDEO, "digitalvideo"
MCI_DEVTYPE_OTHER, "other"
MCI_DEVTYPE_WAVEFORM_AUDIO, "waveform"
MCI_DEVTYPE_SEQUENCER, "sequencer"
MCI_MODE_NOT_READY, "not ready"
MCI_MODE_STOP, "stopped"
MCI_MODE_PLAY, "playing"
MCI_MODE_RECORD, "recording"
MCI_MODE_SEEK, "seeking"
MCI_MODE_PAUSE, "paused"
MCI_MODE_OPEN, "open"
MCI_FALSE, "false"
MCI_TRUE, "true"
MCI_FORMAT_MILLISECONDS_S, "milliseconds"
MCI_FORMAT_HMS_S, "hms"
MCI_FORMAT_MSF_S, "msf"
MCI_FORMAT_FRAMES_S, "frames"
MCI_FORMAT_SMPTE_24_S, "smpte 24"
MCI_FORMAT_SMPTE_25_S, "smpte 25"
MCI_FORMAT_SMPTE_30_S, "smpte 30"
MCI_FORMAT_SMPTE_30DROP_S, "smpte 30 drop"
MCI_FORMAT_BYTES_S, "bytes"
MCI_FORMAT_SAMPLES_S, "samples"
MCI_FORMAT_TMSF_S, "tmsf"
MCI_VD_MODE_PARK, "parked"
MCI_VD_MEDIA_CLV, "CLV"
MCI_VD_MEDIA_CAV, "CAV"
MCI_VD_MEDIA_OTHER "other"
MCI_VD_FORMAT_TRACK_S, "track"
MCI_SEQ_DIV_PPQN, "PPQN"
MCI_SEQ_DIV_SMPTE_24 "SMPTE 24 Frame"
MCI_SEQ_DIV_SMPTE_25 "SMPTE 25 Frame"
MCI_SEQ_DIV_SMPTE_30DROP "SMPTE 30 Drop Frame"
MCI_SEQ_DIV_SMPTE_30 "SMPTE 30 Frame"
MCI_SEQ_FILE_S, "file"
MCI_SEQ_MIDI_S, "midi"
MCI_SEQ_SMPTE_S, "smpte"
MCI_SEQ_FORMAT_SONGPTR_S, "song pointer"
MCI_SEQ_NONE_S, "none"
MCI_SEQ_MAPPER_S, "mapper"
WAVE_FORMAT_PCM_S, "pcm"
WAVE_MAPPER_S, "mapper"
END

108
multimedia/winmm_En.rc Normal file
View File

@ -0,0 +1,108 @@
STRINGTABLE LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
BEGIN
/* MMSYS errors */
MMSYSERR_NOERROR, "The specified command was carried out."
MMSYSERR_ERROR, "Undefined external error."
MMSYSERR_BADDEVICEID, "A device ID has been used that is out of range for your system."
MMSYSERR_NOTENABLED, "The driver was not enabled."
MMSYSERR_ALLOCATED, "The specified device is already in use. Wait until it is free, and then try again."
MMSYSERR_INVALHANDLE, "The specified device handle is invalid."
MMSYSERR_NODRIVER, "There is no driver installed on your system !\n"
MMSYSERR_NOMEM, "Not enough memory available for this task. Quit one or more applications to increase available memory, and then try again."
MMSYSERR_NOTSUPPORTED, "This function is not supported. Use the Capabilities function to determine which functions and messages the driver supports."
MMSYSERR_BADERRNUM, "An error number was specified that is not defined in the system."
MMSYSERR_INVALFLAG, "An invalid flag was passed to a system function."
MMSYSERR_INVALPARAM, "An invalid parameter was passed to a system function."
/* WAVE errors */
WAVERR_BADFORMAT, "The specified format is not supported or cannot be translated. Use the Capabilities function to determine the supported formats"
WAVERR_STILLPLAYING, "Cannot perform this operation while media data is still playing. Reset the device, or wait until the data is finished playing."
WAVERR_UNPREPARED, "The wave header was not prepared. Use the Prepare function to prepare the header, and then try again."
WAVERR_SYNC, "Cannot open the device without using the WAVE_ALLOWSYNC flag. Use the flag, and then try again."
/* MIDI errors */
MIDIERR_UNPREPARED, "The MIDI header was not prepared. Use the Prepare function to prepare the header, and then try again."
MIDIERR_STILLPLAYING, "Cannot perform this operation while media data is still playing. Reset the device, or wait until the data is finished playing."
MIDIERR_NOMAP, "A MIDI map was not found. There may be a problem with the driver, or the MIDIMAP.CFG file may be corrupt or missing."
MIDIERR_NOTREADY, "The port is transmitting data to the device. Wait until the data has been transmitted, and then try again."
MIDIERR_NODEVICE, "The current MIDI Mapper setup refers to a MIDI device that is not installed on the system. Use MIDI Mapper to edit the setup."
MIDIERR_INVALIDSETUP, "The current MIDI setup is damaged. Copy the original MIDIMAP.CFG file to the Windows SYSTEM directory, and then try again."
/* MCI errors */
MCIERR_INVALID_DEVICE_ID, "Invalid MCI device ID. Use the ID returned when opening the MCI device."
MCIERR_UNRECOGNIZED_KEYWORD, "The driver cannot recognize the specified command parameter."
MCIERR_UNRECOGNIZED_COMMAND, "The driver cannot recognize the specified command."
MCIERR_HARDWARE, "There is a problem with your media device. Make sure it is working correctly or contact the device manufacturer."
MCIERR_INVALID_DEVICE_NAME, "The specified device is not open or is not recognized by MCI."
MCIERR_OUT_OF_MEMORY, "Not enough memory available for this task. \nQuit one or more applications to increase available memory, and then try again."
MCIERR_DEVICE_OPEN, "The device name is already being used as an alias by this application. Use a unique alias."
MCIERR_CANNOT_LOAD_DRIVER, "There is an undetectable problem in loading the specified device driver."
MCIERR_MISSING_COMMAND_STRING, "No command was specified."
MCIERR_PARAM_OVERFLOW, "The output string was to large to fit in the return buffer. Increase the size of the buffer."
MCIERR_MISSING_STRING_ARGUMENT, "The specified command requires a character-string parameter. Please provide one."
MCIERR_BAD_INTEGER, "The specified integer is invalid for this command."
MCIERR_PARSER_INTERNAL, "The device driver returned an invalid return type. Check with the device manufacturer about obtaining a new driver."
MCIERR_DRIVER_INTERNAL, "There is a problem with the device driver. Check with the device manufacturer about obtaining a new driver."
MCIERR_MISSING_PARAMETER, "The specified command requires a parameter. Please supply one."
MCIERR_UNSUPPORTED_FUNCTION, "The MCI device you are using does not support the specified command."
MCIERR_FILE_NOT_FOUND, "Cannot find the specified file. Make sure the path and filename are correct."
MCIERR_DEVICE_NOT_READY, "The device driver is not ready."
MCIERR_INTERNAL, "A problem occurred in initializing MCI. Try restarting Windows."
MCIERR_DRIVER, "There is a problem with the device driver. The driver has closed. Cannot access error."
MCIERR_CANNOT_USE_ALL, "Cannot use 'all' as the device name with the specified command."
MCIERR_MULTIPLE, "Errors occurred in more than one device. Specify each command and device separately to determine which devices caused the error"
MCIERR_EXTENSION_NOT_FOUND, "Cannot determine the device type from the given filename extension."
MCIERR_OUTOFRANGE, "The specified parameter is out of range for the specified command."
MCIERR_FLAGS_NOT_COMPATIBLE, "The specified parameters cannot be used together."
MCIERR_FILE_NOT_SAVED, "Cannot save the specified file. Make sure you have enough disk space or are still connected to the network."
MCIERR_DEVICE_TYPE_REQUIRED, "Cannot find the specified device. Make sure it is installed or that the device name is spelled correctly."
MCIERR_DEVICE_LOCKED, "The specified device is now being closed. Wait a few seconds, and then try again."
MCIERR_DUPLICATE_ALIAS, "The specified alias is already being used in this application. Use a unique alias."
MCIERR_BAD_CONSTANT, "The specified parameter is invalid for this command."
MCIERR_MUST_USE_SHAREABLE, "The device driver is already in use. To share it, use the 'shareable' parameter with each 'open' command."
MCIERR_MISSING_DEVICE_NAME, "The specified command requires an alias, file, driver, or device name. Please supply one."
MCIERR_BAD_TIME_FORMAT, "The specified value for the time format is invalid. Refer to the MCI documentation for valid formats."
MCIERR_NO_CLOSING_QUOTE, "A closing double-quotation mark is missing from the parameter value. Please supply one."
MCIERR_DUPLICATE_FLAGS, "A parameter or value was specified twice. Only specify it once."
MCIERR_INVALID_FILE, "The specified file cannot be played on the specified MCI device. The file may be corrupt, or not in the correct format."
MCIERR_NULL_PARAMETER_BLOCK, "A null parameter block was passed to MCI."
MCIERR_UNNAMED_RESOURCE, "Cannot save an unnamed file. Supply a filename."
MCIERR_NEW_REQUIRES_ALIAS, "You must specify an alias when using the 'new' parameter."
MCIERR_NOTIFY_ON_AUTO_OPEN, "Cannot use the 'notify' flag with auto-opened devices."
MCIERR_NO_ELEMENT_ALLOWED, "Cannot use a filename with the specified device."
MCIERR_NONAPPLICABLE_FUNCTION, "Cannot carry out the commands in the order specified. Correct the command sequence, and then try again."
MCIERR_ILLEGAL_FOR_AUTO_OPEN, "Cannot carry out the specified command on an auto-opened device. Wait until the device is closed, and then try again."
MCIERR_FILENAME_REQUIRED, "The filename is invalid. Make sure the filename is not longer than 8 characters, followed by a period and an extension."
MCIERR_EXTRA_CHARACTERS, "Cannot specify extra characters after a string enclosed in quotation marks."
MCIERR_DEVICE_NOT_INSTALLED, "The specified device is not installed on the system. Use the Drivers option in Control Panel to install the device."
MCIERR_GET_CD, "Cannot access the specified file or MCI device. Try changing directories or restarting your computer."
MCIERR_SET_CD, "Cannot access the specified file or MCI device because the application cannot change directories."
MCIERR_SET_DRIVE, "Cannot access specified file or MCI device because the application cannot change drives."
MCIERR_DEVICE_LENGTH, "Specify a device or driver name that is less than 79 characters."
MCIERR_DEVICE_ORD_LENGTH, "Specify a device or driver name that is less than 69 characters."
MCIERR_NO_INTEGER, "The specified command requires an integer parameter. Please provide one."
MCIERR_WAVE_OUTPUTSINUSE, "All wave devices that can play files in the current format are in use. Wait until a wave device is free, and then try again."
MCIERR_WAVE_SETOUTPUTINUSE, "Cannot set the current wave device for play back because it is in use. Wait until the device is free, and then try again."
MCIERR_WAVE_INPUTSINUSE, "All wave devices that can record files in the current format are in use. Wait until a wave device is free, and then try again."
MCIERR_WAVE_SETINPUTINUSE, "Cannot set the current wave device for recording because it is in use. Wait until the device is free, and then try again."
MCIERR_WAVE_OUTPUTUNSPECIFIED, "Any compatible waveform playback device may be used."
MCIERR_WAVE_INPUTUNSPECIFIED, "Any compatible waveform recording device may be used."
MCIERR_WAVE_OUTPUTSUNSUITABLE, "No wave device that can play files in the current format is installed. Use the Drivers option to install the wave device."
MCIERR_WAVE_SETOUTPUTUNSUITABLE,"The device you are trying to play to cannot recognize the current file format."
MCIERR_WAVE_INPUTSUNSUITABLE, "No wave device that can record files in the current format is installed. Use the Drivers option to install the wave device."
MCIERR_WAVE_SETINPUTUNSUITABLE, "The device you are trying to record from cannot recognize the current file format."
MCIERR_NO_WINDOW, "There is no display window."
MCIERR_CREATEWINDOW, "Could not create or use window."
MCIERR_FILE_READ, "Cannot read the specified file. Make sure the file is still present, or check your disk or network connection."
MCIERR_FILE_WRITE, "Cannot write to the specified file. Make sure you have enough disk space or are still connected to the network."
MCIERR_SEQ_DIV_INCOMPATIBLE, "The time formats of the \"song pointer\" and SMPTE are mutually exclusive. You can't use them together."
MCIERR_SEQ_NOMIDIPRESENT, "The system has no installed MIDI devices. Use the Drivers option from the Control Panel to install a MIDI driver."
MCIERR_SEQ_PORT_INUSE, "The specified MIDI port is already in use. Wait until it is free; the try again."
MCIERR_SEQ_PORT_MAPNODEVICE, "The current MIDI Mapper setup refers to a MIDI device that is not installed on the system. Use the MIDI Mapper option from the Control Panel to edit the setup."
MCIERR_SEQ_PORT_MISCERROR, "An error occurred with the specified port."
MCIERR_SEQ_PORT_NONEXISTENT, "The specified MIDI device is not installed on the system. Use the Drivers option from the Control Panel to install a MIDI device."
MCIERR_SEQ_PORTUNSPECIFIED, "The system doesnot have a current MIDI port specified."
MCIERR_SEQ_TIMER, "All multimedia timers are being used by other applications. Quit one of these applications; then, try again."
END

110
multimedia/winmm_Fr.rc Normal file
View File

@ -0,0 +1,110 @@
STRINGTABLE LANGUAGE LANG_FRENCH, SUBLANG_DEFAULT
BEGIN
/* MMSYS errors */
MMSYSERR_NOERROR, "La commande spécifiée a été exécutée."
MMSYSERR_ERROR, "Erreur externe non définie."
MMSYSERR_BADDEVICEID, "Un identificateur de périphérique hors des limites pour votre système a été utilisé."
MMSYSERR_NOTENABLED, "Le pilote n'a pas été activé."
MMSYSERR_ALLOCATED, "Le périphérique spécifié est en cours d'utilisation. Attendez qu'il soit libre, puis essayez à nouveau."
MMSYSERR_INVALHANDLE, "Le handle de périphérique spécifié n'est pas valide."
MMSYSERR_NODRIVER, "Il n'y a pas de pilote installé sur votre système."
MMSYSERR_NOMEM, "Mémoire insuffisante pour cette tâche. Quittez un ou plusieurs programmes, puis essayez à nouveau."
MMSYSERR_NOTSUPPORTED, "Fonction non prise en charge. Utilisez la fonction Capacités pour obtenir les fonctions de ce pilote."
MMSYSERR_BADERRNUM, "Un numéro d'erreur non défini dans le système a été spécifié."
MMSYSERR_INVALFLAG, "Un indicateur non valide a été transmis à une fonction système."
MMSYSERR_INVALPARAM, "Un paramètre non valide a été passé à une fonction système."
/* WAVE errors */
WAVERR_BADFORMAT, "Le format choisi ne peut être traduit ou utilisé. Utilisez Capacités pour voir les formats pris en charge."
WAVERR_STILLPLAYING, "Le Lecteur multimédia continue à lire des données. Réinitialisez-le ou attendez que toutes les données aient été lues."
WAVERR_UNPREPARED, "L'en-tête du son n'a pas été préparé. Utilisez la fonction Préparer pour le faire, puis essayez à nouveau."
WAVERR_SYNC, "Impossible d'ouvrir le périphérique sans utiliser l'indicateur WAVE_ALLOWSYNC. Utilisez l'indicateur, puis essayez à nouveau."
/* MIDI errors */
MIDIERR_UNPREPARED, "L'en-tête MIDI n'a pas été préparé. Utilisez la fonction Préparer pour le faire, puis essayez à nouveau."
MIDIERR_STILLPLAYING, "Le Lecteur multimédia continue à lire des données. Réinitialisez-le ou attendez que toutes les données aient été. lues."
MIDIERR_NOMAP, "Il n'y a pas d'instrument défini pour un mappeur MIDI. Utiliser l'onglet MIDI dans Propriétés multimédia pour installer les instruments."
MIDIERR_NOTREADY, "Le port transmet des données au périphérique. Attendez la fin de la transmission, puis essayez à nouveau."
MIDIERR_NODEVICE, "Le fichier de description d'instrument MIDI (.IDF) n'est pas valide. Pour plus d'informations, contactez le constructeur de l'instrument."
MIDIERR_INVALIDSETUP, "Un appel MIDI non valide dans le mode d'ouverture en cours a été émis. Ouvrez à nouveau le périphérique en employant le mode correct."
/* MCI errors */
MCIERR_INVALID_DEVICE_ID, "ID de périphérique MCI non valide. Utilisez l'ID renvoyé lorsque vous avez ouvert le périphérique MCI."
MCIERR_UNRECOGNIZED_KEYWORD, "Le paramêtre de commande utilisé n'est pas défini dans l'ensemble de commandes MCI."
MCIERR_UNRECOGNIZED_COMMAND, "La commande utilisée n'est pas une commande MCI valide."
MCIERR_HARDWARE, "Votre périphérique multimédia présente un problème. Vérifiez qu'il fonctionne convenablement ou contactez le constructeur."
MCIERR_INVALID_DEVICE_NAME, "Ce n'est pas un périphérique MCI connu."
MCIERR_OUT_OF_MEMORY, "Mémoire insuffisante pour cette tâche. Quittez un ou plusieurs programmes, puis essayez à nouveau."
MCIERR_DEVICE_OPEN, "Cet alias est déjà utilisé par ce programme. Employez un alias unique plutôt que le nom du périphérique."
MCIERR_CANNOT_LOAD_DRIVER, "Le pilote de périphérique n'a pas pu être chargé. Vérifiez qu'il est installé correctement."
MCIERR_MISSING_COMMAND_STRING, "La chaîne de commande est vide."
MCIERR_PARAM_OVERFLOW, "La chaîne de sortie était trop grande pour tenir dans la mémoire tampon de retour. Augmentez la taille de la mémoire tampon."
MCIERR_MISSING_STRING_ARGUMENT, "La commande spécifiée nécessite un paramêtre chaîne de caractères : veuillez l'entrer."
MCIERR_BAD_INTEGER, "Le nombre entier que vous avez spécifié n'est pas valide pour cette commande. Entrez un nombre."
MCIERR_PARSER_INTERNAL, "Le pilote de périphérique a renvoyé une réponse de type non valide. Pour obtenir un nouveau pilote, contactez le constructeur du périphérique."
MCIERR_DRIVER_INTERNAL, "Le pilote de périphérique présente un problème. Demandez au constructeur du périphérique de vous fournir un nouveau pilote."
MCIERR_MISSING_PARAMETER, "Il manque un paramêtre dans la commande spécifiée : veuillez l'entrer."
MCIERR_UNSUPPORTED_FUNCTION, "Le périphérique MCI que vous utilisez ne prend pas en charge la commande spécifiée."
MCIERR_FILE_NOT_FOUND, "Le fichier spécifié est introuvable. Vérifiez que le chemin d'accès et le nom de fichier sont corrects."
MCIERR_DEVICE_NOT_READY, "Le pilote de périphérique n'est pas prêt. Attendez une minute avant d'essayer à nouveau."
MCIERR_INTERNAL, "Un problème est survenu lors de l'initialisation de MCI. Essayez de redémarrer Windows."
MCIERR_DRIVER, "Une erreur spécifique au pilote a provoqué sa fermeture. Essayez de relancer la commande."
MCIERR_CANNOT_USE_ALL, "Utilisez un nom de périphérique spécifique pour cette commande."
MCIERR_MULTIPLE, "Des erreurs se sont produites dans plusieurs périphériques. Spécifiez chaque commande et chaque périphérique séparément afin de déterminer les périphériques qui ont provoqué les erreurs."
MCIERR_EXTENSION_NOT_FOUND, "Impossible de jouer ce fichier. Vérifiez le nom de fichier ou installez un pilote qui reconnaît ce type de fichier."
MCIERR_OUTOFRANGE, "Le paramêtre est hors limites pour la commande spécifiée."
MCIERR_FLAGS_NOT_COMPATIBLE, "Les paramêtres spécifiés ne peuvent être utilisés ensemble."
MCIERR_FILE_NOT_SAVED, "Il est impossible d'enregistrer le fichier spécifié. Vérifiez que vous avez assez d'espace disque ou que vous êtes toujours connecté au réseau."
MCIERR_DEVICE_TYPE_REQUIRED, "Le périphérique spécifié est introuvable. Vérifiez s'il est installé ou si son nom est correctement orthographié."
MCIERR_DEVICE_LOCKED, "Le périphérique spécifié est en cours de fermeture. Attendez quelques secondes, puis essayez à nouveau."
MCIERR_DUPLICATE_ALIAS, "L'alias spécifié est déjà utilisé dans cette application. Utilisez un alias unique."
MCIERR_BAD_CONSTANT, "La constante utilisée n'est pas correcte pour cette commande."
MCIERR_MUST_USE_SHAREABLE, "Le pilote de périphérique est déjà utilisé en ce moment. Pour le partager, utilisez le paramêtre de partage ('shareable') dans chaque commande d'ouverture ('open')."
MCIERR_MISSING_DEVICE_NAME, "La commande spécifiée requiert un nom d'alias, de fichier, de pilote ou de périphérique : veuillez l'entrer."
MCIERR_BAD_TIME_FORMAT, "La valeur spécifiée comme format horaire n'est pas valide. Les formats valides sont indiqués dans la documentation MCI."
MCIERR_NO_CLOSING_QUOTE, "Un guillemet double fermant manque dans la valeur du paramêtre. Ajoutez-le."
MCIERR_DUPLICATE_FLAGS, "Un paramêtre ou une valeur a été spécifié deux fois et ne doit être spécifié qu'une seule fois."
MCIERR_INVALID_FILE, "Le fichier ne peut pas être exécuté sur un périphérique MCI spécifié. Le fichier est endommagé ou son format n'est pas correct."
MCIERR_NULL_PARAMETER_BLOCK, "Un bloc de paramêtres nuls a été passé à MCI."
MCIERR_UNNAMED_RESOURCE, "Impossible d'enregistrer un fichier sans nom. Entrez un nom de fichier."
MCIERR_NEW_REQUIRES_ALIAS, "Vous devez spécifier un alias lorsque vous employez le paramêtre 'nouveau'."
MCIERR_NOTIFY_ON_AUTO_OPEN, "Il est impossible d'utiliser l'indicateur 'notifier' avec les périphériques à ouverture automatique."
MCIERR_NO_ELEMENT_ALLOWED, "Impossible d'utiliser un nom de fichier avec le périphérique spécifié."
MCIERR_NONAPPLICABLE_FUNCTION, "Impossible d'exécuter les commandes dans l'ordre spécifié. Corrigez l'ordre des commandes, puis essayez à nouveau."
MCIERR_ILLEGAL_FOR_AUTO_OPEN, "Impossible d'exécuter cette commande sur un périphérique à ouverture automatique. Attendez que le périphérique soit fermé pour essayer à nouveau."
MCIERR_FILENAME_REQUIRED, "Le nom de fichier est incorrect."
MCIERR_NO_WINDOW, "Il n'y pas de fenêtre d'affichage."
MCIERR_CREATEWINDOW, "Impossible d'utiliser ou de créer une fenêtre."
MCIERR_FILE_READ, "Impossible de lire ce fichier. Assurez-vous qu'il n'a pas été supprimé ou vérifiez votre disque ou votre connexion réseau."
MCIERR_FILE_WRITE, "Il est impossible d'écrire des informations dans le fichier spécifié. Vérifiez que vous avez assez d'espace disque ou que vous êtes toujours connecté au réseau."
MCIERR_EXTRA_CHARACTERS, "Il est impossible de spécifier des caractères supplémentaires après une chaîne placée entre guillemets."
MCIERR_DEVICE_NOT_INSTALLED, "Ce périphérique n'est pas installé. Pour installer un nouveau pilote, double-cliquez sur l'icône Ajout de périphérique dans le Panneau de configuration."
MCIERR_GET_CD, "Impossible d'accéder au fichier ou au périphérique MCI spécifié. Essayez de changer de répertoire ou de redémarrer votre ordinateur."
MCIERR_SET_CD, "Impossible d'accéder au fichier ou au périphérique MCI spécifié, car l'application ne peut pas changer de répertoire."
MCIERR_SET_DRIVE, "Impossible d'accéder au fichier ou au périphérique MCI spécifié, car l'application ne peut pas changer de lecteur."
MCIERR_DEVICE_LENGTH, "Spécifiez un nom de périphérique ou de pilote de moins de 79 caractères."
MCIERR_DEVICE_ORD_LENGTH, "Spécifiez un nom de périphérique ou de pilote comptant moins de 69 caractères."
MCIERR_NO_INTEGER, "La commande spécifiée nécessite un paramêtre numérique. Exemple : \"jouer jusqu'à 10\". Entrez ce paramêtre."
MCIERR_WAVE_OUTPUTSINUSE, "Tous les périphériques audio capables de jouer des fichiers sous ce format sont en cours d'utilisation. Attendez qu'un périphérique audio soit libre, puis essayez à nouveau."
MCIERR_WAVE_SETOUTPUTINUSE, "Le périphérique audio de lecture est en cours d'utilisation. Attendez qu'il soit libre, puis essayez à nouveau."
MCIERR_WAVE_INPUTSINUSE, "Tous les périphériques audio capables d'enregistrer des fichiers sous ce format sont en cours d'utilisation. Attendez qu'un périphérique audio soit libre, puis essayez à nouveau."
MCIERR_WAVE_SETINPUTINUSE, "Le périphérique audio d'enregistrement est en cours d'utilisation. Attendez qu'il soit libre, puis essayez à nouveau."
MCIERR_WAVE_OUTPUTSUNSUITABLE, "Aucun périphérique audio capable de jouer des fichiers sous le format en cours n'a été installé."
MCIERR_WAVE_INPUTSUNSUITABLE, "Aucun périphérique audio capable d'enregistrer des fichiers sous le format en cours n'a été installé."
MCIERR_WAVE_SETOUTPUTUNSUITABLE,"Ce périphérique ne parvient pas à reconnaître le format du fichier actuel. Sélectionnez un autre périphérique, puis essayez à nouveau."
MCIERR_WAVE_SETINPUTUNSUITABLE, "Ce périphérique ne parvient pas à reconnaître le format du fichier actuel. Sélectionnez un autre périphérique, puis essayez à nouveau."
MCIERR_WAVE_OUTPUTUNSPECIFIED, "Any compatible waveform playback device may be used."
MCIERR_WAVE_INPUTUNSPECIFIED, "Any compatible waveform recording device may be used."
MCIERR_SEQ_DIV_INCOMPATIBLE, "Il est impossible d'utiliser le format horaire pointeur de piste et le format horaire SMPTE en même temps."
MCIERR_SEQ_NOMIDIPRESENT, "Le système n'a pas de périphériques MIDI installés. Pour installer un nouveau pilote, double-cliquez sur l'icône Ajout de périphérique dans le Panneau de configuration."
MCIERR_SEQ_PORT_INUSE, "Le port MIDI spécifié est déjà utilisé. Attendez qu'il soit libre et essayez à nouveau."
MCIERR_SEQ_PORT_MAPNODEVICE, "La configuration actuelle du mappeur MIDI fait référence à un périphérique MIDI non installé sur votre système. Utilisez l'option mappeur MIDI dans le Control Panel pour changer la configuration."
MCIERR_SEQ_PORT_MISCERROR, "Une erreur est survenue sur le port spécifié."
MCIERR_SEQ_PORT_NONEXISTENT, "Ce périphérique n'est pas installé. Pour installer un nouveau pilote, double-cliquez sur l'icône Ajout de périphérique dans le Panneau de configuration."
MCIERR_SEQ_PORTUNSPECIFIED, "Le système n'a pas spécifié de port MIDI par défaut."
MCIERR_SEQ_TIMER, "Tous les timers multimédia sont en cours d'utilisation par d'autres applications. Quittez une de ces applications et essayez à nouveau."
END

View File

@ -65,8 +65,8 @@ extern const BUILTIN32_DESCRIPTOR IMM32_Descriptor;
extern const BUILTIN32_DESCRIPTOR KERNEL32_Descriptor;
extern const BUILTIN32_DESCRIPTOR LZ32_Descriptor;
extern const BUILTIN32_DESCRIPTOR MPR_Descriptor;
extern const BUILTIN32_DESCRIPTOR MCIAVI_Descriptor;
extern const BUILTIN32_DESCRIPTOR MCIANIM_Descriptor;
extern const BUILTIN32_DESCRIPTOR MCIAVI_Descriptor;
extern const BUILTIN32_DESCRIPTOR MCICDA_Descriptor;
extern const BUILTIN32_DESCRIPTOR MCISEQ_Descriptor;
extern const BUILTIN32_DESCRIPTOR MCIWAVE_Descriptor;
@ -96,6 +96,7 @@ extern const BUILTIN32_RESOURCE comctl32_ResourceDescriptor;
extern const BUILTIN32_RESOURCE comdlg32_ResourceDescriptor;
extern const BUILTIN32_RESOURCE shell32_ResourceDescriptor;
extern const BUILTIN32_RESOURCE user32_ResourceDescriptor;
extern const BUILTIN32_RESOURCE winmm_ResourceDescriptor;
static BUILTIN32_DLL BuiltinDLLs[] =
{
@ -137,7 +138,7 @@ static BUILTIN32_DLL BuiltinDLLs[] =
{ &USER32_Descriptor, 0, 0, &user32_ResourceDescriptor },
{ &VERSION_Descriptor, 0, 0, NULL },
{ &W32SKRNL_Descriptor, 0, 0, NULL },
{ &WINMM_Descriptor, BI32_DANGER, 0, NULL },
{ &WINMM_Descriptor, 0, 0, &winmm_ResourceDescriptor },
{ &WINSPOOL_Descriptor, 0, 0, NULL },
{ &WNASPI32_Descriptor, 0, 0, NULL },
{ &WOW32_Descriptor, 0, 0, NULL },