mutex::native_handle 方法 (STL)
返回表示 mutex 处理的特定于实现的类型。 mutex 句柄可用于特定于实现的方式。
native_handle_type native_handle();
返回值
native_handle_type 定义为被强制转换为 void *的 Concurrency::critical_section * 。
要求
**标头:**mutex
**命名空间:**std
返回表示 mutex 处理的特定于实现的类型。 mutex 句柄可用于特定于实现的方式。
native_handle_type native_handle();
native_handle_type 定义为被强制转换为 void *的 Concurrency::critical_section * 。
**标头:**mutex
**命名空间:**std