Windows Media Format SDK banner art
PreviousNext

IWMReaderAdvanced::GetReceiveSelectionCallbacks

The GetReceiveSelectionCallbacks method retrieves a flag that indicates whether receiving selection callbacks has been specified.

Syntax

HRESULT GetReceiveSelectionCallbacks(
  BOOL*  pfGetCallbacks
);

Parameters

  pfGetCallbacks

[in]  Pointer to a flag indicating whether stream selection callbacks are sent to IWMReaderCallbackAdvanced::OnStreamSelection.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Return code Meaning
E_POINTER The pfGetCallbacks parameter is NULL.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.