C# Definition:

[StructLayout( LayoutKind.Sequential )]
public struct OUTPUT_DEBUG_STRING_INFO
{
   [MarshalAs( UnmanagedType.LPStr )] public string lpDebugStringData;
   public ushort fUnicode;
   public ushort nDebugStringLength;
}

Última actualización