Function
Returns the identifier of the current processor in a multiprocessor machine.
Syntax
#include <dx/dx.h>
int DXProcessorId()
Functional Details
The processor identifier is a number ranging from 0 to n-1, where n is the number of processors in use. This routine is not generally needed by modules.
Return Value
Returns the processor identifier. Always returns 0 (zero) for a single processor machine.
See Also
[Data Explorer Home Page | Contact Data Explorer | Same document on Data Explorer Home Page ]