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



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

TSEMbuf

Record used in semop call.

Declaration

Source position: ipc.pp line 378

type TSEMbuf = record

  sem_num: cushort;

  

Number of the semaphore to perform operation on.

  sem_op: cshort;

  

Operation to perform on semaphore

  sem_flg: cshort;

  

Flags for operation.

end;

Description

The TSEMbuf record is used in the semop call, and is used to specify which operations you want to do.

Notes

 No notes exist for this page yet. 





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