@@ -21,7 +21,7 @@ VFW_S_MEDIA_TYPE_IGNORED A connection could not be made with the
VFW_S_VIDEO_NOT_RENDERED Cannot play back the video stream: no suitable decompressor could be found.
VFW_S_AUDIO_NOT_RENDERED Cannot play back the audio stream: no audio hardware is available.
VFW_S_RPZA Cannot play back the video stream: format 'RPZA' is not supported.
VFW_S_ESTIMATED The value returned had to be estimated. It's accuracy can not be guaranteed.
VFW_S_ESTIMATED The value returned had to be estimated. Its accuracy cannot be guaranteed.
VFW_S_RESERVED This success code is reserved for internal purposes within ActiveMovie.
VFW_S_STREAM_OFF The stream has been turned off.
VFW_S_CANT_CUE The graph can't be cued because of lack of or corrupt data.
...
...
@@ -188,8 +188,8 @@ E_PROP_ID_UNSUPPORTED The specified property ID is not suppor
E_PROP_SET_UNSUPPORTED The Specified property set is not supported.
DIERR_ALREADYINITIALIZED This object is already initialized
DDERR_ALREADYINITIALIZED This object is already initialized
DDERR_CANNOTATTACHSURFACE This surface cannot be attached to the requested surface.
DDERR_CANNOTDETACHSURFACE This surface cannot be detached from the requested surface.
DDERR_CANNOTATTACHSURFACE This surface cannot be attached to the requested surface.
DDERR_CANNOTDETACHSURFACE This surface cannot be detached from the requested surface.
DDERR_CURRENTLYNOTAVAIL Support is currently not available.
DDERR_EXCEPTION An exception was encountered while performing the requested operation
DDERR_HEIGHTALIGN Height of rectangle provided is not a multiple of reqd alignment
...
...
@@ -247,7 +247,7 @@ DDERR_UNSUPPORTEDFORMAT Pixel format requested is unsupported b
DDERR_UNSUPPORTEDMASK Bitmask in the pixel format requested is unsupported by DirectDraw
DDERR_INVALIDSTREAM The specified stream contains invalid data
DDERR_VERTICALBLANKINPROGRESS vertical blank is in progress
DDERR_WASSTILLDRAWING Informs DirectDraw that the previous Blt which is transfering information to or from this Surface is incomplete.
DDERR_WASSTILLDRAWING Informs DirectDraw that the previous Blt which is transferring information to or from this Surface is incomplete.
DDERR_DDSCAPSCOMPLEXREQUIRED The specified surface type requires specification of the COMPLEX flag
DDERR_XALIGN Rectangle provided was not horizontally aligned on reqd. boundary
DDERR_INVALIDDIRECTDRAWGUID The GUID passed to DirectDrawCreate is not a valid DirectDraw driver identifier.
...
...
@@ -260,7 +260,7 @@ DDERR_CLIPPERISUSINGHWND an attempt was made to set a clip list
DDERR_NOCLIPPERATTACHED No clipper object attached to surface object
DDERR_NOHWND Clipper notification requires an HWND or no HWND has previously been set as the CooperativeLevel HWND.
DDERR_HWNDSUBCLASSED HWND used by DirectDraw CooperativeLevel has been subclassed, this prevents DirectDraw from restoring state.
DDERR_HWNDALREADYSET The CooperativeLevel HWND has already been set. It cannot be reset while the process has surfaces or palettes created.
DDERR_HWNDALREADYSET The CooperativeLevel HWND has already been set. It cannot be reset while the process has surfaces or palettes created.
DDERR_NOPALETTEATTACHED No palette object attached to this surface.
DDERR_NOPALETTEHW No hardware support for 16 or 256 color palettes.
DDERR_BLTFASTCANTCLIP If a clipper object is attached to the source surface passed into a BltFast call.
...
...
@@ -274,10 +274,10 @@ DDERR_EXCLUSIVEMODEALREADYSET An attempt was made to set the cooperat
DDERR_NOTFLIPPABLE An attempt has been made to flip a surface that is not flippable.
DDERR_CANTDUPLICATE Can't duplicate primary & 3D surfaces, or surfaces that are implicitly created.
DDERR_NOTLOCKED Surface was not locked. An attempt to unlock a surface that was not locked at all, or by this process, has been attempted.
DDERR_CANTCREATEDC Windows cannot create any more DCs, or a DC was requested for a paltte-indexed surface when the surface had no palette AND the display mode was not palette-indexed (in this case DirectDraw cannot select a proper palette into the DC)
DDERR_CANTCREATEDC Windows cannot create any more DCs, or a DC was requested for a paltte-indexed surface when the surface had no palette AND the display mode was not palette-indexed (in this case DirectDraw cannot select a proper palette into the DC)
DDERR_NODC No DC was ever created for this surface.
DDERR_WRONGMODE This surface cannot be restored because it was created in a different mode.
DDERR_IMPLICITLYCREATED This surface cannot be restored because it is an implicitly created surface.
DDERR_WRONGMODE This surface cannot be restored because it was created in a different mode.
DDERR_IMPLICITLYCREATED This surface cannot be restored because it is an implicitly created surface.
DDERR_NOTPALETTIZED The surface being used is not a palette-based surface
DDERR_UNSUPPORTEDMODE The display is currently in an unsupported mode
DDERR_NOMIPMAPHW Operation could not be carried out because there is no mip-map texture mapping hardware present or available.
...
...
@@ -364,17 +364,17 @@ DMUS_E_INVALID_EVENT The given event is invalid (either it i
DMUS_E_UNSUPPORTED_STREAM The IStream* object does not contain data supported by the loading object.
DMUS_E_ALREADY_INITED The object has already been initialized.
DMUS_E_INVALID_BAND The file does not contain a valid band.
DMUS_E_TRACK_HDR_NOT_FIRST_CK The IStream* object's data does not have a track header as the first chunk, and therefore cannot be read by the segment object.
DMUS_E_TOOL_HDR_NOT_FIRST_CK The IStream* object's data does not have a tool header as the first chunk, and therefore cannot be read by the graph object.
DMUS_E_INVALID_TRACK_HDR The IStream* object's data contains an invalid track header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the segment object.
DMUS_E_INVALID_TOOL_HDR The IStream* object's data contains an invalid tool header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the graph object.
DMUS_E_TRACK_HDR_NOT_FIRST_CK The IStream* object's data does not have a track header as the first chunk, and therefore cannot be read by the segment object.
DMUS_E_TOOL_HDR_NOT_FIRST_CK The IStream* object's data does not have a tool header as the first chunk, and therefore cannot be read by the graph object.
DMUS_E_INVALID_TRACK_HDR The IStream* object's data contains an invalid track header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the segment object.
DMUS_E_INVALID_TOOL_HDR The IStream* object's data contains an invalid tool header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the graph object.
DMUS_E_ALL_TOOLS_FAILED The graph object was unable to load all tools from the IStream* object data. This may be due to errors in the stream, or the tools being incorrectly registered on the client.
DMUS_E_ALL_TRACKS_FAILED The segment object was unable to load all tracks from the IStream* object data. This may be due to errors in the stream, or the tracks being incorrectly registered on the client.
DSERR_OBJECTNOTFOUND The object requested was not found (numerically equal to DMUS_E_NOT_FOUND)
DMUS_E_NOT_INIT A required object is not initialized or failed to initialize.
DMUS_E_TYPE_DISABLED The requested parameter type is currently disabled. Parameter types may be enabled and disabled by certain calls to SetParam().
DMUS_E_TYPE_UNSUPPORTED The requested parameter type is not supported on the object.
DMUS_E_TIME_PAST The time is in the past, and the operation cannot succeed.
DMUS_E_TIME_PAST The time is in the past, and the operation cannot succeed.
DMUS_E_TRACK_NOT_FOUND The requested track is not contained by the segment.
DMUS_E_TRACK_NO_CLOCKTIME_SUPPORT The track does not support clock time playback or getparam.
DMUS_E_NO_MASTER_CLOCK There is no master clock in the performance. Be sure to call IDirectMusicPerformance::Init().
...
...
@@ -399,7 +399,7 @@ DMUS_E_SCRIPT_LANGUAGE_INCOMPATIBLE The activeX scripting engine for the sc
DMUS_E_SCRIPT_UNSUPPORTED_VARTYPE A varient was used that had a type that is not supported by DirectMusic.
DMUS_E_SCRIPT_ERROR_IN_SCRIPT An error was encountered while parsing or executing the script. The pErrorInfo parameter (if supplied) was filled with information about the error.
DMUS_E_SCRIPT_CANTLOAD_OLEAUT32 Loading of oleaut32.dll failed. VBScript and other activeX scripting languages require use of oleaut32.dll. On platforms where oleaut32.dll is not present, only the DirectMusicScript language, which doesn't require oleaut32.dll can be used.
DMUS_E_SCRIPT_LOADSCRIPT_ERROR An error occured while parsing a script loaded using LoadScript. The script that was loaded contains an error.
DMUS_E_SCRIPT_LOADSCRIPT_ERROR An error occurred while parsing a script loaded using LoadScript. The script that was loaded contains an error.
DMUS_E_SCRIPT_INVALID_FILE The script file is invalid.
DMUS_E_INVALID_SCRIPTTRACK The file contains an invalid script track.
DMUS_E_SCRIPT_VARIABLE_NOT_FOUND The script does not contain a variable with the specified name.
staticconstCHARdescription263A[]="The CooperativeLevel HWND has already been set. It cannot be reset while the process has surfaces or palettes created.";
staticconstCHARdescription263A[]="The CooperativeLevel HWND has already been set. It cannot be reset while the process has surfaces or palettes created.";
staticconstCHARdescription276A[]="Surface was not locked. An attempt to unlock a surface that was not locked at all, or by this process, has been attempted.";
staticconstCHARdescription277A[]="Windows cannot create any more DCs, or a DC was requested for a paltte-indexed surface when the surface had no palette AND the display mode was not palette-indexed (in this case DirectDraw cannot select a proper palette into the DC)";
staticconstCHARdescription277A[]="Windows cannot create any more DCs, or a DC was requested for a paltte-indexed surface when the surface had no palette AND the display mode was not palette-indexed (in this case DirectDraw cannot select a proper palette into the DC)";
staticconstCHARdescription367A[]="The IStream* object's data does not have a track header as the first chunk, and therefore cannot be read by the segment object.";
staticconstCHARdescription367A[]="The IStream* object's data does not have a track header as the first chunk, and therefore cannot be read by the segment object.";
staticconstCHARdescription368A[]="The IStream* object's data does not have a tool header as the first chunk, and therefore cannot be read by the graph object.";
staticconstCHARdescription368A[]="The IStream* object's data does not have a tool header as the first chunk, and therefore cannot be read by the graph object.";
staticconstCHARdescription369A[]="The IStream* object's data contains an invalid track header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the segment object.";
staticconstCHARdescription369A[]="The IStream* object's data contains an invalid track header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the segment object.";
staticconstCHARdescription370A[]="The IStream* object's data contains an invalid tool header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the graph object.";
staticconstCHARdescription370A[]="The IStream* object's data contains an invalid tool header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the graph object.";
staticconstCHARdescription371A[]="The graph object was unable to load all tools from the IStream* object data. This may be due to errors in the stream, or the tools being incorrectly registered on the client.";
staticconstCHARdescription401A[]="Loading of oleaut32.dll failed. VBScript and other activeX scripting languages require use of oleaut32.dll. On platforms where oleaut32.dll is not present, only the DirectMusicScript language, which doesn't require oleaut32.dll can be used.";
DDERR_ALREADYINITIALIZED This object is already initialized
DDERR_CANNOTATTACHSURFACE This surface cannot be attached to the requested surface.
DDERR_CANNOTDETACHSURFACE This surface cannot be detached from the requested surface.
DDERR_CANNOTATTACHSURFACE This surface cannot be attached to the requested surface.
DDERR_CANNOTDETACHSURFACE This surface cannot be detached from the requested surface.
DDERR_CURRENTLYNOTAVAIL Support is currently not available.
DDERR_EXCEPTION An exception was encountered while performing the requested operation
DDERR_HEIGHTALIGN Height of rectangle provided is not a multiple of reqd alignment
...
...
@@ -340,7 +340,7 @@ DDERR_CLIPPERISUSINGHWND an attempt was made to set a clip list
DDERR_NOCLIPPERATTACHED No clipper object attached to surface object
DDERR_NOHWND Clipper notification requires an HWND or no HWND has previously been set as the CooperativeLevel HWND.
DDERR_HWNDSUBCLASSED HWND used by DirectDraw CooperativeLevel has been subclassed, this prevents DirectDraw from restoring state.
DDERR_HWNDALREADYSET The CooperativeLevel HWND has already been set. It cannot be reset while the process has surfaces or palettes created.
DDERR_HWNDALREADYSET The CooperativeLevel HWND has already been set. It cannot be reset while the process has surfaces or palettes created.
DDERR_NOPALETTEATTACHED No palette object attached to this surface.
DDERR_NOPALETTEHW No hardware support for 16 or 256 color palettes.
DDERR_BLTFASTCANTCLIP If a clipper object is attached to the source surface passed into a BltFast call.
...
...
@@ -354,10 +354,10 @@ DDERR_EXCLUSIVEMODEALREADYSET An attempt was made to set the cooperat
DDERR_NOTFLIPPABLE An attempt has been made to flip a surface that is not flippable.
DDERR_CANTDUPLICATE Can't duplicate primary & 3D surfaces, or surfaces that are implicitly created.
DDERR_NOTLOCKED Surface was not locked. An attempt to unlock a surface that was not locked at all, or by this process, has been attempted.
DDERR_CANTCREATEDC Windows cannot create any more DCs, or a DC was requested for a paltte-indexed surface when the surface had no palette AND the display mode was not palette-indexed (in this case DirectDraw cannot select a proper palette into the DC)
DDERR_CANTCREATEDC Windows cannot create any more DCs, or a DC was requested for a paltte-indexed surface when the surface had no palette AND the display mode was not palette-indexed (in this case DirectDraw cannot select a proper palette into the DC)
DDERR_NODC No DC was ever created for this surface.
DDERR_WRONGMODE This surface cannot be restored because it was created in a different mode.
DDERR_IMPLICITLYCREATED This surface cannot be restored because it is an implicitly created surface.
DDERR_WRONGMODE This surface cannot be restored because it was created in a different mode.
DDERR_IMPLICITLYCREATED This surface cannot be restored because it is an implicitly created surface.
DDERR_NOTPALETTIZED The surface being used is not a palette-based surface
DDERR_UNSUPPORTEDMODE The display is currently in an unsupported mode
DDERR_NOMIPMAPHW Operation could not be carried out because there is no mip-map texture mapping hardware present or available.
...
...
@@ -491,17 +491,17 @@ DMUS_E_INVALID_EVENT The given event is invalid (either it i
DMUS_E_UNSUPPORTED_STREAM The IStream* object does not contain data supported by the loading object.
DMUS_E_ALREADY_INITED The object has already been initialized.
DMUS_E_INVALID_BAND The file does not contain a valid band.
DMUS_E_TRACK_HDR_NOT_FIRST_CK The IStream* object's data does not have a track header as the first chunk, and therefore cannot be read by the segment object.
DMUS_E_TOOL_HDR_NOT_FIRST_CK The IStream* object's data does not have a tool header as the first chunk, and therefore cannot be read by the graph object.
DMUS_E_INVALID_TRACK_HDR The IStream* object's data contains an invalid track header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the segment object.
DMUS_E_INVALID_TOOL_HDR The IStream* object's data contains an invalid tool header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the graph object.
DMUS_E_TRACK_HDR_NOT_FIRST_CK The IStream* object's data does not have a track header as the first chunk, and therefore cannot be read by the segment object.
DMUS_E_TOOL_HDR_NOT_FIRST_CK The IStream* object's data does not have a tool header as the first chunk, and therefore cannot be read by the graph object.
DMUS_E_INVALID_TRACK_HDR The IStream* object's data contains an invalid track header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the segment object.
DMUS_E_INVALID_TOOL_HDR The IStream* object's data contains an invalid tool header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the graph object.
DMUS_E_ALL_TOOLS_FAILED The graph object was unable to load all tools from the IStream* object data. This may be due to errors in the stream, or the tools being incorrectly registered on the client.
DMUS_E_ALL_TRACKS_FAILED The segment object was unable to load all tracks from the IStream* object data. This may be due to errors in the stream, or the tracks being incorrectly registered on the client.
DSERR_OBJECTNOTFOUND The object requested was not found (numerically equal to DMUS_E_NOT_FOUND)
DMUS_E_NOT_INIT A required object is not initialized or failed to initialize.
DMUS_E_TYPE_DISABLED The requested parameter type is currently disabled. Parameter types may be enabled and disabled by certain calls to SetParam().
DMUS_E_TYPE_UNSUPPORTED The requested parameter type is not supported on the object.
DMUS_E_TIME_PAST The time is in the past, and the operation cannot succeed.
DMUS_E_TIME_PAST The time is in the past, and the operation cannot succeed.
DMUS_E_TRACK_NOT_FOUND The requested track is not contained by the segment.
DMUS_E_TRACK_NO_CLOCKTIME_SUPPORT The track does not support clock time playback or getparam.
DMUS_E_NO_MASTER_CLOCK There is no master clock in the performance. Be sure to call IDirectMusicPerformance::Init().
...
...
@@ -526,7 +526,7 @@ DMUS_E_SCRIPT_LANGUAGE_INCOMPATIBLE The activeX scripting engine for the sc
DMUS_E_SCRIPT_UNSUPPORTED_VARTYPE A varient was used that had a type that is not supported by DirectMusic.
DMUS_E_SCRIPT_ERROR_IN_SCRIPT An error was encountered while parsing or executing the script. The pErrorInfo parameter (if supplied) was filled with information about the error.
DMUS_E_SCRIPT_CANTLOAD_OLEAUT32 Loading of oleaut32.dll failed. VBScript and other activeX scripting languages require use of oleaut32.dll. On platforms where oleaut32.dll is not present, only the DirectMusicScript language, which doesn't require oleaut32.dll can be used.
DMUS_E_SCRIPT_LOADSCRIPT_ERROR An error occured while parsing a script loaded using LoadScript. The script that was loaded contains an error.
DMUS_E_SCRIPT_LOADSCRIPT_ERROR An error occurred while parsing a script loaded using LoadScript. The script that was loaded contains an error.
DMUS_E_SCRIPT_INVALID_FILE The script file is invalid.
DMUS_E_INVALID_SCRIPTTRACK The file contains an invalid script track.
DMUS_E_SCRIPT_VARIABLE_NOT_FOUND The script does not contain a variable with the specified name.
staticconstCHARdescription343A[]="The CooperativeLevel HWND has already been set. It cannot be reset while the process has surfaces or palettes created.";
staticconstCHARdescription343A[]="The CooperativeLevel HWND has already been set. It cannot be reset while the process has surfaces or palettes created.";
staticconstCHARdescription356A[]="Surface was not locked. An attempt to unlock a surface that was not locked at all, or by this process, has been attempted.";
staticconstCHARdescription357A[]="Windows cannot create any more DCs, or a DC was requested for a paltte-indexed surface when the surface had no palette AND the display mode was not palette-indexed (in this case DirectDraw cannot select a proper palette into the DC)";
staticconstCHARdescription357A[]="Windows cannot create any more DCs, or a DC was requested for a paltte-indexed surface when the surface had no palette AND the display mode was not palette-indexed (in this case DirectDraw cannot select a proper palette into the DC)";
staticconstCHARdescription494A[]="The IStream* object's data does not have a track header as the first chunk, and therefore cannot be read by the segment object.";
staticconstCHARdescription494A[]="The IStream* object's data does not have a track header as the first chunk, and therefore cannot be read by the segment object.";
staticconstCHARdescription495A[]="The IStream* object's data does not have a tool header as the first chunk, and therefore cannot be read by the graph object.";
staticconstCHARdescription495A[]="The IStream* object's data does not have a tool header as the first chunk, and therefore cannot be read by the graph object.";
staticconstCHARdescription496A[]="The IStream* object's data contains an invalid track header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the segment object.";
staticconstCHARdescription496A[]="The IStream* object's data contains an invalid track header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the segment object.";
staticconstCHARdescription497A[]="The IStream* object's data contains an invalid tool header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the graph object.";
staticconstCHARdescription497A[]="The IStream* object's data contains an invalid tool header (ckid is 0 and fccType is NULL,) and therefore cannot be read by the graph object.";
staticconstCHARdescription498A[]="The graph object was unable to load all tools from the IStream* object data. This may be due to errors in the stream, or the tools being incorrectly registered on the client.";
staticconstCHARdescription528A[]="Loading of oleaut32.dll failed. VBScript and other activeX scripting languages require use of oleaut32.dll. On platforms where oleaut32.dll is not present, only the DirectMusicScript language, which doesn't require oleaut32.dll can be used.";