#S(HASH-TABLE EQL (FILENAME . "c:\winnt\system32\vbaen32.olb")(GUID . "{000204F3-0000-0000-C000-000000000046}")(DESCRIPTION . "Visual Basic For Applications")(VERSION . "1.0") (CLASSES . #S(HASH-TABLE EQUAL ("Constants" (TYPE . "Module")(DESCRIPTION . "Predefined constants used with Dir, GetAttr, MsgBox, SetAttr, or VarType")(GUID . "{343DB180-2BCC-1069-82D4-00DD010EDFAA}")(FUNCTIONS )) ("Strings" (TYPE . "Module")(DESCRIPTION . "Procedures used to perform string manipulations")(GUID . "{35BFBDA0-2BCC-1069-82D5-00DD010EDFAA}")(FUNCTIONS ((NAME . "Asc") (RIID . #x60000000) (OFFSET . #x0) (RETURNS . "VT_I2")(PARAMS ("String" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the character code corresponding to the first letter in a string")) ((NAME . "_B_str_Chr") (RIID . #x60000001) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("CharCode" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a character associated with a character code letter in a string")) ((NAME . "_B_var_Chr") (RIID . #x60000002) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("CharCode" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a character associated with a character code letter in a string")) ((NAME . "_B_str_LCase") (RIID . #x60000003) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("String" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Converts a string to lowercasewith a character code letter in a string")) ((NAME . "_B_var_LCase") (RIID . #x60000004) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("String" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Converts a string to lowercasewith a character code letter in a string")) ((NAME . "_B_str_Left") (RIID . #x60000005) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("String" "VT_BSTR")("Length" "VT_I4")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of characters from the left of a stringtring")) ((NAME . "_B_var_Left") (RIID . #x60000006) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("String" "VT_PTR.VT_VARIANT")("Length" "VT_I4")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of characters from the left of a stringtring")) ((NAME . "_B_str_LeftB") (RIID . #x60000007) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("String" "VT_BSTR")("Length" "VT_I4")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of bytes from the left of a stringringtring")) ((NAME . "_B_var_LeftB") (RIID . #x60000008) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("String" "VT_PTR.VT_VARIANT")("Length" "VT_I4")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of bytes from the left of a stringringtring")) ((NAME . "_B_str_LTrim") (RIID . #x60000009) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("String" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a copy of a string without leading spacesof a stringringtring")) ((NAME . "_B_var_LTrim") (RIID . #x6000000a) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("String" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a copy of a string without leading spacesof a stringringtring")) ((NAME . "_B_str_RightB") (RIID . #x6000000b) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("String" "VT_BSTR")("Length" "VT_I4")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of bytes from the right of a stringingtring")) ((NAME . "_B_var_RightB") (RIID . #x6000000c) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("String" "VT_PTR.VT_VARIANT")("Length" "VT_I4")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of bytes from the right of a stringingtring")) ((NAME . "_B_str_Right") (RIID . #x6000000d) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("String" "VT_BSTR")("Length" "VT_I4")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of characters from the right of a stringring")) ((NAME . "_B_var_Right") (RIID . #x6000000e) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("String" "VT_PTR.VT_VARIANT")("Length" "VT_I4")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of characters from the right of a stringring")) ((NAME . "_B_str_RTrim") (RIID . #x6000000f) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("String" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a copy of a string without trailing spacesight of a stringring")) ((NAME . "_B_var_RTrim") (RIID . #x60000010) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("String" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a copy of a string without trailing spacesight of a stringring")) ((NAME . "_B_str_Space") (RIID . #x60000011) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("Number" "VT_I4")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a string consisting of the specified number of spacestringring")) ((NAME . "_B_var_Space") (RIID . #x60000012) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Number" "VT_I4")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a string consisting of the specified number of spacestringring")) ((NAME . "_B_var_StrConv") (RIID . #x60000013) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("String" "VT_PTR.VT_VARIANT")("Conversion" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a converted string of the specified number of spacestringring")) ((NAME . "_B_str_String") (RIID . #x60000014) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("Number" "VT_I4")("Character" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a repeating character string of the length specifiedtringring")) ((NAME . "_B_var_String") (RIID . #x60000015) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Number" "VT_I4")("Character" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a repeating character string of the length specifiedtringring")) ((NAME . "_B_str_Trim") (RIID . #x60000016) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("String" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a copy of a string without leading and trailing spacesringring")) ((NAME . "_B_var_Trim") (RIID . #x60000017) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("String" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a copy of a string without leading and trailing spacesringring")) ((NAME . "_B_str_UCase") (RIID . #x60000018) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("String" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Converts a string to uppercaseout leading and trailing spacesringring")) ((NAME . "_B_var_UCase") (RIID . #x60000019) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("String" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Converts a string to uppercaseout leading and trailing spacesringring")))) ("Conversion" (TYPE . "Module")(DESCRIPTION . "Procedures used to perform conversion operationsailing spacesringring")(GUID . "{36785F40-2BCC-1069-82D6-00DD010EDFAA}")(FUNCTIONS ((NAME . "_B_str_Hex") (RIID . #x60000000) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("Number" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a string representing the hexadecimal value of a number")) ((NAME . "_B_var_Hex") (RIID . #x60000001) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Number" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a string representing the hexadecimal value of a number")) ((NAME . "_B_str_Oct") (RIID . #x60000002) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("Number" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a string representing the octal value of a numberumber")) ((NAME . "_B_var_Oct") (RIID . #x60000003) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Number" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a string representing the octal value of a numberumber")) ((NAME . "MacID") (RIID . #x60000004) (OFFSET . #x0) (RETURNS . "VT_I4")(PARAMS ("Constant" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Converts a four-character constant to a Macintosh file type or signature")) ((NAME . "RGB") (RIID . #x60000005) (OFFSET . #x0) (RETURNS . "VT_I4")(PARAMS ("Red" "VT_I2")("Green" "VT_I2")("Blue" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a whole number representing an RGB color valuetype or signature")) ((NAME . "_B_str_Str") (RIID . #x60000006) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("Number" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Return a string representation of a numbercolor valuetype or signature")) ((NAME . "_B_var_Str") (RIID . #x60000007) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Number" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Return a string representation of a numbercolor valuetype or signature")) ((NAME . "Val") (RIID . #x60000008) (OFFSET . #x0) (RETURNS . "VT_R8")(PARAMS ("String" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the numbers contained in a stringcolor valuetype or signature")))) ("FileSystem" (TYPE . "Module")(DESCRIPTION . "Procedures used to perform file, directory or folder, and system operations")(GUID . "{3738A200-2BCC-1069-82D7-00DD010EDFAA}")(FUNCTIONS ((NAME . "ChDir") (RIID . #x60000000) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("Path" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Changes the current or default directory on a specified drive")) ((NAME . "ChDrive") (RIID . #x60000001) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("Drive" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Changes the current driveault directory on a specified drive")) ((NAME . "EOF") (RIID . #x60000002) (OFFSET . #x0) (RETURNS . "VT_I2")(PARAMS ("FileNumber" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a value that indicates whether the end of a file has been reached")) ((NAME . "FileAttr") (RIID . #x60000003) (OFFSET . #x0) (RETURNS . "VT_I4")(PARAMS ("FileNumber" "VT_I2")("ReturnType" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns file mode or operating system file handle informationeen reached")) ((NAME . "FileCopy") (RIID . #x60000004) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("Source" "VT_BSTR")("Destination" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Copies a fileode or operating system file handle informationeen reached")) ((NAME . "FileDateTime") (RIID . #x60000005) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("PathName" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the date and time stamp of a file handle informationeen reached")) ((NAME . "FileLen") (RIID . #x60000006) (OFFSET . #x0) (RETURNS . "VT_I4")(PARAMS ("PathName" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the length of a file in bytesile handle informationeen reached")) ((NAME . "GetAttr") (RIID . #x60000007) (OFFSET . #x0) (RETURNS . "VT_I2")(PARAMS ("PathName" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns attributes of a file, directory, or volume labeltioneen reached")) ((NAME . "Kill") (RIID . #x60000008) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("PathName" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Deletes files from a diskle, directory, or volume labeltioneen reached")) ((NAME . "Loc") (RIID . #x60000009) (OFFSET . #x0) (RETURNS . "VT_I4")(PARAMS ("FileNumber" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the current read/write position within a fileeltioneen reached")) ((NAME . "LOF") (RIID . #x6000000a) (OFFSET . #x0) (RETURNS . "VT_I4")(PARAMS ("FileNumber" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the size (in bytes) of a filen within a fileeltioneen reached")) ((NAME . "MkDir") (RIID . #x6000000b) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("Path" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Creates a new directory/foldera filen within a fileeltioneen reached")) ((NAME . "Reset") (RIID . #x6000000c) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Closes all open disk filesdera filen within a fileeltioneen reached")) ((NAME . "RmDir") (RIID . #x6000000d) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("Path" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Removes an existing directorya filen within a fileeltioneen reached")) ((NAME . "Seek") (RIID . #x6000000e) (OFFSET . #x0) (RETURNS . "VT_I4")(PARAMS ("FileNumber" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the current read/write position within a fileeltioneen reached")) ((NAME . "SetAttr") (RIID . #x6000000f) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("PathName" "VT_BSTR")("Attributes" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Sets attribute information for a filen within a fileeltioneen reached")))) ("DateTime" (TYPE . "Module")(DESCRIPTION . "Procedures used to perform date and time operationseeltioneen reached")(GUID . "{37D75300-2BCC-1069-82D8-00DD010EDFAA}")(FUNCTIONS ((NAME . "_B_var_Date") (RIID . #x60000000) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ) (FLAGS ( IS-GET ))(DESCRIPTION . "Returns or sets the current system date")) ((NAME . "_B_str_Date") (RIID . #x60000001) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("PathName" "VT_BSTR")) (FLAGS ( IS-SET ))(DESCRIPTION . "Returns or sets the current system date")) ((NAME . "_B_var_Date") (RIID . #x60000000) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("PathName" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-SET ))(DESCRIPTION . "Returns or sets the current system date")) ((NAME . "_B_str_Date") (RIID . #x60000001) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ) (FLAGS ( IS-GET ))(DESCRIPTION . "Returns or sets the current system date")) ((NAME . "DateSerial") (RIID . #x60000004) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Year" "VT_I2")("Month" "VT_I2")("Day" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a date for a specific year, month, and day")) ((NAME . "DateValue") (RIID . #x60000005) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Date" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a datefor a specific year, month, and day")) ((NAME . "Day") (RIID . #x60000006) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Date" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a whole number representing the day of the month")) ((NAME . "Hour") (RIID . #x60000007) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Time" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a whole number representing the hour of the day")) ((NAME . "Minute") (RIID . #x60000008) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Time" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a whole number representing the minute of the hour")) ((NAME . "Month") (RIID . #x60000009) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Date" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a whole number representing the month of the year")) ((NAME . "Now") (RIID . #x6000000a) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ) (FLAGS ( IS-GET ))(DESCRIPTION . "Returns the current system date and timeonth of the year")) ((NAME . "Second") (RIID . #x6000000b) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Time" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a whole number representing the second of the minute")) ((NAME . "_B_var_Time") (RIID . #x6000000c) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ) (FLAGS ( IS-GET ))(DESCRIPTION . "Returns or sets the current system timeecond of the minute")) ((NAME . "_B_str_Time") (RIID . #x6000000d) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("Time" "VT_BSTR")) (FLAGS ( IS-SET ))(DESCRIPTION . "Returns or sets the current system timeecond of the minute")) ((NAME . "_B_var_Time") (RIID . #x6000000c) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("Time" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-SET ))(DESCRIPTION . "Returns or sets the current system timeecond of the minute")) ((NAME . "_B_str_Time") (RIID . #x6000000d) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ) (FLAGS ( IS-GET ))(DESCRIPTION . "Returns or sets the current system timeecond of the minute")) ((NAME . "Timer") (RIID . #x60000010) (OFFSET . #x0) (RETURNS . "VT_R4")(PARAMS ) (FLAGS ( IS-GET ))(DESCRIPTION . "Returns the number of seconds that have elapsed since midnight")) ((NAME . "TimeSerial") (RIID . #x60000011) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Hour" "VT_I2")("Minute" "VT_I2")("Second" "VT_I2")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the time for a specific hour, minute, and secondnight")) ((NAME . "TimeValue") (RIID . #x60000012) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Time" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a timee for a specific hour, minute, and secondnight")) ((NAME . "WeekDay") (RIID . #x60000013) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Date" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a whole number representing the day of the weeknight")) ((NAME . "Year") (RIID . #x60000014) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("Date" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a whole number representing the yearf the weeknight")))) ("Information" (TYPE . "Module")(DESCRIPTION . "Procedures used to return, test for, or verify informationght")(GUID . "{38885380-2BCC-1069-82D9-00DD010EDFAA}")(FUNCTIONS ((NAME . "Erl") (RIID . #x60000000) (OFFSET . #x0) (RETURNS . "VT_I4")(PARAMS ) (FLAGS ( IS-GET ))(DESCRIPTION . "Returns the line number where error occurred")) ((NAME . "Err") (RIID . #x60000001) (OFFSET . #x0) (RETURNS . "VT_I4")(PARAMS ) (FLAGS ( IS-GET ))(DESCRIPTION . "Returns an error number for the error that occurred")) ((NAME . "Err") (RIID . #x60000001) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("Date" "VT_I4")) (FLAGS ( IS-SET ))(DESCRIPTION . "Returns an error number for the error that occurred")) ((NAME . "IMEStatus") (RIID . #x60000003) (OFFSET . #x0) (RETURNS . "VT_I2")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the current IME mode of the systemoccurred")) ((NAME . "IsArray") (RIID . #x60000004) (OFFSET . #x0) (RETURNS . "VT_BOOL")(PARAMS ("VarName" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Tests a variable to see if it is an arrayoccurred")) ((NAME . "IsDate") (RIID . #x60000005) (OFFSET . #x0) (RETURNS . "VT_BOOL")(PARAMS ("Expression" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Tests to see if an expression can be converted to a date")) ((NAME . "IsEmpty") (RIID . #x60000006) (OFFSET . #x0) (RETURNS . "VT_BOOL")(PARAMS ("Expression" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Tests to see if a variable has not been initializeddate")) ((NAME . "IsError") (RIID . #x60000007) (OFFSET . #x0) (RETURNS . "VT_BOOL")(PARAMS ("Expression" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Tests to see if an expression is an error valuezeddate")) ((NAME . "IsMissing") (RIID . #x60000008) (OFFSET . #x0) (RETURNS . "VT_BOOL")(PARAMS ("ArgName" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Tests to see if an optional argument has not been passed")) ((NAME . "IsNull") (RIID . #x60000009) (OFFSET . #x0) (RETURNS . "VT_BOOL")(PARAMS ("Expression" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Tests to see if an expression contains no valid datased")) ((NAME . "IsNumeric") (RIID . #x6000000a) (OFFSET . #x0) (RETURNS . "VT_BOOL")(PARAMS ("Expression" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Tests to see if an expression can be evaluated as a number")) ((NAME . "IsObject") (RIID . #x6000000b) (OFFSET . #x0) (RETURNS . "VT_BOOL")(PARAMS ("Expression" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Tests to see if expression contains or refers to an object")) ((NAME . "TypeName") (RIID . #x6000000c) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("VarName" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a string indicating the Variant subtype of a variable")) ((NAME . "VarType") (RIID . #x6000000d) (OFFSET . #x0) (RETURNS . "VT_I2")(PARAMS ("VarName" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a value indicating the Variant subtype of a variable")))) ("Interaction" (TYPE . "Module")(DESCRIPTION . "Procedures used to interact with objects, applications, and systems")(GUID . "{39302C40-2BCC-1069-82DA-00DD010EDFAA}")(FUNCTIONS ((NAME . "AppActivate") (RIID . #x60000000) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("Title" "VT_PTR.VT_VARIANT")("Wait" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Activates an application window")) ((NAME . "Beep") (RIID . #x60000001) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Sounds a tone through the computer's speaker")) ((NAME . "CreateObject") (RIID . #x60000002) (OFFSET . #x0) (RETURNS . "VT_DISPATCH")(PARAMS ("Class" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Creates an OLE Automation objectr's speaker")) ((NAME . "DoEvents") (RIID . #x60000003) (OFFSET . #x0) (RETURNS . "VT_I2")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Suspends execution until queued events are processed")) ((NAME . "GetObject") (RIID . #x60000004) (OFFSET . #x0) (RETURNS . "VT_DISPATCH")(PARAMS ("PathName" "VT_PTR.VT_VARIANT")("Class" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Retrieves an OLE Automation object from a fileessed")) ((NAME . "InputBox") (RIID . #x60000005) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("Prompt" "VT_PTR.VT_VARIANT")("Title" "VT_PTR.VT_VARIANT")("Default" "VT_PTR.VT_VARIANT")("XPos" "VT_PTR.VT_VARIANT")("YPos" "VT_PTR.VT_VARIANT")("HelpFile" "VT_PTR.VT_VARIANT")("Context" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Displays a prompt in a dialog box and returns user input text")) ((NAME . "MacScript") (RIID . #x60000006) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("Script" "VT_BSTR")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Executes an AppleScript scriptox and returns user input text")) ((NAME . "MsgBox") (RIID . #x60000007) (OFFSET . #x0) (RETURNS . "VT_I2")(PARAMS ("Prompt" "VT_PTR.VT_VARIANT")("Buttons" "VT_PTR.VT_VARIANT")("Title" "VT_PTR.VT_VARIANT")("HelpFile" "VT_PTR.VT_VARIANT")("Context" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Displays a message box and returns the user's selection value")) ((NAME . "SendKeys") (RIID . #x60000008) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("String" "VT_BSTR")("Wait" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Sends keystroke(s) to the active windowturns user input text")) ((NAME . "Shell") (RIID . #x60000009) (OFFSET . #x0) (RETURNS . "VT_R8")(PARAMS ("PathName" "VT_PTR.VT_VARIANT")("WindowStyle" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Runs an executable programctive windowturns user input text")))) ("Math" (TYPE . "Module")(DESCRIPTION . "Procedures used to perform mathematical operationsinput text")(GUID . "{39D67E60-2BCC-1069-82DB-00DD010EDFAA}")(FUNCTIONS ((NAME . "Atn") (RIID . #x60000000) (OFFSET . #x0) (RETURNS . "VT_R8")(PARAMS ("Number" "VT_R8")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the arctangent of a numberthe user's selection value")) ((NAME . "Cos") (RIID . #x60000001) (OFFSET . #x0) (RETURNS . "VT_R8")(PARAMS ("Number" "VT_R8")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the cosine of an angleberthe user's selection value")) ((NAME . "Exp") (RIID . #x60000002) (OFFSET . #x0) (RETURNS . "VT_R8")(PARAMS ("Number" "VT_R8")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns e (the base of natural logarithms) raised to a power")) ((NAME . "Log") (RIID . #x60000003) (OFFSET . #x0) (RETURNS . "VT_R8")(PARAMS ("Number" "VT_R8")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the natural logarithm of a number raised to a power")) ((NAME . "Randomize") (RIID . #x60000004) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("Number" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Initializes the random-number generatorr raised to a power")) ((NAME . "Rnd") (RIID . #x60000005) (OFFSET . #x0) (RETURNS . "VT_R4")(PARAMS ("Number" "VT_PTR.VT_VARIANT")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a random numberumber generatorr raised to a power")) ((NAME . "Sin") (RIID . #x60000006) (OFFSET . #x0) (RETURNS . "VT_R8")(PARAMS ("Number" "VT_R8")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the sine of an angle generatorr raised to a power")) ((NAME . "Sqr") (RIID . #x60000007) (OFFSET . #x0) (RETURNS . "VT_R8")(PARAMS ("Number" "VT_R8")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the square root of a numbertorr raised to a power")) ((NAME . "Tan") (RIID . #x60000008) (OFFSET . #x0) (RETURNS . "VT_R8")(PARAMS ("Number" "VT_R8")) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns the tangent of an anglebertorr raised to a power")))) ("_HiddenModule" (TYPE . "Module")(DESCRIPTION . "_HiddenModulengent of an anglebertorr raised to a power")(GUID . "{CF1C2C60-0D25-1069-9427-00DD0111BF30}")(FUNCTIONS ((NAME . "Array") (RIID . #x60000000) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("_Array_P1" "VT_PTR.VT_SAFEARRAY")) (FLAGS ( IS-FUNCTION ))) ((NAME . "_B_str_InputB") (RIID . #x60000001) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("_InputB_P1" "VT_I4")("_InputB_P2" "VT_I2")) (FLAGS ( IS-FUNCTION ))) ((NAME . "_B_var_InputB") (RIID . #x60000002) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("_InputB_P1" "VT_I4")("_InputB_P2" "VT_I2")) (FLAGS ( IS-FUNCTION ))) ((NAME . "_B_str_Input") (RIID . #x60000003) (OFFSET . #x0) (RETURNS . "VT_BSTR")(PARAMS ("_Input_P1" "VT_I4")("_Input_P2" "VT_I2")) (FLAGS ( IS-FUNCTION ))) ((NAME . "_B_var_Input") (RIID . #x60000004) (OFFSET . #x0) (RETURNS . "VT_VARIANT")(PARAMS ("_Input_P1" "VT_I4")("_Input_P2" "VT_I2")) (FLAGS ( IS-FUNCTION ))) ((NAME . "Width") (RIID . #x60000005) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ("_Width_P1" "VT_I2")("_Width_P2" "VT_I2")) (FLAGS ( IS-FUNCTION ))))) ("_HiddenInterface" (TYPE . "Interface")(DESCRIPTION . "HiddenInterface")(GUID . "{1E196B20-1F3C-1069-996B-00DD010EF676}")(FUNCTIONS ((NAME . "LCase") (RIID . #x60000000) (OFFSET . #x0) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Converts a string to lowercase")) ((NAME . "Left") (RIID . #x60000001) (OFFSET . #x4) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of characters from the left of a string")) ((NAME . "LTrim") (RIID . #x60000002) (OFFSET . #x8) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a copy of a string without leading spacesleft of a string")) ((NAME . "Right") (RIID . #x60000003) (OFFSET . #xc) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of bytes from the right of a stringing")) ((NAME . "RTrim") (RIID . #x60000004) (OFFSET . #x10) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a copy of a string without trailing spacesof a stringing")) ((NAME . "Space") (RIID . #x60000005) (OFFSET . #x14) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a string consisting of the specified number of spacesing")) ((NAME . "Trim") (RIID . #x60000006) (OFFSET . #x18) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a copy of a string without leading and trailing spacesing")) ((NAME . "String") (RIID . #x60000007) (OFFSET . #x1c) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a repeating character string of the length specifiedsing")) ((NAME . "UCase") (RIID . #x60000008) (OFFSET . #x20) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Converts a string to uppercasetring of the length specifiedsing")) ((NAME . "Str") (RIID . #x60000009) (OFFSET . #x24) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Return a string representation of a number length specifiedsing")) ((NAME . "Chr") (RIID . #x6000000a) (OFFSET . #x28) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a character associated with a character codeecifiedsing")) ((NAME . "Date") (RIID . #x6000000b) (OFFSET . #x2c) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns or sets the current system datearacter codeecifiedsing")) ((NAME . "Time") (RIID . #x6000000c) (OFFSET . #x30) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns or sets the current system timeracter codeecifiedsing")) ((NAME . "Hex") (RIID . #x6000000d) (OFFSET . #x34) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a string representing the hexadecimal value of a numberng")) ((NAME . "Oct") (RIID . #x6000000e) (OFFSET . #x38) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a string representing the octal value of a numberumberng")) ((NAME . "LeftB") (RIID . #x6000000f) (OFFSET . #x3c) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of bytes from the left of a stringrng")) ((NAME . "RightB") (RIID . #x60000010) (OFFSET . #x40) (RETURNS . "VT_VOID")(PARAMS ) (FLAGS ( IS-FUNCTION ))(DESCRIPTION . "Returns a specified number of bytes from the right of a stringng")))) )))