Share via


BthAGNetworkInit (Windows Embedded CE 6.0)

1/6/2010

This function is called by the Audio Gateway (AG) service to initialize the Network module.

Syntax

DWORD BthAGNetworkInit(
  HINSTANCE hInstance
);

Parameters

  • hInstance
    [in] Handle to the AG service instance.

Return Value

If the function call succeeds, the return value is ERROR_SUCCESS. Any other value indicates a failure.

Remarks

BthAGNetworkInit returns synchronously.

Requirements

Header btagpub.h
Library Btagsvc_network.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Bluetooth OS Functions
Network Component