You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
574 B
11 lines
574 B
Attribute VB_Name = "basWrkPd"
|
|
Option Explicit
|
|
|
|
'Constants
|
|
Public Const giRACREG_ERROR_CODE_OFFSET = 200 'Add this offset to a RacReg.RegClas error code
|
|
'to convert to corresponding resource
|
|
'string key
|
|
Public Const giRACREG_ERROR = 32750 'Error value to raise if RacReg error code
|
|
'is returned by RacReg.
|
|
'Value is also a String Resource key.
|