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

Namespace: 並行存取

請參閱

參考

location 類別