MPAffinity: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
=== Type === | === Type === | ||
[[ | [[ULONG]] mask[2] | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
Line 9: | Line 9: | ||
=== Fields === | === Fields === | ||
;mask:CPUs 0 thru 31 in [0], CPUs 32 thru 63 in [1] | |||
[[Category: | [[Category:Data type]] |
Revision as of 16:06, 23 November 2016
MPAffinity
Structure for DosSetThreadAffinity.
Type
ULONG mask[2]
C Declaration Method
typedef struct
Fields
- mask
- CPUs 0 thru 31 in [0], CPUs 32 thru 63 in [1]