Skip to content

Latest commit

 

History

History
119 lines (81 loc) · 4.55 KB

ne-secext-extended_name_format.md

File metadata and controls

119 lines (81 loc) · 4.55 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
NE:secext.EXTENDED_NAME_FORMAT
EXTENDED_NAME_FORMAT (secext.h)
Specifies a format for a directory service object name.
*PEXTENDED_NAME_FORMAT
EXTENDED_NAME_FORMAT
EXTENDED_NAME_FORMAT enumeration
NameCanonical
NameCanonicalEx
NameDisplay
NameDnsDomain
NameFullyQualifiedDN
NameSamCompatible
NameServicePrincipal
NameUniqueId
NameUnknown
NameUserPrincipal
PEXTENDED_NAME_FORMAT
PEXTENDED_NAME_FORMAT enumeration pointer
_win32_extended_name_format_str
base.extended_name_format_str
secext/EXTENDED_NAME_FORMAT
secext/NameCanonical
secext/NameCanonicalEx
secext/NameDisplay
secext/NameDnsDomain
secext/NameFullyQualifiedDN
secext/NameSamCompatible
secext/NameServicePrincipal
secext/NameUniqueId
secext/NameUnknown
secext/NameUserPrincipal
secext/PEXTENDED_NAME_FORMAT
base\extended_name_format_str.htm
winprog
1270c412-2fa5-4f5d-a86e-1ab3146c6683
12/05/2018
*PEXTENDED_NAME_FORMAT, EXTENDED_NAME_FORMAT, EXTENDED_NAME_FORMAT enumeration, NameCanonical, NameCanonicalEx, NameDisplay, NameDnsDomain, NameFullyQualifiedDN, NameSamCompatible, NameServicePrincipal, NameUniqueId, NameUnknown, NameUserPrincipal, PEXTENDED_NAME_FORMAT, PEXTENDED_NAME_FORMAT enumeration pointer, _win32_extended_name_format_str, base.extended_name_format_str, secext/EXTENDED_NAME_FORMAT, secext/NameCanonical, secext/NameCanonicalEx, secext/NameDisplay, secext/NameDnsDomain, secext/NameFullyQualifiedDN, secext/NameSamCompatible, secext/NameServicePrincipal, secext/NameUniqueId, secext/NameUnknown, secext/NameUserPrincipal, secext/PEXTENDED_NAME_FORMAT
secext.h
Security.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
EXTENDED_NAME_FORMAT, *PEXTENDED_NAME_FORMAT
19H1
PEXTENDED_NAME_FORMAT
secext/PEXTENDED_NAME_FORMAT
EXTENDED_NAME_FORMAT
secext/EXTENDED_NAME_FORMAT
c++
APIRef
kbSyntax
HeaderDef
Secext.h
EXTENDED_NAME_FORMAT

EXTENDED_NAME_FORMAT enumeration

-description

Specifies a format for a directory service object name.

-enum-fields

-field NameUnknown:0

An unknown name type.

-field NameFullyQualifiedDN:1

The fully qualified distinguished name (for example, CN=Jeff Smith,OU=Users,DC=Engineering,DC=Microsoft,DC=Com).

-field NameSamCompatible:2

A legacy account name (for example, Engineering\JSmith). The domain-only version includes trailing backslashes (\).

-field NameDisplay:3

A "friendly" display name (for example, Jeff Smith). The display name is not necessarily the defining relative distinguished name (RDN).

-field NameUniqueId:6

A GUID string that the IIDFromString function returns (for example, {4fa050f0-f561-11cf-bdd9-00aa003a77b6}).

-field NameCanonical:7

The complete canonical name (for example, engineering.microsoft.com/software/someone). The domain-only version includes a trailing forward slash (/).

-field NameUserPrincipal:8

The user principal name (for example, someone@example.com).

-field NameCanonicalEx:9

The same as NameCanonical except that the rightmost forward slash (/) is replaced with a new line character (\n), even in a domain-only case (for example, engineering.microsoft.com/software\nJSmith).

-field NameServicePrincipal:10

The generalized service principal name (for example, www/www.microsoft.com@microsoft.com).

-field NameDnsDomain:12

The DNS domain name followed by a backward-slash and the SAM user name.

-field NameGivenName:13

The first name or given name of the user. Note: This type is only available for GetUserNameEx calls for an Active Directory user.

-field NameSurname:14

The last name or surname of the user. Note: This type is only available for GetUserNameEx calls for an Active Directory user.

-see-also

GetComputerObjectName

GetUserNameEx

TranslateName