Skip to content

Latest commit

 

History

History
81 lines (65 loc) · 2.2 KB

ns-shellapi-nc_address.md

File metadata and controls

81 lines (65 loc) · 2.2 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
NS:shellapi.tagNC_ADDRESS
NC_ADDRESS (shellapi.h)
Contains information that describes a network address.
*PNC_ADDRESS
NC_ADDRESS
NC_ADDRESS structure [Windows Shell]
PNC_ADDRESS
PNC_ADDRESS structure pointer [Windows Shell]
_shell_NC_ADDRESS
shell.NC_ADDRESS
shellapi/NC_ADDRESS
shellapi/PNC_ADDRESS
shell\NC_ADDRESS.htm
shell
1dfb0f6a-3aa5-486b-bbd0-8a24070bca19
12/05/2018
*PNC_ADDRESS, NC_ADDRESS, NC_ADDRESS structure [Windows Shell], PNC_ADDRESS, PNC_ADDRESS structure pointer [Windows Shell], _shell_NC_ADDRESS, shell.NC_ADDRESS, shellapi/NC_ADDRESS, shellapi/PNC_ADDRESS
shellapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
NC_ADDRESS, *PNC_ADDRESS
19H1
tagNC_ADDRESS
shellapi/tagNC_ADDRESS
PNC_ADDRESS
shellapi/PNC_ADDRESS
NC_ADDRESS
shellapi/NC_ADDRESS
c++
APIRef
kbSyntax
HeaderDef
Shellapi.h
NC_ADDRESS

NC_ADDRESS structure

-description

Contains information that describes a network address.

-struct-fields

-field pAddrInfo

Type: NET_ADDRESS_INFO*

A pointer to a NET_ADDRESS_INFO structure that describes the network address, either a named address or an IP address.

-field PortNumber

Type: USHORT

The network port number, if the address described by pAddrInfo is an IP address.

-field PrefixLength

Type: BYTE

The prefix length corresponding to the address, if the address described by pAddrInfo is an IP address.

-remarks

This structure is sent with the NetAddr_GetAddress macro.