|
WinHelp Macro Extensions
WinHelp Macro Extensions DLL 16Bit
- SavInt - save integer value in whmacext.ini
- SavStr - save string value in whmacext.ini
- RetInt - retrieve integer value from whmacext.ini
- RetLen - retrieve length of item in whmacext.ini
- RetPStr - retrieve string value from whmacext.ini (as near pointer)
- RetLPStr - retrieve string value from whmacext.ini (as far pointer)
- IsEq - compare integer values (return 1 if equal)
- IsLt - compare integer values (return 1 if first is lower)
- IsGt - compare integer values (return 1 if first is higher)
- IntAdd - add two integer values
- IntSub - subtract two integer values (integer1-integer2)
- IntMul - multiply two integer values
- IntDiv - divide two integer values (integer1/integer2)
Freeware by Ian Beddall
|