Compartilhar via


IStreamBufferCapture::GetRecordingPath (Compact 2013)

3/26/2014

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

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IStreamBufferCapture Interface
IStreamBufferCapture::SetRecordingPath