@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] private 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; } // _FAX_PRINT_INFO !!!!VB Signature: None !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: FAX_PRINT_INFO@msdn on MSDN
Edit winfax.FAX_PRINT_...
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.