TRUSTEE (Structures)
Last changed: -202.32.254.242

.
Summary
Identifies the user account, group account, or logon session to which an ACE applies

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto, Pack=4)]
struct TRUSTEE
{
    IntPtr pMultipleTrustee; // must be null
    int MultipleTrusteeOperation;
    int TrusteeForm;
    int TrusteeType;
    string ptstrName;
}

VB Definition:

    <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Auto, Pack:=4)> _
    Public Structure TRUSTEE
    Dim pMultipleTrustee As IntPtr ' must be null
    Dim MultipleTrusteeOperation As Integer
    Dim TrusteeForm As Integer
    Dim TrusteeType As Integer
    Dim ptstrName As String
    End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation