Functions

Name Description
FindWindowA function ulong FindWindowA(ref string,ref string)
GetComputerNameA function boolean GetComputerNameA(ref string,ref ulong)
GetDC function ulong GetDC(ulong)
GetModuleHandleA function ulong GetModuleHandleA(string)
GetSystemDirectoryA function ulong GetSystemDirectoryA(ref string,ulong)
GetTextExtentPoint32A function boolean GetTextExtentPoint32A(ulong,string,long,ref os_size)
GetUserNameA function boolean GetUserNameA(ref string,ref ulong)
GetWindowsDirectoryA function ulong GetWindowsDirectoryA(ref string,ulong)
GetWindowTextA function ulong GetWindowTextA(ulong,ref string,ulong)
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)
PFC_PrintDlg function long PFC_PrintDlg(ulong,ref s_printdlgattrib)
ReleaseDC function long ReleaseDC(ulong,ulong)
SelectObject function ulong SelectObject(ulong,ulong)
sndPlaySoundA function boolean sndPlaySoundA(string,ulong)
SystemParametersInfoA function boolean SystemParametersInfoA(uint,uint,REF int,uint)