Freigeben über


NdisSystemProcessorCount (Compact 2013)

3/26/2014

This function determines whether its caller is running on a single processor or multiprocessor device.

Syntax

CCHAR 
NdisSystemProcessorCount(VOID);

Parameters

None.

Return Value

The return value is the number of processors in the device.

Remarks

An NDIS driver might call this function during initialization before it allocates resources.

Requirements

Header

ndis.h

See Also

Reference

NDIS Current Information Functions
MiniportInitialize