IDVREngineHelpers::DeleteRecording (Windows CE 5.0)

Send Feedback

This method is used to delete a recording.

HRESULT DeleteRecording(  LPCOLESTR pszFileName);

Parameters

  • pszFileName
    [in] An LPCOLESTR value that points to the name of the file to delete. If the specified file is still part of the pause buffer then this method will not delete the file immediately.

Return Values

Returns one of the following values.

Value Description
E_ACCESSDENIED Indicates that the file was inaccessible because it was wither bound to a source filter for playback, or it was bound to a sink filter as a permanent recording.

To obtain extended error information, call GetLastError.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 5.0 with Windows CE 5.0 Networked Media Device Feature Pack

See Also

IDVREngineHelpers Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.