Skip to content

Latest commit

 

History

History
71 lines (62 loc) · 2.94 KB

ns-winnetwk-universal_name_infow.md

File metadata and controls

71 lines (62 loc) · 2.94 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:winnetwk._UNIVERSAL_NAME_INFOW
UNIVERSAL_NAME_INFOW (winnetwk.h)
The UNIVERSAL_NAME_INFO structure contains information about the UNC form of a universal name. It is used by the NPGetUniversalName function. (Unicode)
*LPUNIVERSAL_NAME_INFOW
LPUNIVERSAL_NAME_INFO
LPUNIVERSAL_NAME_INFO structure pointer [Security]
UNIVERSAL_NAME_INFO
UNIVERSAL_NAME_INFO structure [Security]
UNIVERSAL_NAME_INFOA
UNIVERSAL_NAME_INFOW
_mnp_universal_name_info
security.universal_name_info
winnetwk/LPUNIVERSAL_NAME_INFO
winnetwk/UNIVERSAL_NAME_INFO
winnetwk/UNIVERSAL_NAME_INFOA
winnetwk/UNIVERSAL_NAME_INFOW
security\universal_name_info.htm
security
505bcd3e-4043-4856-9a6f-a6f074dc6076
12/05/2018
*LPUNIVERSAL_NAME_INFOW, LPUNIVERSAL_NAME_INFO, LPUNIVERSAL_NAME_INFO structure pointer [Security], UNIVERSAL_NAME_INFO, UNIVERSAL_NAME_INFO structure [Security], UNIVERSAL_NAME_INFOA, UNIVERSAL_NAME_INFOW, _mnp_universal_name_info, security.universal_name_info, winnetwk/LPUNIVERSAL_NAME_INFO, winnetwk/UNIVERSAL_NAME_INFO, winnetwk/UNIVERSAL_NAME_INFOA, winnetwk/UNIVERSAL_NAME_INFOW
winnetwk.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
UNIVERSAL_NAME_INFOW (Unicode) and UNIVERSAL_NAME_INFOA (ANSI)
Windows
UNIVERSAL_NAME_INFOW, *LPUNIVERSAL_NAME_INFOW
19H1
_UNIVERSAL_NAME_INFOW
winnetwk/_UNIVERSAL_NAME_INFOW
LPUNIVERSAL_NAME_INFOW
winnetwk/LPUNIVERSAL_NAME_INFOW
UNIVERSAL_NAME_INFOW
winnetwk/UNIVERSAL_NAME_INFOW
c++
APIRef
kbSyntax
HeaderDef
Winnetwk.h
UNIVERSAL_NAME_INFO
UNIVERSAL_NAME_INFOA
UNIVERSAL_NAME_INFOW

UNIVERSAL_NAME_INFOW structure

-description

The UNIVERSAL_NAME_INFO structure contains information about the UNC form of a universal name. It is used by the NPGetUniversalName function.

-struct-fields

-field lpUniversalName

If the provider supports a universal name, it will return that here.

-remarks

Note

The winnetwk.h header defines UNIVERSAL_NAME_INFO as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.