Skip to content

Latest commit

 

History

History
79 lines (66 loc) · 3.37 KB

ns-winnetwk-remote_name_infow.md

File metadata and controls

79 lines (66 loc) · 3.37 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._REMOTE_NAME_INFOW
REMOTE_NAME_INFOW (winnetwk.h)
The REMOTE_NAME_INFO structure contains information about the remote form of a universal name. It is used by the NPGetUniversalName function. (Unicode)
*LPREMOTE_NAME_INFOW
LPREMOTE_NAME_INFO
LPREMOTE_NAME_INFO structure pointer [Security]
REMOTE_NAME_INFO
REMOTE_NAME_INFO structure [Security]
REMOTE_NAME_INFOA
REMOTE_NAME_INFOW
_mnp_remote_name_info
security.remote_name_info
winnetwk/LPREMOTE_NAME_INFO
winnetwk/REMOTE_NAME_INFO
winnetwk/REMOTE_NAME_INFOA
winnetwk/REMOTE_NAME_INFOW
security\remote_name_info.htm
security
5dec0c40-757e-4c3b-8442-23f6d0f0e670
12/05/2018
*LPREMOTE_NAME_INFOW, LPREMOTE_NAME_INFO, LPREMOTE_NAME_INFO structure pointer [Security], REMOTE_NAME_INFO, REMOTE_NAME_INFO structure [Security], REMOTE_NAME_INFOA, REMOTE_NAME_INFOW, _mnp_remote_name_info, security.remote_name_info, winnetwk/LPREMOTE_NAME_INFO, winnetwk/REMOTE_NAME_INFO, winnetwk/REMOTE_NAME_INFOA, winnetwk/REMOTE_NAME_INFOW
winnetwk.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
REMOTE_NAME_INFOW (Unicode) and REMOTE_NAME_INFOA (ANSI)
Windows
REMOTE_NAME_INFOW, *LPREMOTE_NAME_INFOW
19H1
_REMOTE_NAME_INFOW
winnetwk/_REMOTE_NAME_INFOW
LPREMOTE_NAME_INFOW
winnetwk/LPREMOTE_NAME_INFOW
REMOTE_NAME_INFOW
winnetwk/REMOTE_NAME_INFOW
c++
APIRef
kbSyntax
HeaderDef
Winnetwk.h
REMOTE_NAME_INFO
REMOTE_NAME_INFOA
REMOTE_NAME_INFOW

REMOTE_NAME_INFOW structure

-description

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

-struct-fields

-field lpUniversalName

Pointer to the universal name if the provider supports universal names. Otherwise, this points to NULL.

-field lpConnectionName

Pointer to a string containing the remote name used to make the connection. This string does not have a trailing backslash.

-field lpRemainingPath

Pointer to the remaining path that must to be concatenated to a drive letter after a connection is established by means of lpConnectionName, to refer to the object specified during the call to NPGetUniversalName. This string has a backslash at the start of the path.

-remarks

Note

The winnetwk.h header defines REMOTE_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.