Expand Minimize
This topic has not yet been rated - Rate this topic

InitNetworkAddressControl function

Initializes the network address control window class.

Syntax


BOOL InitNetworkAddressControl(void);

Parameters

This function has no parameters.

Return value

Type: BOOL

TRUE if the initialization succeeded; or FALSE otherwise.

Remarks

The network address control looks like an edit control and offers the additional functionality of network address verification. The control uses a balloon tip to display error messages.

This function initializes class WC_NETADDRESS. If this function returns TRUE, the control can be created.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shellapi.h

DLL

Shell32.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.