[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
struct RAS_1
{
public byte bfPrivilege;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = MAX_PHONE_NUMBER_LEN + 1)]
public string phonenumber;
public byte bfPrivilege2;
};
Structure RAS_USER_1
Public TODO
End Structure
None.
MAX_PHONE_NUMBER_LEN = 128
