@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Enumeration indicates the type of token linked to the token being queried by GetTokenInformation !!!!C# Definition: enum TOKEN_ELEVATION_TYPE { TokenElevationTypeDefault = 1, TokenElevationTypeFull, TokenElevationTypeLimited } !!!!VB Definition: Enum TOKEN_ELEVATION_TYPE TokenElevationTypeDefault = 1 TokenElevationTypeFull TokenElevationTypeLimited End Enum !!!!Notes: None. Documentation: MSDN http://msdn2.microsoft.com/en-us/library/bb530718.aspx
Edit Enums.TOKEN_ELEVA...
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.