.
C# Definition:
[DllImport("Secur32.dll", SetLastError = false)]
private static extern uint LsaGetLogonSessionData(IntPtr luid, out IntPtr ppLogonSessionData);
VB Definition:
Structure LsaGetLogonSessionData
Public TODO
End Structure
User-Defined Field Types:
None.
Notes:
None.
