Share via


IStreamBufferConfigure::GetDirectory method (sbe.h)

[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
S_OK
The method succeeded.

Remarks

The caller must free the returned string by calling CoTaskMemFree.

Requirements

   
Minimum supported client Windows�XP with SP1 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h

See also

IStreamBufferConfigure Interface