FUNCTION ulong GetCurrentDirectoryA(ulong BufferLen, ref string currentdir) LIBRARY "kernel32.dll"
function boolean AnimateWindow ( long hwnd, long dwtime, long dwflags ) library "user32"
subroutine Sleep(long dwMilliseconds) library "kernel32.dll"
function long RasCreatePhonebookEntryA(int hbook, string phonebook) Library "RASAPI32.dll"
FUNCTION ulong ShellExecute(ulong hwnd,ref string lpOperation,ref string lpFile,ref string lpParameters,ref string lpDirectory,ulong nShowCmd) LIBRARY "shell32.dll" ALIAS FOR "ShellExecuteA"
Function long ShellExecuteA (long hwnd, string lpOperation ,String lpFile, String lpParameters, String lpDirectory, Long nShowCmd) Library "shell32.dll"
Function long FindWindowA (long lpClassName , String lpWindowName ) Library "user32.dll"
Function boolean IsWindow (Long hwnd ) Library "user32.dll"
Function Long HtmlHelpA (long hwnd ,string lpHelpFile , long wCommand, string dwData) Library "hhctrl.ocx"
FUNCTION boolean CreateDirectoryA(ref string pathname,int sa) library"Kernel32.dll"