Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
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
Include Sbe.h.
See Also