Share via


___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