|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
| -
| Header File
| winnt.h
| Unicode
| No
| Platform Notes
| None
|
|
|
TOKEN_SOURCE
The TOKEN_SOURCE structure identifies the source of an access token.
typedef struct _TOKEN_SOURCE { // ts
Char Sourcename[8];
LUID SourceIdentifier;
} TOKEN_SOURCE;
Members
SourceName
Specifies an 8-byte character string used to identify the source of an access
token. This is used to distinguish between such sources as Session Manager, LAN
Manager, and RPC Server. A string, rather than a constant, is used to identify
the source so users and developers can make extensions to the system, such as
by adding other networks, that act as the source of access tokens.
SourceIdentifier
Specifies a locally unique identifier (LUID) provided by the source component
named by the SourceName member. This value aids the source component in relating context blocks, such
as session-control structures, to the token. This value is typically, but not
necessarily, an LUID.
See Also
GetTokenInformation, LUID, TOKEN_CONTROL, TOKEN_DEFAULT_DACL, TOKEN_GROUPS, TOKEN_INFORMATION_CLASS, TOKEN_OWNER, TOKEN_PRIMARY_GROUP, TOKEN_PRIVILEGES, TOKEN_STATISTICS, TOKEN_TYPE, TOKEN_USER
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|