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
Download Visual Studio Add-In

Search Results for "LsaEnumerateLogonSessions" in [All]

secur32

.

private static extern NtStatus LsaEnumerateLogonSessions(out uint LogonSessionCount, out IntPtr LogonSessionList);

.

Declare Function LsaEnumerateLogonSessions Lib "secur32.dll" (TODO) As TODO

.
Documentation
[LsaEnumerateLogonSessions] on MSDN
.

private static extern uint LsaEnumerateLogonSessions(out UInt64 LogonSessionCount, out IntPtr LogonSessionList);

.

  LsaEnumerateLogonSessions(out count, out luidPtr);  //gets an array of pointers to LUIDs


 
Access PInvoke.net directly from VS: