Unit 'ipc' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

TSEMun

Record used in semctl call.

Declaration

Source position: ipc.pp line 861

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;


Documentation generated on: Jul 24 2023