2.2.55 SERVICE_PREFERRED_NODE_INFO
The server MUST support initializing and executing a given service within a specified node when the server is running on a system supporting Non-Uniform Memory Access (NUMA) technology [MSDN-NUMA]. The SERVICE_PREFERRED_NODE_INFO <28> structure defines the preferred node of a service.
-
typedef struct _SERVICE_PREFERRED_NODE_INFO { USHORT usPreferredNode; BOOLEAN fDelete; } SERVICE_PREFERRED_NODE_INFO, *LPSERVICE_PREFERRED_NODE_INFO;
usPreferredNode: The preferred node number.
fDelete: If the preferred NUMA node information of the service can be deleted, set to 1; otherwise set to 0.