SESSION_INFO_502 (Structures)
Last changed: -62.84.218.100

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
struct SESSION_INFO_502
{
    [MarshalAs(UnmanagedType.LPWStr)]
    string sesi502_cname;
    [MarshalAs(UnmanagedType.LPWStr)]
    string sesi502_username;
    int sesi502_num_opens;
    int sesi502_time;
    int sesi502_idle_time;
    int sesi502_user_flags;
    [MarshalAs(UnmanagedType.LPWStr)]
    string sesi502_cltype_name;
    [MarshalAs(UnmanagedType.LPWStr)]
    string sesi502_transport;
}

VB Definition:

Structure SESSION_INFO_502
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation