Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The GetStreamTransparentmethod determines whether a stream is transparent.

Syntax

HRESULT GetStreamTransparent(
   BOOL *pbStreamTransparent
);

Parameters

Value Description

pbStreamTransparent

[out] Pointer to a value indicating whether the stream is transparent. TRUE indicates transparent stream; FALSE indicates not a transparent stream.

Return Value

Returns an HRESULT value. Possible values include the following:

Value Description

E_FAIL

Failure.

E_POINTER

Null pointer argument.

E_NOTIMPL

Method is not supported.

S_OK

Success.

See Also