home *** CD-ROM | disk | FTP | other *** search
- declare Hex lib "mmpstool.dll" alias "IntToHex" (integer) as string
- declare Format lib "mmpstool.dll" alias "FormatNum" (string, integer) as string
- declare FormatString lib "mmpstool.dll" (string, string) as string
- declare GetEnv lib "mmpstool.dll" alias "GetEnv" (string) as string
- declare WriteProfile lib "mmpstool.dll" alias "WriteProfile" (string, string, string, string) as integer
- declare ReadProfile lib "mmpstool.dll" alias "ReadProfile" (string, string, string, string) as string
- declare GetHomeDir lib "mmpstool.dll" (string) as string
- declare GetRegValue lib "mmpstool.dll" (string) as string
-
- declare GetMouseX lib "mmpstool.dll" (integer) as integer
- declare GetMouseY lib "mmpstool.dll" (integer) as integer
-