OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ioverlay
(Results
1 - 10
of
10
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h
65
virtual HRESULT WINAPI SetOverlayImage(int iImage,int
iOverlay
) = 0;
91
virtual HRESULT WINAPI GetOverlayImage(int
iOverlay
,int *piIndex) = 0;
101
HRESULT (WINAPI *SetOverlayImage)(IImageList *This,int iImage,int
iOverlay
);
127
HRESULT (WINAPI *GetOverlayImage)(IImageList *This,int
iOverlay
,int *piIndex);
139
#define IImageList_SetOverlayImage(This,iImage,
iOverlay
) (This)->lpVtbl->SetOverlayImage(This,iImage,
iOverlay
)
165
#define IImageList_GetOverlayImage(This,
iOverlay
,piIndex) (This)->lpVtbl->GetOverlayImage(This,
iOverlay
,piIndex)
172
HRESULT WINAPI IImageList_SetOverlayImage_Proxy(IImageList *This,int iImage,int
iOverlay
);
224
HRESULT WINAPI IImageList_GetOverlayImage_Proxy(IImageList *This,int
iOverlay
,int *piIndex)
[
all
...]
strmif.h
142
typedef interface
IOverlay
IOverlay
;
[
all
...]
commctrl.h
335
WINCOMMCTRLAPI WINBOOL WINAPI ImageList_SetOverlayImage(HIMAGELIST himl,int iImage,int
iOverlay
);
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp
762
iOverlays[i].
iOverlay
->Draw(*iDsa->Gc(), HwRect(), SwSize());
778
if(iOverlays[i].
iOverlay
== &aOverlay)
dsa.cpp
780
iOverlays[i].
iOverlay
->Draw(Gc(), HwRect(), SwSize());
796
if(iOverlays[i].
iOverlay
== &aOverlay)
dsa_new.cpp
506
iOverlays[i].
iOverlay
->Draw(*iDsa->Gc(), HwRect(), SwSize());
522
if(iOverlays[i].
iOverlay
== &aOverlay)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libdxerr8.a
51
Do you want to debug the application? Unexpected error encountred %hs(%Lu): %s (hr=%s(0x%Lx)) Unknown n/a S_OK The function completed successfully S_FALSE Call successful, but returned FALSE DXERROR_FILE_NOT_FOUND The system cannot find the file specified. DXERROR_PATH_NOT_FOUND The system cannot find the path specified. DXERROR_TOO_MANY_OPEN_FILES The system cannot open the file. DXERROR_ACCESS_DENIED Access is denied. DXERROR_INVALID_HANDLE The handle is invalid. DXERROR_NOT_ENOUGH_MEMORY Not enough storage is available to process this command. DXERROR_INVALID_BLOCK The storage control block address is invalid. DXERROR_BAD_ENVIRONMENT The environment is incorrect. DXERROR_BAD_FORMAT An attempt was made to load a program with an incorrect format. DXERROR_OUTOFMEMORY The system cannot find the drive specified. VFW_S_NO_MORE_ITEMS The end of the list has been reached. VFW_S_DUPLICATE_NAME An attempt to add a filter with a duplicate name succeeded with a modified name. VFW_S_STATE_INTERMEDIATE The state transition has not completed. VFW_S_PARTIAL_RENDER Some of the streams in this movie are in an unsupported format. VFW_S_SOME_DATA_IGNORED The file contained some property settings that were not used. VFW_S_CONNECTIONS_DEFERRED Some connections have failed and have been deferred. VFW_S_RESOURCE_NOT_NEEDED The resource specified is no longer needed. VFW_S_MEDIA_TYPE_IGNORED A connection could not be made with the media type in the persistent graph, but has been made with a negotiated media type. 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_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. VFW_S_NO_STOP_TIME The stop time for the sample was not set. VFW_S_NOPREVIEWPIN There was no preview pin available, so the capture pin output is being split to provide both capture and preview. VFW_S_DVD_NON_ONE_SEQUENTIAL The current title was not a sequential set of chapters (PGC) and the returned timing information might not be continuous. VFW_S_DVD_CHANNEL_CONTENTS_NOT_AVAILABLE The audio stream did not contain sufficient information to determine the contents of each channel. VFW_S_DVD_NOT_ACCURATE The seek into the movie was not frame accurate. DS_NO_VIRTUALIZATION The call succeeded, but we had to substitute the 3D algorithm DS_INCOMPLETE The call succeeded, but not all of the optional effects were obtained. DMUS_S_PARTIALLOAD The object could only load partially. This can happen if some components are not registered properly, such as embedded tracks and tools. This can also happen if some content is missing. For example, if a segment uses a DLS collection that is not in the loader's current search directory. DMUS_S_PARTIALDOWNLOAD Return value from IDirectMusicBand::Download() which indicates that some of the instruments safely downloaded, but others failed. This usually occurs when some instruments are on PChannels not supported by the performance or port. DMUS_S_REQUEUE Return value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should cue the PMsg again automatically. DMUS_S_FREE Return value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should free the PMsg automatically. DMUS_S_END Return value from IDirectMusicTrack::Play() which indicates to the segment that the track has no more data after mtEnd. DMUS_S_STRING_TRUNCATED Returned string has been truncated to fit the buffer size. DMUS_S_LAST_TOOL Returned from IDirectMusicGraph::StampPMsg() this indicates that the PMsg is already stamped with the last tool in the graph. The returned PMsg's tool pointer is now NULL. DMUS_S_OVER_CHORD Returned from IDirectMusicPerformance::MusicToMIDI() this indicates that no note has been calculated because the music value has the note at a position higher than the top note of the chord. This applies only to DMUS_PLAYMODE_NORMALCHORD play mode. This success code indicates that the caller should not do anything with the note. It is not meant to be played against this chord. DMUS_S_UP_OCTAVE Returned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is below 0, so it has been bumped up one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code. DMUS_S_DOWN_OCTAVE Returned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is above 127, so it has been bumped down one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code. DMUS_S_NOBUFFERCONTROL Although the audio output from the port will be routed to the same device as the given DirectSound buffer, buffer controls such as pan and volume will not affect the output. DMUS_S_GARBAGE_COLLECTED The requested operation was not performed because during CollectGarbage the loader determined that the object had been released. E_PENDING The data necessary to complete this operation is not yet available. E_NOTIMPL The function called is not supported at this time E_NOINTERFACE The requested COM interface is not available E_POINTER Invalid pointer E_ABORT Operation aborted E_FAIL An undetermined error occurred E_UNEXPECTED Catastrophic failure CLASS_E_NOAGGREGATION This object does not support aggregation REGDB_E_CLASSNOTREG Class not registered CO_E_NOTINITIALIZED CoInitialize has not been called. CO_E_ALREADYINITIALIZED CoInitialize has already been called. DIERR_INSUFFICIENTPRIVS & VFW_E_INVALIDMEDIATYPE Unable to IDirectInputJoyConfig_Acquire because the user does not have sufficient privileges to change the joystick configuration. & An invalid media type was specified DIERR_DEVICEFULL & VFW_E_INVALIDSUBTYPE The device is full. & An invalid media subtype was specified. DIERR_MOREDATA & VFW_E_NEED_OWNER Not all the requested information fit into the buffer. & This object can only be created as an aggregated object. DIERR_NOTDOWNLOADED & VFW_E_ENUM_OUT_OF_SYNC The effect is not downloaded. & The enumerator has become invalid. DIERR_HASEFFECTS & VFW_E_ALREADY_CONNECTED The device cannot be reinitialized because there are still effects attached to it. & At least one of the pins involved in the operation is already connected. DIERR_NOTEXCLUSIVEACQUIRED & VFW_E_FILTER_ACTIVE The operation cannot be performed unless the device is acquired in DISCL_EXCLUSIVE mode. & This operation cannot be performed because the filter is active. DIERR_INCOMPLETEEFFECT & VFW_E_NO_TYPES The effect could not be downloaded because essential information is missing. For example, no axes have been associated with the effect, or no type-specific information has been created. & One of the specified pins supports no media types. DIERR_NOTBUFFERED & VFW_E_NO_ACCEPTABLE_TYPES Attempted to read buffered device data from a device that is not buffered. & There is no common media type between these pins. DIERR_EFFECTPLAYING & VFW_E_INVALID_DIRECTION An attempt was made to modify parameters of an effect while it is playing. Not all hardware devices support altering the parameters of an effect while it is playing. & Two pins of the same direction cannot be connected together. DIERR_UNPLUGGED & VFW_E_NOT_CONNECTED The operation could not be completed because the device is not plugged in. & The operation cannot be performed because the pins are not connected. DIERR_REPORTFULL & VFW_E_NO_ALLOCATOR SendDeviceData failed because more information was requested to be sent than can be sent to the device. Some devices have restrictions on how much data can be sent to them. (For example, there might be a limit on the number of buttons that can be pressed at once.) & No sample buffer allocator is available. DIERR_MAPFILEFAIL & VFW_E_RUNTIME_DXERROR A mapper file function failed because reading or writing the user or IHV settings file failed. & A run-time error occurred. VFW_E_BUFFER_NOTSET No buffer space has been set VFW_E_BUFFER_OVERFLOW The buffer is not big enough. VFW_E_BADALIGN An invalid alignment was specified. VFW_E_ALREADY_COMMITTED Cannot change allocated memory while the filter is active. VFW_E_BUFFERS_OUTSTANDING One or more buffers are still active. VFW_E_NOT_COMMITTED Cannot allocate a sample when the allocator is not active. VFW_E_SIZENOTSET Cannot allocate memory because no size has been set. VFW_E_NO_CLOCK Cannot lock for synchronization because no clock has been defined. VFW_E_NO_SINK Quality messages could not be sent because no quality sink has been defined. VFW_E_NO_INTERFACE A required interface has not been implemented. VFW_E_NOT_FOUND An object or name was not found. VFW_E_CANNOT_CONNECT No combination of intermediate filters could be found to make the connection. VFW_E_CANNOT_RENDER No combination of filters could be found to render the stream. VFW_E_CHANGING_FORMAT Could not change formats dynamically. VFW_E_NO_COLOR_KEY_SET No color key has been set. VFW_E_NOT_OVERLAY_CONNECTION Current pin connection is not using the
IOverlay
transport. VFW_E_NOT_SAMPLE_CONNECTION Current pin connection is not using the IMemInputPin transp (…)
[
all
...]
libdxerr9.a
68
Do you want to debug the application? Unexpected error encountred %hs(%Lu): %s (hr=%s(0x%Lx)) Unknown n/a S_OK The function completed successfully S_FALSE Call successful, but returned FALSE DXERROR_FILE_NOT_FOUND The system cannot find the file specified. DXERROR_PATH_NOT_FOUND The system cannot find the path specified. DXERROR_TOO_MANY_OPEN_FILES The system cannot open the file. DXERROR_ACCESS_DENIED Access is denied. DXERROR_INVALID_HANDLE The handle is invalid. DXERROR_NOT_ENOUGH_MEMORY Not enough storage is available to process this command. DXERROR_INVALID_BLOCK The storage control block address is invalid. DXERROR_BAD_ENVIRONMENT The environment is incorrect. DXERROR_BAD_FORMAT An attempt was made to load a program with an incorrect format. DXERROR_OUTOFMEMORY The system cannot find the drive specified. End of stream. Sample not updated. VFW_S_NO_MORE_ITEMS The end of the list has been reached. VFW_S_DUPLICATE_NAME An attempt to add a filter with a duplicate name succeeded with a modified name. VFW_S_STATE_INTERMEDIATE The state transition has not completed. VFW_S_PARTIAL_RENDER Some of the streams in this movie are in an unsupported format. VFW_S_SOME_DATA_IGNORED The file contained some property settings that were not used. VFW_S_CONNECTIONS_DEFERRED Some connections have failed and have been deferred. VFW_S_RESOURCE_NOT_NEEDED The resource specified is no longer needed. VFW_S_MEDIA_TYPE_IGNORED A connection could not be made with the media type in the persistent graph, but has been made with a negotiated media type. 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_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. VFW_S_NO_STOP_TIME The stop time for the sample was not set. VFW_S_NOPREVIEWPIN There was no preview pin available, so the capture pin output is being split to provide both capture and preview. VFW_S_DVD_NON_ONE_SEQUENTIAL The current title was not a sequential set of chapters (PGC) and the returned timing information might not be continuous. VFW_S_DVD_CHANNEL_CONTENTS_NOT_AVAILABLE The audio stream did not contain sufficient information to determine the contents of each channel. VFW_S_DVD_NOT_ACCURATE The seek into the movie was not frame accurate. DV_FULLDUPLEX Full duplex DV_HALFDUPLEX Half duplex DV_PENDING Pending D3DOK_NOAUTOGEN The call succeeded but there won't be any mipmaps generated DS_NO_VIRTUALIZATION The call succeeded, but we had to substitute the 3D algorithm DMUS_S_PARTIALLOAD The object could only load partially. This can happen if some components are not registered properly, such as embedded tracks and tools. This can also happen if some content is missing. For example, if a segment uses a DLS collection that is not in the loader's current search directory. DMUS_S_PARTIALDOWNLOAD Return value from IDirectMusicBand::Download() which indicates that some of the instruments safely downloaded, but others failed. This usually occurs when some instruments are on PChannels not supported by the performance or port. DMUS_S_REQUEUE Return value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should cue the PMsg again automatically. DMUS_S_FREE Return value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should free the PMsg automatically. DMUS_S_END Return value from IDirectMusicTrack::Play() which indicates to the segment that the track has no more data after mtEnd. DMUS_S_STRING_TRUNCATED Returned string has been truncated to fit the buffer size. DMUS_S_LAST_TOOL Returned from IDirectMusicGraph::StampPMsg() this indicates that the PMsg is already stamped with the last tool in the graph. The returned PMsg's tool pointer is now NULL. DMUS_S_OVER_CHORD Returned from IDirectMusicPerformance::MusicToMIDI() this indicates that no note has been calculated because the music value has the note at a position higher than the top note of the chord. This applies only to DMUS_PLAYMODE_NORMALCHORD play mode. This success code indicates that the caller should not do anything with the note. It is not meant to be played against this chord. DMUS_S_UP_OCTAVE Returned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is below 0, so it has been bumped up one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code. DMUS_S_DOWN_OCTAVE Returned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is above 127, so it has been bumped down one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code. DMUS_S_NOBUFFERCONTROL Although the audio output from the port will be routed to the same device as the given DirectSound buffer, buffer controls such as pan and volume will not affect the output. DMUS_S_GARBAGE_COLLECTED The requested operation was not performed because during CollectGarbage the loader determined that the object had been released. E_PENDING The data necessary to complete this operation is not yet available. E_NOTIMPL The function called is not supported at this time E_NOINTERFACE The requested COM interface is not available E_POINTER Invalid pointer E_ABORT Operation aborted E_FAIL An undetermined error occurred E_UNEXPECTED Catastrophic failure CLASSFACTORY_E_FIRST This object does not support aggregation REGDB_E_CLASSNOTREG Class not registered CO_E_NOTINITIALIZED CoInitialize has not been called. CO_E_ALREADYINITIALIZED CoInitialize has already been called. DIERR_INSUFFICIENTPRIVS & VFW_E_INVALIDMEDIATYPE Unable to IDirectInputJoyConfig_Acquire because the user does not have sufficient privileges to change the joystick configuration. & An invalid media type was specified DIERR_DEVICEFULL & VFW_E_INVALIDSUBTYPE & DMO_E_INVALIDSTREAMINDEX The device is full. & An invalid media subtype was specified. DIERR_MOREDATA & VFW_E_NEED_OWNER & DMO_E_INVALIDTYPE Not all the requested information fit into the buffer. & This object can only be created as an aggregated object. DIERR_NOTDOWNLOADED & VFW_E_ENUM_OUT_OF_SYNC & DMO_E_TYPE_NOT_SET The effect is not downloaded. & The enumerator has become invalid. DIERR_HASEFFECTS & VFW_E_ALREADY_CONNECTED & DMO_E_NOTACCEPTING The device cannot be reinitialized because there are still effects attached to it. & At least one of the pins involved in the operation is already connected. DIERR_NOTEXCLUSIVEACQUIRED & VFW_E_FILTER_ACTIVE & DMO_E_TYPE_NOT_ACCEPTED The operation cannot be performed unless the device is acquired in DISCL_EXCLUSIVE mode. & This operation cannot be performed because the filter is active. DIERR_INCOMPLETEEFFECT & VFW_E_NO_TYPES & DMO_E_NO_MORE_ITEMS The effect could not be downloaded because essential information is missing. For example, no axes have been associated with the effect, or no type-specific information has been created. & One of the specified pins supports no media types. DIERR_NOTBUFFERED & VFW_E_NO_ACCEPTABLE_TYPES Attempted to read buffered device data from a device that is not buffered. & There is no common media type between these pins. DIERR_EFFECTPLAYING & VFW_E_INVALID_DIRECTION An attempt was made to modify parameters of an effect while it is playing. Not all hardware devices support altering the parameters of an effect while it is playing. & Two pins of the same direction cannot be connected together. DIERR_UNPLUGGED & VFW_E_NOT_CONNECTED The operation could not be completed because the device is not plugged in. & The operation cannot be performed because the pins are not connected. DIERR_REPORTFULL & VFW_E_NO_ALLOCATOR SendDeviceData failed because more information was requested to be sent than can be sent to the device. Some devices have restrictions on how much data can be sent to them. (For example, there might be a limit on the number of buttons that can be pressed at once.) & No sample buffer allocator is available. DIERR_MAPFILEFAIL & VFW_E_RUNTIME_DXERROR A mapper file function failed because reading or writing the user or IHV settings file failed. & A run-time error occurred. VFW_E_BUFFER_NOTSET No buffer space has been set VFW_E_BUFFER_OVERFLOW The buffer is not big enough. VFW_E_BADALIGN An invalid alignment was specified. VFW_E_ALREADY_COMMITTED Cannot change allocated memory while the filter is active. VFW_E_BUFFERS_OUTSTANDING One or more buffers are still active. VFW_E_NOT_COMMITTED Cannot allocate a sample when the allocator is not active. VFW_E_SIZENOTSET Cannot allocate memory because no size has been set. VFW_E_NO_CLOCK Cannot lock for synchronization because no clock has been defined. VFW_E_NO_SINK Quality messages could not be sent because no quality sink has been defined. VFW_E_NO_INTERFACE A required interface has not been implemented. VFW_E_NOT_FOUND An object or name was not found. VFW_E_CANNOT_CONNECT No combination of intermediate filters could be found to make the connection. VFW_E_CANNOT_RENDER No combination of filters could be found to render the stream. VFW_E_CHANGING_FORMAT Could not change formats dynamically. VFW_E_NO_COLOR_KEY_SET No color key has been set. VFW_E_NOT_OVERLAY_CONNECTION Current pin connection is not using the
IOverlay
transport. VFW_E_NOT_SAMPLE_CONNECTION Current pin connection is not using the IMemInputPin transp (…)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libdxerr8.a
77
Do you want to debug the application? Unexpected error encountred %hs(%Lu): %s (hr=%s(0x%Lx)) Unknown n/a S_OK The function completed successfully S_FALSE Call successful, but returned FALSE DXERROR_FILE_NOT_FOUND The system cannot find the file specified. DXERROR_PATH_NOT_FOUND The system cannot find the path specified. DXERROR_TOO_MANY_OPEN_FILES The system cannot open the file. DXERROR_ACCESS_DENIED Access is denied. DXERROR_INVALID_HANDLE The handle is invalid. DXERROR_NOT_ENOUGH_MEMORY Not enough storage is available to process this command. DXERROR_INVALID_BLOCK The storage control block address is invalid. DXERROR_BAD_ENVIRONMENT The environment is incorrect. DXERROR_BAD_FORMAT An attempt was made to load a program with an incorrect format. DXERROR_OUTOFMEMORY The system cannot find the drive specified. VFW_S_NO_MORE_ITEMS The end of the list has been reached. VFW_S_DUPLICATE_NAME An attempt to add a filter with a duplicate name succeeded with a modified name. VFW_S_STATE_INTERMEDIATE The state transition has not completed. VFW_S_PARTIAL_RENDER Some of the streams in this movie are in an unsupported format. VFW_S_SOME_DATA_IGNORED The file contained some property settings that were not used. VFW_S_CONNECTIONS_DEFERRED Some connections have failed and have been deferred. VFW_S_RESOURCE_NOT_NEEDED The resource specified is no longer needed. VFW_S_MEDIA_TYPE_IGNORED A connection could not be made with the media type in the persistent graph, but has been made with a negotiated media type. 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_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. VFW_S_NO_STOP_TIME The stop time for the sample was not set. VFW_S_NOPREVIEWPIN There was no preview pin available, so the capture pin output is being split to provide both capture and preview. VFW_S_DVD_NON_ONE_SEQUENTIAL The current title was not a sequential set of chapters (PGC) and the returned timing information might not be continuous. VFW_S_DVD_CHANNEL_CONTENTS_NOT_AVAILABLE The audio stream did not contain sufficient information to determine the contents of each channel. VFW_S_DVD_NOT_ACCURATE The seek into the movie was not frame accurate. DS_NO_VIRTUALIZATION The call succeeded, but we had to substitute the 3D algorithm DS_INCOMPLETE The call succeeded, but not all of the optional effects were obtained. DMUS_S_PARTIALLOAD The object could only load partially. This can happen if some components are not registered properly, such as embedded tracks and tools. This can also happen if some content is missing. For example, if a segment uses a DLS collection that is not in the loader's current search directory. DMUS_S_PARTIALDOWNLOAD Return value from IDirectMusicBand::Download() which indicates that some of the instruments safely downloaded, but others failed. This usually occurs when some instruments are on PChannels not supported by the performance or port. DMUS_S_REQUEUE Return value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should cue the PMsg again automatically. DMUS_S_FREE Return value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should free the PMsg automatically. DMUS_S_END Return value from IDirectMusicTrack::Play() which indicates to the segment that the track has no more data after mtEnd. DMUS_S_STRING_TRUNCATED Returned string has been truncated to fit the buffer size. DMUS_S_LAST_TOOL Returned from IDirectMusicGraph::StampPMsg() this indicates that the PMsg is already stamped with the last tool in the graph. The returned PMsg's tool pointer is now NULL. DMUS_S_OVER_CHORD Returned from IDirectMusicPerformance::MusicToMIDI() this indicates that no note has been calculated because the music value has the note at a position higher than the top note of the chord. This applies only to DMUS_PLAYMODE_NORMALCHORD play mode. This success code indicates that the caller should not do anything with the note. It is not meant to be played against this chord. DMUS_S_UP_OCTAVE Returned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is below 0, so it has been bumped up one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code. DMUS_S_DOWN_OCTAVE Returned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is above 127, so it has been bumped down one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code. DMUS_S_NOBUFFERCONTROL Although the audio output from the port will be routed to the same device as the given DirectSound buffer, buffer controls such as pan and volume will not affect the output. DMUS_S_GARBAGE_COLLECTED The requested operation was not performed because during CollectGarbage the loader determined that the object had been released. E_PENDING The data necessary to complete this operation is not yet available. E_NOTIMPL The function called is not supported at this time E_NOINTERFACE The requested COM interface is not available E_POINTER Invalid pointer E_ABORT Operation aborted E_FAIL An undetermined error occurred E_UNEXPECTED Catastrophic failure CLASS_E_NOAGGREGATION This object does not support aggregation REGDB_E_CLASSNOTREG Class not registered CO_E_NOTINITIALIZED CoInitialize has not been called. CO_E_ALREADYINITIALIZED CoInitialize has already been called. DIERR_INSUFFICIENTPRIVS & VFW_E_INVALIDMEDIATYPE Unable to IDirectInputJoyConfig_Acquire because the user does not have sufficient privileges to change the joystick configuration. & An invalid media type was specified DIERR_DEVICEFULL & VFW_E_INVALIDSUBTYPE The device is full. & An invalid media subtype was specified. DIERR_MOREDATA & VFW_E_NEED_OWNER Not all the requested information fit into the buffer. & This object can only be created as an aggregated object. DIERR_NOTDOWNLOADED & VFW_E_ENUM_OUT_OF_SYNC The effect is not downloaded. & The enumerator has become invalid. DIERR_HASEFFECTS & VFW_E_ALREADY_CONNECTED The device cannot be reinitialized because there are still effects attached to it. & At least one of the pins involved in the operation is already connected. DIERR_NOTEXCLUSIVEACQUIRED & VFW_E_FILTER_ACTIVE The operation cannot be performed unless the device is acquired in DISCL_EXCLUSIVE mode. & This operation cannot be performed because the filter is active. DIERR_INCOMPLETEEFFECT & VFW_E_NO_TYPES The effect could not be downloaded because essential information is missing. For example, no axes have been associated with the effect, or no type-specific information has been created. & One of the specified pins supports no media types. DIERR_NOTBUFFERED & VFW_E_NO_ACCEPTABLE_TYPES Attempted to read buffered device data from a device that is not buffered. & There is no common media type between these pins. DIERR_EFFECTPLAYING & VFW_E_INVALID_DIRECTION An attempt was made to modify parameters of an effect while it is playing. Not all hardware devices support altering the parameters of an effect while it is playing. & Two pins of the same direction cannot be connected together. DIERR_UNPLUGGED & VFW_E_NOT_CONNECTED The operation could not be completed because the device is not plugged in. & The operation cannot be performed because the pins are not connected. DIERR_REPORTFULL & VFW_E_NO_ALLOCATOR SendDeviceData failed because more information was requested to be sent than can be sent to the device. Some devices have restrictions on how much data can be sent to them. (For example, there might be a limit on the number of buttons that can be pressed at once.) & No sample buffer allocator is available. DIERR_MAPFILEFAIL & VFW_E_RUNTIME_DXERROR A mapper file function failed because reading or writing the user or IHV settings file failed. & A run-time error occurred. VFW_E_BUFFER_NOTSET No buffer space has been set VFW_E_BUFFER_OVERFLOW The buffer is not big enough. VFW_E_BADALIGN An invalid alignment was specified. VFW_E_ALREADY_COMMITTED Cannot change allocated memory while the filter is active. VFW_E_BUFFERS_OUTSTANDING One or more buffers are still active. VFW_E_NOT_COMMITTED Cannot allocate a sample when the allocator is not active. VFW_E_SIZENOTSET Cannot allocate memory because no size has been set. VFW_E_NO_CLOCK Cannot lock for synchronization because no clock has been defined. VFW_E_NO_SINK Quality messages could not be sent because no quality sink has been defined. VFW_E_NO_INTERFACE A required interface has not been implemented. VFW_E_NOT_FOUND An object or name was not found. VFW_E_CANNOT_CONNECT No combination of intermediate filters could be found to make the connection. VFW_E_CANNOT_RENDER No combination of filters could be found to render the stream. VFW_E_CHANGING_FORMAT Could not change formats dynamically. VFW_E_NO_COLOR_KEY_SET No color key has been set. VFW_E_NOT_OVERLAY_CONNECTION Current pin connection is not using the
IOverlay
transport. VFW_E_NOT_SAMPLE_CONNECTION Current pin connection is not using the IMemInputPin transp (…)
[
all
...]
libdxerr9.a
101
Do you want to debug the application? Unexpected error encountred %hs(%Lu): %s (hr=%s(0x%Lx)) Unknown n/a S_OK The function completed successfully S_FALSE Call successful, but returned FALSE DXERROR_FILE_NOT_FOUND The system cannot find the file specified. DXERROR_PATH_NOT_FOUND The system cannot find the path specified. DXERROR_TOO_MANY_OPEN_FILES The system cannot open the file. DXERROR_ACCESS_DENIED Access is denied. DXERROR_INVALID_HANDLE The handle is invalid. DXERROR_NOT_ENOUGH_MEMORY Not enough storage is available to process this command. DXERROR_INVALID_BLOCK The storage control block address is invalid. DXERROR_BAD_ENVIRONMENT The environment is incorrect. DXERROR_BAD_FORMAT An attempt was made to load a program with an incorrect format. DXERROR_OUTOFMEMORY The system cannot find the drive specified. End of stream. Sample not updated. VFW_S_NO_MORE_ITEMS The end of the list has been reached. VFW_S_DUPLICATE_NAME An attempt to add a filter with a duplicate name succeeded with a modified name. VFW_S_STATE_INTERMEDIATE The state transition has not completed. VFW_S_PARTIAL_RENDER Some of the streams in this movie are in an unsupported format. VFW_S_SOME_DATA_IGNORED The file contained some property settings that were not used. VFW_S_CONNECTIONS_DEFERRED Some connections have failed and have been deferred. VFW_S_RESOURCE_NOT_NEEDED The resource specified is no longer needed. VFW_S_MEDIA_TYPE_IGNORED A connection could not be made with the media type in the persistent graph, but has been made with a negotiated media type. 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_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. VFW_S_NO_STOP_TIME The stop time for the sample was not set. VFW_S_NOPREVIEWPIN There was no preview pin available, so the capture pin output is being split to provide both capture and preview. VFW_S_DVD_NON_ONE_SEQUENTIAL The current title was not a sequential set of chapters (PGC) and the returned timing information might not be continuous. VFW_S_DVD_CHANNEL_CONTENTS_NOT_AVAILABLE The audio stream did not contain sufficient information to determine the contents of each channel. VFW_S_DVD_NOT_ACCURATE The seek into the movie was not frame accurate. DV_FULLDUPLEX Full duplex DV_HALFDUPLEX Half duplex DV_PENDING Pending D3DOK_NOAUTOGEN The call succeeded but there won't be any mipmaps generated DS_NO_VIRTUALIZATION The call succeeded, but we had to substitute the 3D algorithm DMUS_S_PARTIALLOAD The object could only load partially. This can happen if some components are not registered properly, such as embedded tracks and tools. This can also happen if some content is missing. For example, if a segment uses a DLS collection that is not in the loader's current search directory. DMUS_S_PARTIALDOWNLOAD Return value from IDirectMusicBand::Download() which indicates that some of the instruments safely downloaded, but others failed. This usually occurs when some instruments are on PChannels not supported by the performance or port. DMUS_S_REQUEUE Return value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should cue the PMsg again automatically. DMUS_S_FREE Return value from IDirectMusicTool::ProcessPMsg() which indicates to the performance that it should free the PMsg automatically. DMUS_S_END Return value from IDirectMusicTrack::Play() which indicates to the segment that the track has no more data after mtEnd. DMUS_S_STRING_TRUNCATED Returned string has been truncated to fit the buffer size. DMUS_S_LAST_TOOL Returned from IDirectMusicGraph::StampPMsg() this indicates that the PMsg is already stamped with the last tool in the graph. The returned PMsg's tool pointer is now NULL. DMUS_S_OVER_CHORD Returned from IDirectMusicPerformance::MusicToMIDI() this indicates that no note has been calculated because the music value has the note at a position higher than the top note of the chord. This applies only to DMUS_PLAYMODE_NORMALCHORD play mode. This success code indicates that the caller should not do anything with the note. It is not meant to be played against this chord. DMUS_S_UP_OCTAVE Returned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is below 0, so it has been bumped up one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code. DMUS_S_DOWN_OCTAVE Returned from IDirectMusicPerformance::MIDIToMusic() and IDirectMusicPerformance::MusicToMIDI() this indicates that the note conversion generated a note value that is above 127, so it has been bumped down one or more octaves to be in the proper MIDI range of 0 through 127. Note that this is valid for MIDIToMusic() when using play modes DMUS_PLAYMODE_FIXEDTOCHORD and DMUS_PLAYMODE_FIXEDTOKEY, both of which store MIDI values in wMusicValue. With MusicToMIDI() it is valid for all play modes. Ofcourse, DMUS_PLAYMODE_FIXED will never return this success code. DMUS_S_NOBUFFERCONTROL Although the audio output from the port will be routed to the same device as the given DirectSound buffer, buffer controls such as pan and volume will not affect the output. DMUS_S_GARBAGE_COLLECTED The requested operation was not performed because during CollectGarbage the loader determined that the object had been released. E_PENDING The data necessary to complete this operation is not yet available. E_NOTIMPL The function called is not supported at this time E_NOINTERFACE The requested COM interface is not available E_POINTER Invalid pointer E_ABORT Operation aborted E_FAIL An undetermined error occurred E_UNEXPECTED Catastrophic failure CLASSFACTORY_E_FIRST This object does not support aggregation REGDB_E_CLASSNOTREG Class not registered CO_E_NOTINITIALIZED CoInitialize has not been called. CO_E_ALREADYINITIALIZED CoInitialize has already been called. DIERR_INSUFFICIENTPRIVS & VFW_E_INVALIDMEDIATYPE Unable to IDirectInputJoyConfig_Acquire because the user does not have sufficient privileges to change the joystick configuration. & An invalid media type was specified DIERR_DEVICEFULL & VFW_E_INVALIDSUBTYPE & DMO_E_INVALIDSTREAMINDEX The device is full. & An invalid media subtype was specified. DIERR_MOREDATA & VFW_E_NEED_OWNER & DMO_E_INVALIDTYPE Not all the requested information fit into the buffer. & This object can only be created as an aggregated object. DIERR_NOTDOWNLOADED & VFW_E_ENUM_OUT_OF_SYNC & DMO_E_TYPE_NOT_SET The effect is not downloaded. & The enumerator has become invalid. DIERR_HASEFFECTS & VFW_E_ALREADY_CONNECTED & DMO_E_NOTACCEPTING The device cannot be reinitialized because there are still effects attached to it. & At least one of the pins involved in the operation is already connected. DIERR_NOTEXCLUSIVEACQUIRED & VFW_E_FILTER_ACTIVE & DMO_E_TYPE_NOT_ACCEPTED The operation cannot be performed unless the device is acquired in DISCL_EXCLUSIVE mode. & This operation cannot be performed because the filter is active. DIERR_INCOMPLETEEFFECT & VFW_E_NO_TYPES & DMO_E_NO_MORE_ITEMS The effect could not be downloaded because essential information is missing. For example, no axes have been associated with the effect, or no type-specific information has been created. & One of the specified pins supports no media types. DIERR_NOTBUFFERED & VFW_E_NO_ACCEPTABLE_TYPES Attempted to read buffered device data from a device that is not buffered. & There is no common media type between these pins. DIERR_EFFECTPLAYING & VFW_E_INVALID_DIRECTION An attempt was made to modify parameters of an effect while it is playing. Not all hardware devices support altering the parameters of an effect while it is playing. & Two pins of the same direction cannot be connected together. DIERR_UNPLUGGED & VFW_E_NOT_CONNECTED The operation could not be completed because the device is not plugged in. & The operation cannot be performed because the pins are not connected. DIERR_REPORTFULL & VFW_E_NO_ALLOCATOR SendDeviceData failed because more information was requested to be sent than can be sent to the device. Some devices have restrictions on how much data can be sent to them. (For example, there might be a limit on the number of buttons that can be pressed at once.) & No sample buffer allocator is available. DIERR_MAPFILEFAIL & VFW_E_RUNTIME_DXERROR A mapper file function failed because reading or writing the user or IHV settings file failed. & A run-time error occurred. VFW_E_BUFFER_NOTSET No buffer space has been set VFW_E_BUFFER_OVERFLOW The buffer is not big enough. VFW_E_BADALIGN An invalid alignment was specified. VFW_E_ALREADY_COMMITTED Cannot change allocated memory while the filter is active. VFW_E_BUFFERS_OUTSTANDING One or more buffers are still active. VFW_E_NOT_COMMITTED Cannot allocate a sample when the allocator is not active. VFW_E_SIZENOTSET Cannot allocate memory because no size has been set. VFW_E_NO_CLOCK Cannot lock for synchronization because no clock has been defined. VFW_E_NO_SINK Quality messages could not be sent because no quality sink has been defined. VFW_E_NO_INTERFACE A required interface has not been implemented. VFW_E_NOT_FOUND An object or name was not found. VFW_E_CANNOT_CONNECT No combination of intermediate filters could be found to make the connection. VFW_E_CANNOT_RENDER No combination of filters could be found to render the stream. VFW_E_CHANGING_FORMAT Could not change formats dynamically. VFW_E_NO_COLOR_KEY_SET No color key has been set. VFW_E_NOT_OVERLAY_CONNECTION Current pin connection is not using the
IOverlay
transport. VFW_E_NOT_SAMPLE_CONNECTION Current pin connection is not using the IMemInputPin transp (…)
[
all
...]
Completed in 1393 milliseconds