@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] struct FAX_PRINT_INFO { public uint SizeOfStruct; [MarshalAs(UnmanagedType.LPTStr)] public string DocName; [MarshalAs(UnmanagedType.LPTStr)] public string RecipientName; [MarshalAs(UnmanagedType.LPTStr)] public string RecipientNumber; [MarshalAs(UnmanagedType.LPTStr)] public string SenderName; [MarshalAs(UnmanagedType.LPTStr)] public string SenderCompany; [MarshalAs(UnmanagedType.LPTStr)] public string SenderDept; [MarshalAs(UnmanagedType.LPTStr)] public string SenderBillingCode; [MarshalAs(UnmanagedType.LPTStr)] private string Reserved; [MarshalAs(UnmanagedType.LPTStr)] public string DrEmailAddress; [MarshalAs(UnmanagedType.LPTStr)] public string OutputFileName; } !!!!VB Definition: !!!!User-Defined Field Types: None. !!!!Notes: Reserved is private because it must be NULL. Documentation: FAX_PRINT_INFO@msdn on MSDN
Edit Structures.FAX_PR...
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.