The WINSINTF_PRIORITY_CLASS_E enumeration defines the priority class of a WINS process. It is used by the RPC method R_WinsSetPriorityClass.
typedef enum _WINSINTF_PRIORITY_CLASS_E
{
WINSINTF_E_NORMAL = 0,
WINSINTF_E_HIGH
} WINSINTF_PRIORITY_CLASS_E,
*PWINSINTF_PRIORITY_CLASS_E;
WINSINTF_E_NORMAL: WINS process is assigned normal priority class.
WINSINTF_E_HIGH: WINS process is assigned high priority class.