help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'oldlinux' (#rtl)

tmmapargs

Record containing mmap args.

Declaration

Source position: oldlinux.pp line 1536

type tmmapargs = record

  address: LongInt;

  

Address pointer

  size: LongInt;

  

Size of region.

  prot: LongInt;

  

Memory protection flags

  flags: LongInt;

  

Flags

  fd: LongInt;

  

File descriptor

  offset: LongInt;

  

Offset: Multiple of page size

end;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505