IDS_CDERR_FINDRESFAILURE "Could not find a required resource."
IDS_CDERR_INITIALIZATION
"Initialization failed: Memory resources may be running low."
IDS_CDERR_LOADRESFAILURE "Could not load a required resource."
IDS_CDERR_LOCKRESFAILURE "Could not lock a required resource."
IDS_CDERR_LOADSTRFAILURE "Could not load a required string resource"
IDS_CDERR_MEMALLOCFAILURE
"Unable to allocate sufficient memory for internal data structures: memory resources may be running low."
IDS_CDERR_MEMLOCKFAILURE "Could not lock a memory resource."
IDS_CDERR_NOHINSTANCE "The caller attempted to use a dialog template with specifiying an instance handle"
IDS_CDERR_NOHOOK "The caller requested use of a hook procedure, but failed to provide one."
IDS_CDERR_NOTEMPLATE "The caller requested use of a dialog template, but failed to provide one."
IDS_CDERR_REGISTERMSGFAIL
"The common dialog subsystem was unable to register a private message using RegisterWindowMessage()."
IDS_CDERR_STRUCTSIZE "The common dialog subsystem received a structure with an improper size member."
IDS_CDERR_DIALOGFAILURE "Unable to create dialog box."
IDS_CDERR_TITLESTRING "Common Dialog Error!"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_APP_TITLE "MidiStream"
IDS_APP_CAPTION "MidiStream Sample Application"
IDS_APP_NAME "MStream"
IDS_OPEN_DLGTITLE "Open MIDI File for Playback"
IDS_OPEN_FILTER1 "MIDI Music Files (*.MID)"
IDS_OPEN_FILTER2 "*.MID"
IDS_OPEN_FILTER3 "All Files (*.*)"
IDS_OPEN_FILTER4 "*.*"
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ERROR_APPINIT "Could not initialize application"
IDS_ERROR_INSTANCEINIT "Could not initialize an instance of this application"
IDS_ERROR_REGISTERCLASS "RegisterClass() failed while attempting to register the main application window class"
IDS_ERROR_MAINWNDCREATE "Could not create the main application window: CreateWindow() failed."
IDS_ERROR_NOMIDIMAPPER "The Microsoft MIDI Mapper device, which is required for MSTREAM playback, could not be opened. It is either in use or improperly configured."
END
STRINGTABLE DISCARDABLE
BEGIN
IDS_ERROR_CHILDTEMPLATE "Unable to create the %s %s control -- CreateWindow() failed in CreateChildren(). Resources may be running low."
IDS_ERROR_TRACKBAR "Trackbar"
IDS_ERROR_BUTTON "Button"
IDS_ERROR_STATICTEXT "Static Text"
IDS_ERROR_GETTEXTEXTENT "Unable to determine text size while creating child controls: GetTextExtentPoint32() failed."