mnGetAffinity

This command returns 1 if the specified logical processor is toggled on and 0 if the processor is toggled off.

You can toggle a processor on/off using mnToggleAffinity

Processor IDs range from 1 to the number of logical processors.

You can use mnGetLogicalCPU to determine how many logical processors are on the system.

Parameters

unsigned int Processor: This is the logical processor that the command should use.

Returns (Integer)

1 if the specified processor is toggled on.

0 if the specified processor is toggled off.

-1 if an error occurred.

Present in

C++

DBP

.Net




This page is in the following sections:
(2) Networking Commands
(1) Networking
(0) DarkNet Help