Share via


IDVREngineHelpers::DeleteRecording (Windows Embedded CE 6.0)

1/6/2010

This method is used to delete a recording.

Syntax

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 Value

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

Windows Embedded CE Windows CE 5.0 Networked Media Device Feature Pack and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

IDVREngineHelpers Interface