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



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

TSEMun

Record used in semctl call.

Declaration

Source position: ipc.pp line 409

type TSEMun = record

  case cint of

    0: (

        val: cint;

  

Current value

      );

    1: (

        buf: PSEMid_ds;

  

Buffer

      );

    2: (

        arr: PWord;

  

Array

      );

    3: (

        padbuf: PSEMinfo;

  

Size padding

      );

    4: (

        padpad: pointer;

  

Size padding

      );

end;

Notes

 No notes exist for this page yet. 





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