IStreamBufferCapture::GetRecordingPath (Windows CE 5.0)
This method is used to obtain the path to the root directory where recordings are currently being stored. You can reassign the root directory by calling IStreamBufferCapture::SetRecordingPath.
HRESULT GetRecordingPath( LPOLESTR* ppszPath);
Parameters
- ppszPath
[out] A pointer to an LPOLESTR value that points to the name of the root directory.
Return Values
Returns one of the following values.
Value | Description |
---|---|
E_OUTOFMEMORY | Unable to allocate the memory for the root directory name. |
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
IStreamBufferCapture Interface | IStreamBufferCapture::SetRecordingPath
Send Feedback on this topic to the authors