___location::___location 构造函数

构造 ___location 对象。

___location();

___location(
   const ___location& _Src
);

___location(
   _Type _LocationType,
   unsigned int _Id,
   unsigned int _BindingId = 0,
   _Inout_opt_ void *_PBinding = NULL
);

参数

  • _Src

  • _LocationType

  • _Id

  • _BindingId

  • _PBinding

备注

默认构造的位置表示整个系统。

要求

**标头:**concrt.h

命名空间: 并发

请参见

参考

___location 类