DFSRHelper, COM interface constants for VB.Net / VBScript

DFSRHelper - interface constants

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

library parameters

File NameWINDOWS\ServicePackFiles\servicepackcache\i386\dfsrhelper.dll
Guid{A0AB1CDD-CB2C-418D-9460-28B1333C6D78}
Enums2

DfsrHelperErrorsEnum

enum, 3 members.
Public Enum DfsrHelperErrorsEnum
  dfsrHelperErrorNotLocalAdmin = -2147213311  '&H80042001
  dfsrHelperErrorCreateVerifyServerControl = -2147213310  '&H80042002
  dfsrHelperLdapErrorBase = -2147209216  '&H80043000
End Enum

DfsrReportingFlags

enum, 3 members.
Public Enum DfsrReportingFlags
  REPORTING_FLAGS_NONE = 0  '&H0
  REPORTING_FLAGS_BACKLOG = 1  '&H1
  REPORTING_FLAGS_FILES = 2  '&H2
End Enum
WUtils.com