IDVREngineHelpers::GetRecordingSizeOnDisk (Windows CE 5.0)
This method returns the size, in bytes, of a specified recording.
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 Values
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
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
Send Feedback on this topic to the authors