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 "LsaGetLogonSessionData" in [All]

secur32

.

private static extern uint LsaGetLogonSessionData(IntPtr luid, out IntPtr ppLogonSessionData);

.

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

.

      LsaGetLogonSessionData(iter, out sessionData);

.
Documentation
[LsaGetLogonSessionData] on MSDN

Structures

.

   private static extern uint LsaGetLogonSessionData(IntPtr luid,  out IntPtr ppLogonSessionData);

.

Structure LsaGetLogonSessionData

.
Documentation
[LsaGetLogonSessionData] on MSDN
.

This structure is used by the LsaGetLogonSessionData function.


 
Access PInvoke.net directly from VS: