Share via


RegisterIPClass

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function registers the IP address window class that is displayed in the network connections user interface.

Syntax

void RegisterIPClass(
  HINSTANCE hInst
);

Parameters

  • hInst
    [in] A handle to a handle to the dynamic-link library that holds the IP address window class.

Return Value

None.

Remarks

This function is exported from netui.def.

Requirements

Header netui.h
Library Netui.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

UnregisterIPClass

Other Resources

Network User Interface Functions