Share via


Windows Media Player 11 SDK IWMPCore::get_network 

Windows Media Player SDK banner art

Previous Next

IWMPCore::get_network

The get_network method retrieves a pointer to an IWMPNetwork interface.

Syntax

  

Parameters

ppQNI

[out]  Pointer to a pointer to an IWMPNetwork interface.

Return Values

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.

Remarks

Returns the network information handler

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next