[StructLayout( LayoutKind.Sequential )] public struct OUTPUT_DEBUG_STRING_INFO { [MarshalAs( UnmanagedType.LPStr )] public string lpDebugStringData; public ushort fUnicode; public ushort nDebugStringLength; }
Última actualización hace 1 año