Unit 'LCLIntf' Package
[Overview][Types][Procedures and functions][Variables][Index] [#lcl]

DeleteCriticalSection

Deletes an unowned critical section.

Declaration

Source position: winapih.inc line 74

procedure DeleteCriticalSection(

  var CritSection: PtrUInt

);

Errors

Results are unpredictable when the section is owned, i.e. has been entered but not yet left.