共用方式為


mutex::native_handle 方法 (STL)

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

native_handle_type native_handle();

傳回值

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

需求

標題: Mutex

命名空間: 可以

請參閱

參考

mutex Class (STL)

<mutex>