Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "TOKEN_TYPE" in [All]

Constants

.

    public const int ERROR_BAD_TOKEN_TYPE = 0x00000545;

.

        public const int ERROR_BAD_TOKEN_TYPE = 1349;

advapi32

.

    TOKEN_TYPE TokenType,

.

    Public Shared Function DuplicateTokenEx(hExistingToken As IntPtr, dwDesiredAccess As UInteger, lpTokenAttributes As IntPtr, ImpersonationLevel As SECURITY_IMPERSONATION_LEVEL, TokenType As TOKEN_TYPE, ByRef phNewToken As IntPtr) As Boolean

.

TOKEN_TYPE

Enums

.

    /// The buffer receives a TOKEN_TYPE value that indicates whether the token is a primary or impersonation token.

.
Summary
The TOKEN_TYPE enumeration type contains values that differentiate between a primary token and an impersonation token.
.

public enum TOKEN_TYPE {

.

Enum TOKEN_TYPE

.
Documentation
[TOKEN_TYPE] on MSDN

 
Access PInvoke.net directly from VS: