EbsOpen Class Library for EBSILON®Professional

Application.SetProcessAffinityMaskLower32Upper32 Method 

Affinity-Mask of the process. (Lower and Upper 32 bits.)

[Visual Basic]
Public Sub SetProcessAffinityMaskLower32Upper32( _ 
   ByVal Lower32 As Integer, _ 
   ByVal Upper32 As Integer _ 
)
[C#]
public void SetProcessAffinityMaskLower32Upper32(
   int Lower32,
   int Upper32
);
[C++]
public: void SetProcessAffinityMaskLower32Upper32(
   int Lower32,
   int Upper32
);
[JScript]
public function SetProcessAffinityMaskLower32Upper32(
   int Lower32,
   int Upper32
);

Parameters

Lower32
Lower 32 bits
Upper32
Upper 32 bits

Remarks

Affinity-Mask of the process. (Lower and Upper 32 bits).

Note   The value as bitfield must be a subset of the value of SystemAffinityMask as bitfield.

See Also

Application Class | EbsOpen Namespace