Share via


IStreamBufferConfigure3::GetStartRecConfig 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 GetStartRecConfig method queries whether the IStreamBufferRecordControl::Start method automatically stops the current recording.

Syntax

HRESULT GetStartRecConfig(
  [out] BOOL *pfStartStopsCur
);

Parameters

[out] pfStartStopsCur

Receives a Boolean value. If TRUE, the Start method automatically stops the current recording. Otherwise, the Start method fails if another recording is in progress.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Requirements

Requirement Value
Minimum supported client Windows�Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h

See also

IStreamBufferConfigure3 Interface