Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.16 KB

nf-shellapi-netaddr_getallowtype.md

File metadata and controls

69 lines (57 loc) · 2.16 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shellapi.NetAddr_GetAllowType
NetAddr_GetAllowType macro (shellapi.h)
Retrieves the network address types that a specified network address control accepts.
NetAddr_GetAllowType
NetAddr_GetAllowType macro [Windows Shell]
_shell_NetAddr_GetAllowType
shell.NetAddr_GetAllowType
shellapi/NetAddr_GetAllowType
shell\NetAddr_GetAllowType.htm
shell
21533513-86c2-418b-ab62-3c1b2db9bc2f
12/05/2018
NetAddr_GetAllowType, NetAddr_GetAllowType macro [Windows Shell], _shell_NetAddr_GetAllowType, shell.NetAddr_GetAllowType, shellapi/NetAddr_GetAllowType
shellapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
NetAddr_GetAllowType
shellapi/NetAddr_GetAllowType
c++
APIRef
kbSyntax
HeaderDef
Shellapi.h
NetAddr_GetAllowType

NetAddr_GetAllowType macro

-description

Retrieves the network address types that a specified network address control accepts.

-parameters

-param hwnd [in]

A handle to the network address control.

-remarks

The returned mask is the criterion used to validate a network address in the macro NetAddr_GetAddress.

Use this macro for a network address control only. To instantiate, use the class msctls_netaddress defined in Shellapi.h. Call InitNetworkAddressControl at run time before calling this macro. This initializes the common controls library that contains the network address control.

-see-also

NetAddr_SetAllowType