共用方式為


mutex::native_handle 方法 (STL)

傳回表示 mutex 控制代碼的實作特定的型別。 Mutex 控制代碼可用來實作特定的方式。

native_handle_type native_handle();

傳回值

native_handle_type 定義為轉型為 void *的 Concurrency::critical_section * 。

需求

標題: mutex

命名空間: std

請參閱

參考

mutex 類別 (STL)

<mutex>