@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Definition: [StructLayoutAttribute(LayoutKind.Sequential, CharSet=CharSet.Auto)] struct DVTARGETDEVICE { [MarshalAs(UnmanagedType.U4)] public int tdSize; [MarshalAs(UnmanagedType.U2)] public short tdDriverNameOffset; [MarshalAs(UnmanagedType.U2)] public short tdDeviceNameOffset; [MarshalAs(UnmanagedType.U2)] public short tdPortNameOffset; [MarshalAs(UnmanagedType.U2)] public short tdExtDevmodeOffset; [MarshalAs(UnmanagedType.LPArray, SizeConst=1)] public byte[] tdData; } !!!!VB Definition: Structure DVTARGETDEVICE Public TODO End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: DVTARGETDEVICE@msdn on MSDN
Edit Structures.DVTARG...
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.