次の方法で共有


IStreamBufferCapture::GetRecordingPath (Windows Embedded CE 6.0)

1/6/2010

This method is used to obtain the path to the root directory where recordings are currently being stored. You can reassign the root directory by calling IStreamBufferCapture::SetRecordingPath.

Syntax

HRESULT GetRecordingPath(
  LPOLESTR* ppszPath
);

Parameters

  • ppszPath
    [out] A pointer to an LPOLESTR value that points to the name of the root directory.

Return Value

Returns one of the following values.

Value Description

E_OUTOFMEMORY

Unable to allocate the memory for the root directory name.

S_OK

The method is successful.

Requirements

Windows Embedded CE Windows CE 5.0 Networked Media Device Feature Pack and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

IStreamBufferCapture Interface
IStreamBufferCapture::SetRecordingPath