Hi,

Does anyone know how to call the Win32 Native API GetTokenInformation() in
C# language?

Thanks!

Re: How to call GetTokenInformation in C# by Chris

Chris
Wed Aug 06 11:22:23 CDT 2003

You'll want to use P/Invoke to call an unmanage API. Samples here:
http://www.dotnetinterop.com/samples.aspx

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
"Vincent Nguyen" <vdnguyen@intel.com> wrote in message
news:u7VE994WDHA.2388@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> Does anyone know how to call the Win32 Native API GetTokenInformation() in
> C# language?
>
> Thanks!
>
>



Re: How to call GetTokenInformation in C# by Vincent

Vincent
Wed Aug 06 18:13:32 CDT 2003

Is there any example for get the TOKEN_GROUPS information a user? I
couldn't find one.


"Chris Jackson" <chrisj@mvps.org> wrote in message
news:u0qZsbDXDHA.1280@tk2msftngp13.phx.gbl...
> You'll want to use P/Invoke to call an unmanage API. Samples here:
> http://www.dotnetinterop.com/samples.aspx
>
> --
> Chris Jackson
> Software Engineer
> Microsoft MVP - Windows XP
> Windows XP Associate Expert
> --
> "Vincent Nguyen" <vdnguyen@intel.com> wrote in message
> news:u7VE994WDHA.2388@TK2MSFTNGP11.phx.gbl...
> > Hi,
> >
> > Does anyone know how to call the Win32 Native API GetTokenInformation()
in
> > C# language?
> >
> > Thanks!
> >
> >
>
>