Unit 'nds9' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libndsfpc]

DLDI_INTERFACE

Declaration

Source position: dldi.inc line 16

type DLDI_INTERFACE = packed record

  magicNumber: cuint32;

  magicString: array [0..DLDI_MAGIC_STRING_LEN-1] of cchar;

  versionNumber: cuint8;

  driverSize: cuint8;

  fixSectionsFlags: cuint8;

  allocatedSize: cuint8;

  friendlyName: array [0..DLDI_FRIENDLY_NAME_LEN-1] of cchar;

  dldiStart: pointer;

  dldiEnd: pointer;

  interworkStart: pointer;

  interworkEnd: pointer;

  gotStart: pointer;

  gotEnd: pointer;

  bssStart: pointer;

  bssEnd: pointer;

  ioInterface: DISC_INTERFACE;

end;


Documentation generated on: 2023-03-18