CatalogServerLib, COM interface constants for VB.Net / VBScript

CatalogServerLib - interface constants

     This page contains simple VBA include for the CatalogServerLib COM library.

library parameters

File NameWINDOWS\system32\catsrv.dll
Guid{E6BE109B-165F-11D1-B22D-00C04FB9473F}
Enums6

CatSrvServices

alias, 3 members.
  'CatSrv Services Enumeration
Public Enum CatSrvServices
  css_minService = 1  '&H1

  'Load Balancing Service
  css_lb = 1  '&H1
  css_maxService = 1  '&H1
End Enum

__MIDL___MIDL_itf_catsrv_0307_0001

enum, 3 members.
  'CatSrv Services Enumeration
Public Enum MIDL___MIDL_itf_catsrv_0307_0001
  css_minService = 1  '&H1

  'Load Balancing Service
  css_lb = 1  '&H1
  css_maxService = 1  '&H1
End Enum

CatSrvServiceStates

alias, 10 members.
  'CatSrv Service States Enumeration
Public Enum CatSrvServiceStates
  css_minServiceState = 0  '&H0
  css_serviceStopped = 0  '&H0
  css_serviceStartPending = 1  '&H1
  css_serviceStopPending = 2  '&H2
  css_serviceRunning = 3  '&H3
  css_serviceContinuePending = 4  '&H4
  css_servicePausePending = 5  '&H5
  css_servicePaused = 6  '&H6
  css_serviceUnknownState = 7  '&H7
  css_maxServiceState = 8  '&H8
End Enum

__MIDL___MIDL_itf_catsrv_0307_0002

enum, 10 members.
  'CatSrv Service States Enumeration
Public Enum MIDL___MIDL_itf_catsrv_0307_0002
  css_minServiceState = 0  '&H0
  css_serviceStopped = 0  '&H0
  css_serviceStartPending = 1  '&H1
  css_serviceStopPending = 2  '&H2
  css_serviceRunning = 3  '&H3
  css_serviceContinuePending = 4  '&H4
  css_servicePausePending = 5  '&H5
  css_servicePaused = 6  '&H6
  css_serviceUnknownState = 7  '&H7
  css_maxServiceState = 8  '&H8
End Enum

ComponentType

alias, 5 members.
  'CatSrv Component Type
Public Enum ComponentType
  COMPONENT_UNKNOWN = 0  '&H0
  COMPONENT_32BIT = 1  '&H1
  COMPONENT_64BIT = 2  '&H2
  COMPONENT_ANY = 3  '&H3
  COMPONENT_NATIVE = 4096  '&H1000
End Enum

__MIDL___MIDL_itf_catsrv_0281_0001

enum, 5 members.
  'CatSrv Component Type
Public Enum MIDL___MIDL_itf_catsrv_0281_0001
  COMPONENT_UNKNOWN = 0  '&H0
  COMPONENT_32BIT = 1  '&H1
  COMPONENT_64BIT = 2  '&H2
  COMPONENT_ANY = 3  '&H3
  COMPONENT_NATIVE = 4096  '&H1000
End Enum
WUtils.com