Share via


IDVREngineHelpers::GetRecordingSizeOnDisk (Windows Embedded CE 6.0)

1/6/2010

This method returns the size, in bytes, of a specified recording.

Syntax

HRESULT GetRecordingSizeOnDisk(
  LPCOLESTR pszRecordingName,
  LONGLONG* pllBytes
);

Parameters

  • pszRecordingName
    [in] An LPCOLESTR value that points to the name of the recording.
  • pllBytes
    [out] A pointer to a LONGLONG value that gives the size of the recording, in bytes. The size of the recording includes all files in the recording set. This includes the index files, the data files, and any additional data that wound up in the data files as the result of transferring a temporary recording to a permanent recording.

Return Value

Returns one of the following values.

Value Description

E_FAIL

The name of the recording is invalid or otherwise inaccessible.

S_OK

The method is successful.

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