PDWizard, COM interface constants for VB.Net / VBScript

PDWizard - interface constants

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

library parameters

File NameProgram Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\PDWIZARD.OCX
Guid{0DDF3B5A-E692-11D1-AB06-00AA00BDD685}
Enums11

FileTypes

enum, 33 members.
Public Enum FileTypes

  'ftUnknown
  ftUnknown = 0  '&H0

  'ftSWTemplate
  ftSWTemplate = 1  '&H1

  'ftDEP
  ftDEP = 2  '&H2

  'ftEXE
  ftEXE = 3  '&H3

  'ftDLL
  ftDLL = 4  '&H4

  'ftOCX
  ftOCX = 5  '&H5

  'ftFont
  ftFont = 6  '&H6

  'ftDriver
  ftDriver = 7  '&H7

  'ftLIB
  ftLIB = 8  '&H8

  'ftVirtualDevice
  ftVirtualDevice = 9  '&H9

  'ftTLB
  ftTLB = 10  '&HA

  'ftOLB
  ftOLB = 11  '&HB

  'ftREG
  ftREG = 12  '&HC

  'ftVBL
  ftVBL = 13  '&HD

  'ftVBR
  ftVBR = 14  '&HE

  'ftLPK
  ftLPK = 15  '&HF

  'ftVBProject
  ftVBProject = 16  '&H10

  'ftBAS
  ftBAS = 17  '&H11

  'ftFRM
  ftFRM = 18  '&H12

  'ftCLS
  ftCLS = 19  '&H13

  'ftCTL
  ftCTL = 20  '&H14

  'ftDOB
  ftDOB = 21  '&H15

  'ftPAG
  ftPAG = 22  '&H16

  'ftDCL
  ftDCL = 23  '&H17

  'ftDSR
  ftDSR = 24  '&H18

  'ftRES
  ftRES = 25  '&H19

  'ftINF
  ftINF = 26  '&H1A

  'ftOSD
  ftOSD = 27  '&H1B

  'ftCAB
  ftCAB = 28  '&H1C

  'ftCHM
  ftCHM = 29  '&H1D

  'ftCHI
  ftCHI = 30  '&H1E

  'ftBitFlagMask
  ftBitFlagMask = 63  '&H3F

  'ftActiveX
  ftActiveX = 64  '&H40
End Enum

VersionFields

enum, 4 members.
Public Enum VersionFields

  'vfPart1
  vfPart1 = 1  '&H1

  'vfPart2
  vfPart2 = 2  '&H2

  'vfPart3
  vfPart3 = 3  '&H3

  'vfPart4
  vfPart4 = 4  '&H4
End Enum

REGToolRootTypes

enum, 7 members.
Public Enum REGToolRootTypes

  'HKEY_CLASSES_ROOT
  HKEY_CLASSES_ROOT = -2147483648  '&H80000000

  'HKEY_CURRENT_USER
  HKEY_CURRENT_USER = -2147483647  '&H80000001

  'HKEY_LOCAL_MACHINE
  HKEY_LOCAL_MACHINE = -2147483646  '&H80000002

  'HKEY_USERS
  HKEY_USERS = -2147483645  '&H80000003

  'HKEY_PERFORMANCE_DATA
  HKEY_PERFORMANCE_DATA = -2147483644  '&H80000004

  'HKEY_CURRENT_CONFIG
  HKEY_CURRENT_CONFIG = -2147483643  '&H80000005

  'HKEY_DYN_DATA
  HKEY_DYN_DATA = -2147483642  '&H80000006
End Enum

RegToolValueTypes

enum, 3 members.
Public Enum RegToolValueTypes

  'rrtDefault
  rrtDefault = 1  '&H1

  'rrtNamed
  rrtNamed = 2  '&H2

  'rrtKeyOnly
  rrtKeyOnly = 3  '&H3
End Enum

RemoteConnectionTypes

enum, 3 members.
Public Enum RemoteConnectionTypes

  'rctNone
  rctNone = 0  '&H0

  'rctDCOM
  rctDCOM = 1  '&H1

  'rctRA
  rctRA = 2  '&H2
End Enum

RemoteAuthentications

enum, 7 members.
Public Enum RemoteAuthentications

  'raDefault
  raDefault = 0  '&H0

  'raNone
  raNone = 1  '&H1

  'raConnect
  raConnect = 2  '&H2

  'raCall
  raCall = 3  '&H3

  'raPacket
  raPacket = 4  '&H4

  'raPacketIntegrity
  raPacketIntegrity = 5  '&H5

  'raPacketPrivacy
  raPacketPrivacy = 6  '&H6
End Enum

ProjectType

enum, 4 members.
Public Enum ProjectType

  'ptStandardExe
  ptStandardExe = 0  '&H0

  'ptActiveXEXE
  ptActiveXEXE = 1  '&H1

  'ptActiveXDLL
  ptActiveXDLL = 2  '&H2

  'ptActiveXOCX
  ptActiveXOCX = 3  '&H3
End Enum

ComponentType

enum, 10 members.
Public Enum ComponentType

  'ctStdModule
  ctStdModule = 1  '&H1

  'ctClassModule
  ctClassModule = 2  '&H2

  'ctResFile
  ctResFile = 4  '&H4

  'ctVBForm
  ctVBForm = 5  '&H5

  'ctVBMDIForm
  ctVBMDIForm = 6  '&H6

  'ctPropPage
  ctPropPage = 7  '&H7

  'ctUserControl
  ctUserControl = 8  '&H8

  'ctDocObject
  ctDocObject = 9  '&H9

  'ctRelatedDocument
  ctRelatedDocument = 10  '&HA

  'ctDesigner
  ctDesigner = 11  '&HB
End Enum

DepPkgSubWizSteps

enum, 6 members.
Public Enum DepPkgSubWizSteps

  'dpswsTargetLocation
  dpswsTargetLocation = -3  '&HFFFFFFFD

  'dpswsPreConfigure
  dpswsPreConfigure = -2  '&HFFFFFFFE

  'dpswsAddRemoveFiles
  dpswsAddRemoveFiles = -1  '&HFFFFFFFF

  'dpswsDepInfo
  dpswsDepInfo = 0  '&H0

  'dpswsInstallLocations
  dpswsInstallLocations = 1  '&H1

  'dpswsFinish
  dpswsFinish = 2  '&H2
End Enum

PanelDescriptions

enum, 2 members.
Public Enum PanelDescriptions

  'ComponentDownload
  ComponentDownload = 0  '&H0

  'ObjectSafety
  ObjectSafety = 1  '&H1
End Enum

SystemIcons

enum, 5 members.
Public Enum SystemIcons

  'siApplication
  siApplication = 32512  '&H7F00

  'siAsterisk
  siAsterisk = 32516  '&H7F04

  'siExclamation
  siExclamation = 32515  '&H7F03

  'siHand
  siHand = 32513  '&H7F01

  'siQuestion
  siQuestion = 32514  '&H7F02
End Enum
WUtils.com