IDVREngineHelpers::CleanupOrphanedRecordings (Windows CE 5.0)

Send Feedback

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.

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 Values

Returns one of the following values.

Value Description
ERROR_SUCCESS The method was successful

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.