RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMutex.Create Constructor (LongWord, Boolean, string, Boolean)
Pascal
constructor Create(DesiredAccess: LongWord; InheritHandle: Boolean; const Name: string; UseCOMWait: Boolean = False); overload;
C++
__fastcall TMutex(LongWord DesiredAccess, Boolean InheritHandle, const AnsiString Name, Boolean UseCOMWait = False);

This is Create, a member of class TMutex.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!