struct TRUSTEE {
public TODO;
}
<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
None.
Definition from the API
'typedef struct _TRUSTEE {
' PTRUSTEE pMultipleTrustee;
' MULTIPLE_TRUSTEE_OPERATION MultipleTrusteeOperation;
' TRUSTEE_FORM TrusteeForm;
' TRUSTEE_TYPE TrusteeType;
' LPTSTR ptstrName;
'} TRUSTEE, *PTRUSTEE;