C# Definition:

[StructLayout( LayoutKind.Sequential )]
public struct UNLOAD_DLL_DEBUG_INFO
{
   public IntPtr lpBaseOfDll;
}

Última actualización