NUMA_MAX_WEIGHT, 10
(MS WDK >> Windows Driver Kit 10, Version 1607 (WDK 10.0.14393.0))

Name
NUMA_MAX_WEIGHT
Value
10 signed int / unsigned int
0x0000000A heximal value
0xA heximal value
Type
Not an error
C/C++ Type
int
Defined at
\Include\10.0.14393.0\km\dsm.h, line 813 (Windows Driver Kit 10, Version 1607 (WDK 10.0.14393.0))
Definition
#define NUMA_MAX_WEIGHT 10
Group comments
++
Routine Description:
This routine is called before the actual submission of a request, but after the categorisation
of the I/O. This will be called only for those requests not handled by the DSM directly:
Read/Write
Other requests not handled by SrbControl or Broadcast
The DSM can supply a completion routine and context which will be invoked when the
request completion is being handled. It is not necessary to set completions on any or all
requests.
Arguments:
DsmId - Identifer that was indicated when the request was categorized (or be LBGetPath)
Irp - Irp containing Srb.
Srb - The request
DsmCompletion - Completion info structure to be filled out by DSM.
Return Value:
None
--
Also used in
Windows Driver Kit 8.1 (WDK 8.100.26638), Windows Driver Kit 7.1.0 (WDK 7600.16385.1), Windows Driver Kit 7.0.0 (WDK 7600.16385.0)