SyncObjs.TMutex のコンストラクタ

From RAD Studio VCL Documentation (Japanese)
Jump to: navigation, search

Delphi の情報

constructor Create(UseCOMWait: Boolean = False);

TMutex オブジェクトをインスタンス化します。

constructor Create(MutexAttributes: PSecurityAttributes;

InitialOwner: Boolean; const Name: string;

UseCOMWait: Boolean = False);

TMutex オブジェクトをインスタンス化します。

constructor Create(DesiredAccess: Cardinal;

InheritHandle: Boolean; const Name: string;

UseCOMWait: Boolean = False);

TMutex オブジェクトをインスタンス化します。


ユニット: SyncObjs

種類: コンストラクタ

可視性: public

所属クラス: TMutex

C++ の情報

Syncobjs::TMutex * __fastcall TMutex(bool UseCOMWait);

TMutex オブジェクトをインスタンス化します。

Syncobjs::TMutex * __fastcall TMutex(_SECURITY_ATTRIBUTES * MutexAttributes,

bool InitialOwner, System::UnicodeString Name,

bool UseCOMWait);

TMutex オブジェクトをインスタンス化します。

Syncobjs::TMutex * __fastcall TMutex(unsigned int DesiredAccess,

bool InheritHandle, System::UnicodeString Name,

bool UseCOMWait);

TMutex オブジェクトをインスタンス化します。

virtual void __fastcall ~TMutex(void);


ユニット: SyncObjs

種類: デストラクタ

可視性: public

所属クラス: TMutex


説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。

Personal tools