[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGMutex

Declaration

Source position: lazglib2.pas line 1942

type TGMutex = record

  case LongInt of

    0: (

        p: gpointer;

  

      );

    1: (

        i: array [0..1] of guint;

  

      );

end;