IStreamBufferConfigure::GetDirectory Method
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(
[out] LPWSTR *ppszDirectoryName
);
Parameters
- ppszDirectoryName [out]
Pointer to a variable that receives the fully qualified directory name.
Return Value
Returns an HRESULT. Possible values include those in the following table.
Return code | Description |
---|---|
S_OK |
The method succeeded. |
Remarks
The caller must free the returned string by calling CoTaskMemFree.
Requirements
Header | Declared in Sbe.h. |
See Also
IStreamBufferConfigure Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008