Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.