Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DataWriter.DetachStream Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Detaches the stream that is associated with the data writer.

public:
 virtual IOutputStream ^ DetachStream() = DetachStream;
IOutputStream DetachStream();
public IOutputStream DetachStream();
function detachStream()
Public Function DetachStream () As IOutputStream

Returns

The detached stream.

Implements

Remarks

If a write operation is in progress when an application attempts to detach the stream, the call will fail with the error HRESULT_FROM_WIN32(ERROR_INVALID_OPERATION).

Applies to


Feedback

Was this page helpful?