location::location Constructor

Constructs a location object.

location();

location(
   const location& _Src
);

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

Parameters

  • _Src

  • _LocationType

  • _Id

  • _BindingId

  • _PBinding

Remarks

A default constructed location represents the system as a whole.

Requirements

Header: concrt.h

Namespace: concurrency

See Also

Reference

location Class