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.
Represents the preferred node on which to run a service.
Syntax
typedef struct _SERVICE_PREFERRED_NODE_INFO {
USHORT usPreferredNode;
BOOLEAN fDelete;
} SERVICE_PREFERRED_NODE_INFO, *LPSERVICE_PREFERRED_NODE_INFO;
Members
usPreferredNode
The node number of the preferred node.
fDelete
If this member is TRUE, the preferred node setting is deleted.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | winsvc.h |