Edit

Share via


NetAddr_DisplayErrorTip macro (shellapi.h)

Displays an error message in the balloon tip associated with the network address control.

Syntax

HRESULT NetAddr_DisplayErrorTip(
  [in]  HWND hwnd
);

Parameters

[in] hwnd

A handle to the network address control.

Return value

Type: HRESULT

Remarks

Call this macro to display an error message when an address typed into the control does not validate against the allowed network address types set with macro NetAddr_SetAllowType. Use the macro NetAddr_GetAddress to validate the address.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shellapi.h

See also

NetAddr_GetAllowType