@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The TOKEN_TYPE enumeration type contains values that differentiate between a primary token and an impersonation token. !!!!C# Definition: public enum TOKEN_TYPE { TokenPrimary = 1, TokenImpersonation } !!!!VB Definition: Enum TOKEN_TYPE TokenPrimary = 1 TokenImpersonation End Enum !!!!Notes: None. Documentation: TOKEN_TYPE@msdn on MSDN
Edit Enums.TOKEN_TYPE
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.