2.2.11 ServerSelection
The ServerSelection enumeration defines values that describe the type of server to use for an update search operation.
-
typedef enum tagServerSelection { ssDefault = 0, ssManagedServer = 1, ssWindowsUpdate = 2, ssOthers = 3, } ServerSelection;
ssDefault: Search the default server for updates that match the search criteria.
ssManagedServer: Search only the managed server for updates that match the search criteria.
ssWindowsUpdate: Search the Windows Update service over the Internet.
ssOthers: Search another server, to be specified by other means.