Functions

Name Description
FindWindowA function uint FindWindowA(ref string,ref string)
GetComputerNameA function boolean GetComputerNameA(ref string,ref ulong)
GetDC function uint GetDC(uint)
GetModuleHandleA function long GetModuleHandleA(string)
GetSystemDirectoryA function uint GetSystemDirectoryA(ref string,uint)
GetTextExtentPoint32A function boolean GetTextExtentPoint32A(uint,string,integer,ref os_size)
GetUserNameA function boolean GetUserNameA(ref string,ref int)
GetWindowsDirectoryA function uint GetWindowsDirectoryA(ref string,uint)
GetWindowTextA function int GetWindowTextA(long,ref string,int)
GlobalMemoryStatus subroutine GlobalMemoryStatus(ref os_memorystatus)
of_findwindow public function unsignedinteger of_findwindow(string)
of_getactivewindowborder public function integer of_getactivewindowborder()
of_getcomputername public function string of_getcomputername()
of_GetFreeMemory public function long of_GetFreeMemory()
of_GetPhysicalMemory public function long of_GetPhysicalMemory()
of_GetSystemDirectory public function string of_GetSystemDirectory()
of_gettextsize public function integer of_gettextsize(ref window,string,string,integer,boolean,boolean,boolean,ref integer,ref integer)
of_getuserid public function string of_getuserid()
of_GetWindowsDirectory public function string of_GetWindowsDirectory()
of_GetWindowText public function string of_GetWindowText(unsignedinteger)
of_playsound public function integer of_playsound(string)
of_printdlg public function long of_printdlg(ref s_printdlgattrib,window)
ReleaseDC function uint ReleaseDC(uint,uint)
SelectObject function uint SelectObject(uint,uint)
sndPlaySoundA function boolean sndPlaySoundA(string,uint)
SystemParametersInfoA function boolean SystemParametersInfoA(uint,uint,REF int,uint)