IStreamBufferConfigure::GetDirectory
Microsoft DirectShow 9.0 |
IStreamBufferConfigure::GetDirectory
This topic applies only to Windows XP Service Pack 1 or later.
The GetDirectory method retrieves the directory where backing files are saved.
Syntax
HRESULT GetDirectory( LPWSTR* ppszDirectoryName );
Parameters
ppszDirectoryName
[out] Pointer to a variable that receives the fully qualified directory name.
Return Values
Returns an HRESULT. Possible values include those in the following table.
Value | Description |
S_OK | The method succeeded. |
Remarks
The caller must free the returned string by calling CoTaskMemFree.
Requirements
Header: Include Sbe.h.
See Also