111,094
社区成员




ProcessThread Properties
IdealProcessor Sets the preferred processor for this thread to run on.
ProcessorAffinity Sets the processors on which the associated thread can run.
[/quote]
怎么得到 ProcessThread 操作系统进程线程
DWORD_PTR WINAPI SetThreadAffinityMask(
_In_ HANDLE hThread,
_In_ DWORD_PTR dwThreadAffinityMask
);
ProcessThread Properties
IdealProcessor Sets the preferred processor for this thread to run on.
ProcessorAffinity Sets the processors on which the associated thread can run.