@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The RAS_USER_1 structure contains information for a particular Remote Access Service user. Used in conjunction with MprAdminuserXXXInfo functions to enable/disable Dialin (among other things). !!!!C# Definition: [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; }; !!!!VB Definition: Structure RAS_USER_1 Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: MAX_PHONE_NUMBER_LEN = 128 Documentation: RAS_USER_1@msdn on MSDN
Edit Structures.RAS_US...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.