Share via


IDVREngineHelpers::CleanupOrphanedRecordings (Windows Embedded CE 6.0)

1/6/2010

This method deletes any recordings in the specified directory that have been left unfinished as the result of an unexpected power failure or system crash. These types of recordings are sometimes referred to as orphaned recordings.

Syntax

HRESULT CleanupOrphanedRecordings(
  LPCOLESTR pszDirName
);

Parameters

  • pszDirName
    [in] An LPCOLESTR value that points to the name of the directory that should be cleaned of orphaned recordings.

Return Value

Returns one of the following values.

Value Description

ERROR_SUCCESS

The method was successful

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