LOAD_DLL_DEBUG_INFO (Structures)
Last changed: anonymous

.
Summary

C# Definition:

[StructLayout( LayoutKind.Sequential )]
public struct LOAD_DLL_DEBUG_INFO
{
   public IntPtr hFile;
   public IntPtr lpBaseOfDll;
   public uint dwDebugInfoFileOffset;
   public uint nDebugInfoSize;
   public IntPtr lpImageName;
   public ushort fUnicode;
}

User-Defined Field Types:

None.

Notes:

None.

Documentation