OUTPUT_DEBUG_STRING_INFO (Structures)
Last changed: anonymous

.
Summary

C# Definition:

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

User-Defined Field Types:

None.

Notes:

None.

Documentation