Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
The GetDirectory method retrieves the directory where backing files are saved.
Syntax
HRESULT GetDirectory(
[out] LPWSTR *ppszDirectoryName
);
Parameters
[out] ppszDirectoryName
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 |
|---|---|
|
The method succeeded. |
Remarks
The caller must free the returned string by calling CoTaskMemFree.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows�XP with SP1 [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | sbe.h |