IMiniportStreamAudioEngineNode::SetStreamCurrentWritePosition method (portcls.h)

Sets the current cursor position in the audio data stream that is being captured from the endpoint.

Syntax

NTSTATUS SetStreamCurrentWritePosition(
  [in] ULONG ulCurrentWritePosition
);

Parameters

[in] ulCurrentWritePosition

The current cursor position in the audio data stream.

Return value

SetStreamCurrentWritePosition returns S_OK, if the call was successful. Otherwise, the method returns an appropriate error code.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Universal
Header portcls.h

See also

IMiniportStreamAudioEngineNode