Both sides previous revisionPrevious revisionNext revision | Previous revision |
en:docs:win16:modules:kernel [2022/11/17 05:45] – prokushev | en:docs:win16:modules:kernel [2023/10/14 03:18] (current) – prokushev |
---|
{{page>en:templates:win16api}} | {{page>en:templates:win16api}} |
| |
Note minimal checked windows version is 1.03 | Windows kernel for 8086 (KERNEL.EXE) doesn't uses DPMI or LDT for memory management. KERNEL.EXE for later versions of Windows emulates selectors functions via segments (like [[en:docs:FAPI]] does), but not so good (mostly functions returns errors). KRNL286.EXE and KRNL386.EXE uses direct LDT manipulations. Kernels for WOW uses DPMI functions. For now, osFree tries to reuse only DPMI (in future it is possible to implement direct LDT manipulation, may be). |
| |
| Note minimal checked windows version is 1.03. |
| |
^ Ordinal ^ Name ^ Description ^ Status ^^^ Version ^ ECMA-234 ^ | ^ Ordinal ^ Name ^ Description ^ Status ^^^ Version ^ ECMA-234 ^ |
^ ::: ^ ::: ^ ::: ^ Real ^ Std ^ Enh ^ ::: ^ ::: ^ | ^ ::: ^ ::: ^ ::: ^ Real ^ Std ^ Enh ^ ::: ^ ::: ^ |
| 001| [[en:docs:win16:api:kernel:fatalexit|FATALEXIT]] | Display the current state of Windows and prompts for instructions on how to proceed | | | | 1.03 | Yes | | | 001| [[en:docs:win16:api:kernel:FatalExit]] | Display the current state of Windows and prompts for instructions on how to proceed | | | | 1.03 | Yes | |
| 003| [[en:docs:win16:api:kernel|GETVERSION]] | Return the current version of Windows | | | | 1.03 | Yes | | | 002| [[en:docs:win16:api:kernel:ExitKernel]] | | | | | | | |
| 004| [[en:docs:win16:api:kernel|LOCALINIT]] | Initialize local heap | | | | | Yes | | | 003| [[en:docs:win16:api:kernel:GetVersion]] | Return the current version of Windows | | | | 1.03 | Yes | |
| 005| [[en:docs:win16:api:kernel|LOCALALLOC]] | Allocate wBytes bytes of memory from the local heap | | | | 1.03 | Yes | | | 004| [[en:docs:win16:api:kernel:LocalInit]] | Initialize local heap | | | | | Yes | |
| 006| [[en:docs:win16:api:kernel|LOCALREALLOC]] | Reallocate the local memory block | | | | 1.03 | Yes | | | 005| [[en:docs:win16:api:kernel:LocalAlloc]] | Allocate wBytes bytes of memory from the local heap | | | | 1.03 | Yes | |
| 007| [[en:docs:win16:api:kernel|LOCALFREE]] | Free the local memory block | | | | 1.03 | Yes | | | 006| [[en:docs:win16:api:kernel:LocalRealloc]] | Reallocate the local memory block | | | | 1.03 | Yes | |
| 008| [[en:docs:win16:api:kernel|LOCALLOCK]] | Lock the local memory block | | | | 1.03 | Yes | | | 007| [[en:docs:win16:api:kernel:LocalFree]] | Free the local memory block | | | | 1.03 | Yes | |
| 009| [[en:docs:win16:api:kernel|LOCALUNLOCK]] | Unlock the local memory block | | | | 1.03 | Yes | | | 008| [[en:docs:win16:api:kernel:LocalLock]] | Lock the local memory block | | | | 1.03 | Yes | |
| 00a| [[en:docs:win16:api:kernel|LOCALSIZE]] | Retrieve the current size, in bytes, of the local memory block | | | | 1.03 | Yes | | | 009| [[en:docs:win16:api:kernel:LocalUnlock]] | Unlock the local memory block | | | | 1.03 | Yes | |
| 00b| [[en:docs:win16:api:kernel|LOCALHANDLE]] | | | | | | Yes | | | 010| [[en:docs:win16:api:kernel:LocalSize]] | Retrieve the current size, in bytes, of the local memory block | | | | 1.03 | Yes | |
| 00c| [[en:docs:win16:api:kernel|LOCALFLAGS]] | Return information about the specified local memory block | | | | 1.03 | Yes | | | 011| [[en:docs:win16:api:kernel:LocalHandle]] | Retrieve the handle associated with the specified pointer to a local memory object | | | | | Yes | |
| 00d| [[en:docs:win16:api:kernel|LOCALCOMPACT]] | Generate free bytes of memory by compacting, if necessary, the module's local heap | | | | 1.03 | Yes | | | 012| [[en:docs:win16:api:kernel:LocalFlags]] | Return information about the specified local memory block | | | | 1.03 | Yes | |
| 00e| [[en:docs:win16:api:kernel|LOCALNOTIFY]] | | | | | | 013| [[en:docs:win16:api:kernel:LocalCompact]] | Generate free bytes of memory by compacting, if necessary, the module's local heap | | | | 1.03 | Yes | |
| 00f| [[en:docs:win16:api:kernel|GLOBALALLOC]] | Allocate memory from the global heap | | | | 1.03 | Yes | | | 014| [[en:docs:win16:api:kernel:LocalNotify]] | | | | |
| 010| [[en:docs:win16:api:kernel|GLOBALREALLOC]] | Reallocate the global memory block | | | | 1.03 | Yes | | | 015| [[en:docs:win16:api:kernel:GlocalAlloc]] | Allocate memory from the global heap | | | | 1.03 | Yes | |
| 011| [[en:docs:win16:api:kernel|GLOBALFREE]] | Free the global memory block | | | | 1.03 | Yes | | | 016| [[en:docs:win16:api:kernel:GlobalRealloc]] | Reallocate the global memory block | | | | 1.03 | Yes | |
| 012| [[en:docs:win16:api:kernel|GLOBALLOCK]] | Retrieve the absolute memory address of the global memory block | | | | 1.03 | Yes | | | 017| [[en:docs:win16:api:kernel:GlobalFree]] | Free the global memory block | | | | 1.03 | Yes | |
| 013| [[en:docs:win16:api:kernel|GLOBALUNLOCK]] | Unlock the global memory block | | | | 1.03 | Yes | | | 018| [[en:docs:win16:api:kernel:GlobalLock]] | Retrieve the absolute memory address of the global memory block | | | | 1.03 | Yes | |
| 014| [[en:docs:win16:api:kernel|GLOBALSIZE]] | Retrieve the current size, in bytes, of the global memory block | | | | 1.03 | Yes | | | 019| [[en:docs:win16:api:kernel:GlobalUnlock]] | Unlock the global memory block | | | | 1.03 | Yes | |
| 015| [[en:docs:win16:api:kernel|GLOBALHANDLE]] | | | | | | Yes | | | 020| [[en:docs:win16:api:kernel:GlobalSize]] | Retrieve the current size, in bytes, of the global memory block | | | | 1.03 | Yes | |
| 016| [[en:docs:win16:api:kernel|GLOBALFLAGS]] | Return information1 about the specified global memory block | | | | 1.03 | Yes | | | 021| [[en:docs:win16:api:kernel:GlobalHandle]] | Retrieve handle for given address | | | | | Yes | |
| 017| [[en:docs:win16:api:kernel|LOCKSEGMENT]] | | | | | | 022| [[en:docs:win16:api:kernel:GlobalFlags]] | Return information1 about the specified global memory block | | | | 1.03 | Yes | |
| 018| [[en:docs:win16:api:kernel|UNLOCKSEGMENT]] | | | | | | 023| [[en:docs:win16:api:kernel:LockSegment]] | | | | |
| 019| [[en:docs:win16:api:kernel|GLOBALCOMPACT]] | Generate free bytes of global memory by compacting, if necessary, the system's global heap | | | | 1.03 | Yes | | | 024| [[en:docs:win16:api:kernel:UnlockSegment]] | | | | |
| 01d| [[en:docs:win16:api:kernel|YIELD]] | halts the current task and starts any waiting task | | | | 1.03 | Yes | | | 025| [[en:docs:win16:api:kernel:GlobalCompact]] | Generate free bytes of global memory by compacting, if necessary, the system's global heap | | | | 1.03 | Yes | |
| 01e| [[en:docs:win16:api:kernel|WAITEVENT]] | | | | | | 026| [[en:docs:win16:api:kernel:GlobalFreeAll]] | | | | | | | |
| 024| [[en:docs:win16:api:kernel|GETCURRENTTASK]] | Return the handle of the currently executing task | | | | 1.03 | Yes | | | 027| [[en:docs:win16:api:kernel:GetModuleName]] | | | | | | | |
| 025| [[en:docs:win16:api:kernel|GETCURRENTPDB]] | Return current PDB | | | | | 028| [[en:docs:win16:api:kernel:GlobalMasterHandle]] | | | | | | | |
| 02d| [[en:docs:win16:api:kernel|LOADMODULE]] | Load module | | | | | Yes | | | 029| [[en:docs:win16:api:kernel:Yield]] | halts the current task and starts any waiting task | | | | 1.03 | Yes | |
| 02e| [[en:docs:win16:api:kernel|FREEMODULE]] | Release module | | | | | Yes | | | 030| [[en:docs:win16:api:kernel:WaitEvent]] | | | | |
| 02f| [[en:docs:win16:api:kernel|GETMODULEHANDLE]] | Retrieve the module handle of the specified module | | | | 1.03 | Yes | | | 031| [[en:docs:win16:api:kernel:PostEvent]] | | | | | | | |
| 030| [[en:docs:win16:api:kernel|GETMODULEUSAGE]] | Return the reference count of a given module | | | | 1.03 | Yes | | | 032| [[en:docs:win16:api:kernel:SetPriority]] | | | | | | | |
| 031| [[en:docs:win16:api:kernel|GETMODULEFILENAME]] | Retrieve the name of the executable file from which the specified module was loaded | | | | 1.03 | Yes | | | 033| [[en:docs:win16:api:kernel:LockCurrentTask]] | | | | | | | |
| 032| [[en:docs:win16:api:kernel|GETPROCADDRESS]] | Retrieve the memory address of the function whose name | | | | 1.03 | Yes | | | 034| [[en:docs:win16:api:kernel:SetTaskQueue]] | | | | | | | |
| 033| [[en:docs:win16:api:kernel|MAKEPROCINSTANCE]] | Bind the data segment of the module instance specified to the function pointed | | | | 1.03 | Yes | | | 035| [[en:docs:win16:api:kernel:GetTaskQueue]] | | | | | | | |
| 034| [[en:docs:win16:api:kernel|FREEPROCINSTANCE]] | Frees the function specified from the data segment | | | | 1.03 | Yes | | | 036| [[en:docs:win16:api:kernel:GetCurrentTask]] | Return the handle of the currently executing task | | | | 1.03 | Yes | |
| 036| [[en:docs:win16:api:kernel|GETINSTANCEDATA]] | Copy data from a previous instance of an application into the data area of the current instance | | | | 1.03 | Yes | | | 037| [[en:docs:win16:api:kernel:GetCurrentPDB]] | Return current PDB | | | |
| 037| [[en:docs:win16:api:kernel|CATCH]] | Catch the current execution environment and copy it the the buffer | | | | 1.03 | Yes | | | 038| [[en:docs:win16:api:kernel:SetTaskSignalProc]] | | | | | | | |
| 038| [[en:docs:win16:api:kernel|THROW]] | Restore the execution environment to the values saved in the buffer | | | | 1.03 | Yes | | | 039| [[en:docs:win16:api:kernel:SetTaskSwitchProc]] | | | | | | | |
| 039| [[en:docs:win16:api:kernel|GETPROFILEINT]] | Retrieve the value of an integer key from the the Windows initialization file | | | | 1.03 | Yes | | | 040| [[en:docs:win16:api:kernel:SetTaskInterchange]] | | | | | | | |
| 03a| [[en:docs:win16:api:kernel|GETPROFILESTRING]] | Copy a character string from the user profile into the buffer | | | | 1.03 | Yes | | | 041| [[en:docs:win16:api:kernel:EnableDOS]] | | | | | | | |
| 03b| [[en:docs:win16:api:kernel|WRITEPROFILESTRING]] | Copy the character string into the Windows initialization file | | | | 1.03 | Yes | | | 042| [[en:docs:win16:api:kernel:DisableDOS]] | | | | | | | |
| 03c| [[en:docs:win16:api:kernel|FINDRESOURCE]] | Determine the location of a resource in the specified resource file | | | | 1.03 | Yes | | | 043| [[en:docs:win16:api:kernel:IsScreenGrab]] | | | | | | | |
| 03d| [[en:docs:win16:api:kernel|LOADRESOURCE]] | Load a resource from the executable file associated with the module | | | | 1.03 | Yes | | | 044| [[en:docs:win16:api:kernel:BuildPDB]] | | | | | | | |
| 03e| [[en:docs:win16:api:kernel|LOCKRESOURCE]] | Retrieve the absolute memory address of the loaded resource | | | | 1.03 | Yes | | | 045| [[en:docs:win16:api:kernel:LoadModule]] | Load module | | | | | Yes | |
| 03f| [[en:docs:win16:api:kernel|FREERESOURCE]] | Remove a loaded resource from memory by freeing the allocated memory occupied by that resource | | | | 1.03 | Yes | | | 046| [[en:docs:win16:api:kernel:FreeModule]] | Release module | | | | | Yes | |
| 040| [[en:docs:win16:api:kernel|ACCESSRESOURCE]] | Open the specified resource file and moves the file pointer to the beginning of the specified resource | | | | 1.03 | | | 047| [[en:docs:win16:api:kernel:GetModuleHandle]] | Retrieve the module handle of the specified module | | | | 1.03 | Yes | |
| 041| [[en:docs:win16:api:kernel|SIZEOFRESOURCE]] | Supply the size in bytes of the specified resource | | | | 1.03 | Yes | | | 048| [[en:docs:win16:api:kernel:GetModuleUsage]] | Return the reference count of a given module | | | | 1.03 | Yes | |
| 042| [[en:docs:win16:api:kernel|ALLOCRESOURCE]] | Allocate uninitialized memory for the passed resource | | | | 1.03 | Yes | | | 049| [[en:docs:win16:api:kernel:GetModuleFileName]] | Retrieve the name of the executable file from which the specified module was loaded | | | | 1.03 | Yes | |
| 043| [[en:docs:win16:api:kernel|SETRESOURCEHANDLER]] | Set up a function to load resources | | | | 1.03 | Yes | | | 050| [[en:docs:win16:api:kernel:GetProcAddress]] | Retrieve the memory address of the function whose name | | | | 1.03 | Yes | |
| 044| [[en:docs:win16:api:kernel|INITATOMTABLE]] | Initialize an atom hash table and set its size | | | | 1.03 | | | 051| [[en:docs:win16:api:kernel:MakeProcInstance]] | Bind the data segment of the module instance specified to the function pointed | | | | 1.03 | Yes | |
| 045| [[en:docs:win16:api:kernel|FINDATOM]] | Search the atom table for the character string | | | | 1.03 | | | 052| [[en:docs:win16:api:kernel:FreeProcInstance]] | Frees the function specified from the data segment | | | | 1.03 | Yes | |
| 046| [[en:docs:win16:api:kernel|ADDATOM]] | Add the character string to the atom table | | | | 1.03 | | | 053| [[en:docs:win16:api:kernel:CallProcInstance]] | | | | | | | |
| 047| [[en:docs:win16:api:kernel|DELETEATOM]] | Delete an atom | | | | 1.03 | | | 054| [[en:docs:win16:api:kernel:GetInstanceData]] | Copy data from a previous instance of an application into the data area of the current instance | | | | 1.03 | Yes | |
| 048| [[en:docs:win16:api:kernel|GETATOMNAME]] | Retrieve a copy of the character string associated with atom | | | | 1.03 | | | 055| [[en:docs:win16:api:kernel:Catch]] | Catch the current execution environment and copy it the the buffer | | | | 1.03 | Yes | |
| 049| [[en:docs:win16:api:kernel|GETATOMHANDLE]] | | | | | | 056| [[en:docs:win16:api:kernel:Throw]] | Restore the execution environment to the values saved in the buffer | | | | 1.03 | Yes | |
| 04a| [[en:docs:win16:api:kernel|OPENFILE]] | Create, open, reopen, or delete a file | | | | 1.03 | Yes | | | 057| [[en:docs:win16:api:kernel:GetProfileInt]] | Retrieve the value of an integer key from the the Windows initialization file | | | | 1.03 | Yes | |
| 04d| [[en:docs:win16:api:kernel|AnsiNext]] | Move to the next character in a string | | | | 1.03 | | | 058| [[en:docs:win16:api:kernel:GetProfileString]] | Copy a character string from the user profile into the buffer | | | | 1.03 | Yes | |
| 04e| [[en:docs:win16:api:kernel|AnsiPrev]] | Move to the previous character in a string | | | | 1.03 | | | 059| [[en:docs:win16:api:kernel:WriteProfileString]] | Copy the character string into the Windows initialization file | | | | 1.03 | Yes | |
| 04f| [[en:docs:win16:api:kernel|AnsiUpper]] | Convert a string or a character to upper case | | | | 1.03 | | | 060| [[en:docs:win16:api:kernel:FindeResource]] | Determine the location of a resource in the specified resource file | | | | 1.03 | Yes | |
| 050| [[en:docs:win16:api:kernel|AnsiLower]] | Convert the given string to lower case | | | | 1.03 | | | 061| [[en:docs:win16:api:kernel:LoadResource]] | Load a resource from the executable file associated with the module | | | | 1.03 | Yes | |
| 051| [[en:docs:win16:api:kernel|_LCLOSE]] | Close the file described by the file handle | | | | | Yes | | | 062| [[en:docs:win16:api:kernel:LockResource]] | Retrieve the absolute memory address of the loaded resource | | | | 1.03 | Yes | |
| 052| [[en:docs:win16:api:kernel|_LREAD]] | Read a specified number of bytes from a file into memory | | | | | Yes | | | 063| [[en:docs:win16:api:kernel:FreeResource]] | Remove a loaded resource from memory by freeing the allocated memory occupied by that resource | | | | 1.03 | Yes | |
| 053| [[en:docs:win16:api:kernel|_LCREAT]] | Create and open a file, described by FileName, for reading and/or writing | | | | | Yes | | | 064| [[en:docs:win16:api:kernel:AccessResource]] | Open the specified resource file and moves the file pointer to the beginning of the specified resource | | | | 1.03 | |
| 054| [[en:docs:win16:api:kernel|_LLSEEK]] | Move the current file position pointer of the file | | | | | Yes | | | 065| [[en:docs:win16:api:kernel:SizeOfResource]] | Supply the size in bytes of the specified resource | | | | 1.03 | Yes | |
| 055| [[en:docs:win16:api:kernel|_LOPEN]] | Open a file | | | | | Yes | | | 066| [[en:docs:win16:api:kernel:AllocResource]] | Allocate uninitialized memory for the passed resource | | | | 1.03 | Yes | |
| 056| [[en:docs:win16:api:kernel|_LWRITE]] | Write a specified number of bytes of memory to a file | | | | | Yes | | | 067| [[en:docs:win16:api:kernel:SetResourceHandle]] | Set up a function to load resources | | | | 1.03 | Yes | |
| 057| [[en:docs:win16:api:kernel|LSTRCMP]] | Compare two strings | | | | | Yes | | | 068| [[en:docs:win16:api:kernel:InitAtomTable]] | Initialize an atom hash table and set its size | | | | 1.03 | |
| 058| [[en:docs:win16:api:kernel|LSTRCPY]] | Copy the contents from one string to another | | | | | Yes | | | 069| [[en:docs:win16:api:kernel:FindAtom]] | Search the atom table for the character string | | | | 1.03 | |
| 059| [[en:docs:win16:api:kernel|LSTRCAT]] | Concatecate the contents of two strings | | | | | Yes | | | 070| [[en:docs:win16:api:kernel:AddAtom]] | Add the character string to the atom table | | | | 1.03 | |
| 05a| [[en:docs:win16:api:kernel|LSTRLEN]] | Determines the length of the string | | | | | Yes | | | 071| [[en:docs:win16:api:kernel:DeleteAtom]] | Delete an atom | | | | 1.03 | |
| 05b| [[en:docs:win16:api:kernel|INITTASK]] | | | | | | 072| [[en:docs:win16:api:kernel:GetAtomName]] | Retrieve a copy of the character string associated with atom | | | | 1.03 | |
| 05c| [[en:docs:win16:api:kernel|GETTEMPDRIVE]] | Return a letter specifying the optimal drive for a temporary file | | | | 1.03 | Yes | | | 073| [[en:docs:win16:api:kernel:GetAtomHandle]] | | | | |
| 05d| [[en:docs:win16:api:kernel|GETCODEHANDLE]] | Return the handle of the code segment containing the function pointed | | | | 1.03 | | | 074| [[en:docs:win16:api:kernel:OpenFile]] | Create, open, reopen, or delete a file | | | | 1.03 | Yes | |
| 05e| [[en:docs:win16:api:kernel|DEFINEHANDLETABLE]] | | | | | | 075| [[en:docs:win16:api:kernel:OpenPathname]] | | | | | | | |
| 05f| [[en:docs:win16:api:kernel|LOADLIBRARY]] | Load the library module contained in the specified file and returns a handle to the loaded module | | | | 1.03 | Yes | | | 076| [[en:docs:win16:api:kernel:DeletePathname]] | | | | | | | |
| 060| [[en:docs:win16:api:kernel|FREELIBRARY]] | Free memory occuped by library when module reference count equal to zero | | | | 1.03 | Yes | | | 077| [[en:docs:win16:api:kernel:AnsiNext]] | Move to the next character in a string | | | | 1.03 | Yes | |
| 061| [[en:docs:win16:api:kernel|GETTEMPFILENAME]] | Create a temporary filename | | | | 1.03 | Yes | | | 078| [[en:docs:win16:api:kernel:AnsiPrev]] | Move to the previous character in a string | | | | 1.03 | Yes | |
| 064| [[en:docs:win16:api:kernel|VALIDATECODESEGMENTS]] | | | | | | 079| [[en:docs:win16:api:kernel:AnsiUpper]] | Convert a string or a character to upper case | | | | 1.03 | Yes | |
| 066| [[en:docs:win16:api:kernel|DOS3CALL]] | | | | | | 080| [[en:docs:win16:api:kernel:AnsiLower]] | Convert the given string to lower case | | | | 1.03 | Yes | |
| 067| [[en:docs:win16:api:kernel|NETBIOSCALL]] | | | | | | 081| [[en:docs:win16:api:kernel:_lclose]] | Close the file described by the file handle | | | | | Yes | |
| 068| [[en:docs:win16:api:kernel|GETCODEINFO]] | | | | | | 082| [[en:docs:win16:api:kernel:_lread]] | Read a specified number of bytes from a file into memory | | | | | Yes | |
| 06a| [[en:docs:win16:api:kernel|SETSWAPAREASIZE]] | | | | | | 083| [[en:docs:win16:api:kernel:_lcreat]] | Create and open a file, described by FileName, for reading and/or writing | | | | | Yes | |
| 06b| [[en:docs:win16:api:kernel|SETERRORMODE]] | | | | | | 084| [[en:docs:win16:api:kernel:_llseek]] | Move the current file position pointer of the file | | | | | Yes | |
| 06c| [[en:docs:win16:api:kernel|SWITCHSTACKTO]] | | | | | | 085| [[en:docs:win16:api:kernel:_lopen]] | Open a file | | | | | Yes | |
| 06d| [[en:docs:win16:api:kernel|SWITCHSTACKBACK]] | | | | | | 086| [[en:docs:win16:api:kernel:_lwrite]] | Write a specified number of bytes of memory to a file | | | | | Yes | |
| 06f| [[en:docs:win16:api:kernel|GLOBALWIRE]] | | | | | | 087| [[en:docs:win16:api:kernel:lstrcmp]] | Compare two strings | | | | | Yes | |
| 070| [[en:docs:win16:api:kernel|GLOBALUNWIRE]] | | | | | | 088| [[en:docs:win16:api:kernel:lstrcpy]] | Copy the contents from one string to another | | | | | Yes | |
| 073| [[en:docs:win16:api:kernel|OUTPUTDEBUGSTRING]] | | | | | | 089| [[en:docs:win16:api:kernel:lstrcat]] | Concatecate the contents of two strings | | | | | Yes | |
| 079| [[en:docs:win16:api:kernel|LOCALSHRINK]] | | | | | | Yes | | | 090| [[en:docs:win16:api:kernel:lstrlen]] | Determines the length of the string | | | | | Yes | |
| 07f| [[en:docs:win16:api:kernel|GETPRIVATEPROFILEINT]] | | | | | | Yes | | | 091| [[en:docs:win16:api:kernel:InitTask]] | | | | |
| 080| [[en:docs:win16:api:kernel|GETPRIVATEPROFILESTRING]] | | | | | | Yes | | | 092| [[en:docs:win16:api:kernel:GetTempDrive]] | Return a letter specifying the optimal drive for a temporary file | | | | 1.03 | Yes | |
| 081| [[en:docs:win16:api:kernel|WRITEPRIVATEPROFILESTRING]] | | | | | | Yes | | | 093| [[en:docs:win16:api:kernel:GetCodeHandle]] | Return the handle of the code segment containing the function pointed | | | | 1.03 | |
| 082| [[en:docs:win16:api:kernel|FILECDR]] | | | | | | 094| [[en:docs:win16:api:kernel:DefineHandleTable]] | | | | |
| 083| [[en:docs:win16:api:kernel|GETDOSENVIRONMENT]] | | | | | | 095| [[en:docs:win16:api:kernel:LoadLibrary]] | Load the library module contained in the specified file and returns a handle to the loaded module | | | | 1.03 | Yes | |
| 084| [[en:docs:win16:api:kernel|GETWINFLAGS]] | | | | | | Yes | | | 096| [[en:docs:win16:api:kernel:FreeLibrary]] | Free memory occuped by library when module reference count equal to zero | | | | 1.03 | Yes | |
| 086| [[en:docs:win16:api:kernel|GETWINDOWSDIRECTORY]] | | | | | | Yes | | | 097| [[en:docs:win16:api:kernel:GetTempFilename]] | Create a temporary filename | | | | 1.03 | Yes | |
| 087| [[en:docs:win16:api:kernel|GETSYSTEMDIRECTORY]] | | | | | | Yes | | | 098| [[en:docs:win16:api:kernel:GetLastDiskChange]] | | | | | | | |
| 088| [[en:docs:win16:api:kernel|GETDRIVETYPE]] | | | | | | Yes | | | 099| [[en:docs:win16:api:kernel:GetLpErrMode]] | | | | | | | |
| 089| [[en:docs:win16:api:kernel|FATALAPPEXIT]] | | | | | | 100| [[en:docs:win16:api:kernel:ValidateCodeSegments]] | | | | |
| 08a| [[en:docs:win16:api:kernel|GETHEAPSPACES]] | | | | | | 101| [[en:docs:win16:api:kernel:NoHookDosCall]] | Call DOS INT 21H directly | | | | | | |
| 096| [[en:docs:win16:api:kernel|DIRECTEDYIELD]] | | | | | | Yes | | | 102| [[en:docs:win16:api:kernel:Dos3Call]] | | | | |
| 098| [[en:docs:win16:api:kernel|GETNUMTASKS]] | | | | | | Yes | | | 103| [[en:docs:win16:api:kernel:NetbiosCall]] | | | | |
| 09a| [[en:docs:win16:api:kernel|GLOBALNOTIFY]] | | | | | | Yes | | | 104| [[en:docs:win16:api:kernel:GetCodeInto]] | | | | |
| 09c| [[en:docs:win16:api:kernel|LIMITEMSPAGES]] | | | | | | 105| [[en:docs:win16:api:kernel:GetExeVersion]] | | | | | | | |
| 0a3| [[en:docs:win16:api:kernel|GLOBALLRUOLDEST]] | | | | | | Yes | | | 106| [[en:docs:win16:api:kernel:SetSwapAreaSize]] | | | | |
| 0a4| [[en:docs:win16:api:kernel|GLOBALLRUNEWEST]] | | | | | | Yes | | | 107| [[en:docs:win16:api:kernel:SetErrorMode]] | | | | | | Yes | |
| 0a6| [[en:docs:win16:api:kernel|WINEXEC]] | | | | | | Yes | | | 108| [[en:docs:win16:api:kernel:SwitchStackTo]] | | | | |
| 0a9| [[en:docs:win16:api:kernel|GETFREESPACE]] | | | | | | Yes | | | 109| [[en:docs:win16:api:kernel:SwitchStackBack]] | | | | |
| 0aa| [[en:docs:win16:api:kernel|ALLOCCSTODSALIAS]] | | | | | | 110| [[en:docs:win16:api:kernel:PatchCodeHandle]] | | | | | | | |
| 0ab| [[en:docs:win16:api:kernel|ALLOCDSTOCSALIAS]] | | | | | | 111| [[en:docs:win16:api:kernel:GlobalWire]] | | | | |
| 0af| [[en:docs:win16:api:kernel|ALLOCSELECTOR]] | | | | | | 112| [[en:docs:win16:api:kernel:GlobalUnwire]] | | | | |
| 0b0| [[en:docs:win16:api:kernel|FREESELECTOR]] | | | | | | 113| [[en:docs:win16:api:kernel:__AHSHIFT]] | | | | | | | |
| 0b1| [[en:docs:win16:api:kernel|PRESTOCHANGOSELECTOR]] | | | | | | 114| [[en:docs:win16:api:kernel:__AHINCR]] | | | | | | | |
| 0b8| [[en:docs:win16:api:kernel|GLOBALDOSALLOC]] | | | | | | 115| [[en:docs:win16:api:kernel:OutputDebugString]] | | | | | | Yes | |
| 0b9| [[en:docs:win16:api:kernel|GLOBALDOSFREE]] | | | | | | 116| [[en:docs:win16:api:kernel:InitLib]] | | | | | | | |
| 0ba| [[en:docs:win16:api:kernel|GETSELECTORBASE]] | | | | | | 117| [[en:docs:win16:api:kernel:OldYield]] | | | | | | | |
| 0bb| [[en:docs:win16:api:kernel|SETSELECTORBASE]] | | | | | | 118| [[en:docs:win16:api:kernel:GetTaskQueueDS]] | | | | | | | |
| 0bc| [[en:docs:win16:api:kernel|GETSELECTORLIMIT]] | | | | | | 119| [[en:docs:win16:api:kernel:GetTaskQueueES]] | | | | | | | |
| 0bd| [[en:docs:win16:api:kernel|SETSELECTORLIMIT]] | | | | | | 120| [[en:docs:win16:api:kernel:UndefDynLink]] | | | | | | | |
| 0bf| [[en:docs:win16:api:kernel|GLOBALPAGELOCK]] | | | | | | 121| [[en:docs:win16:api:kernel:LocalShrink]] | | | | | | Yes | |
| 0c0| [[en:docs:win16:api:kernel|GLOBALPAGEUNLOCK]] | | | | | | 122| [[en:docs:win16:api:kernel:IsTaskLocked]] | | | | | | | |
| 0c4| [[en:docs:win16:api:kernel|SELECTORACCESSRIGHTS]] | | | | | | 123| [[en:docs:win16:api:kernel:KbdRst]] | | | | | | | |
| 0c5| [[en:docs:win16:api:kernel|GLOBALFIX]] | | | | | | Yes | | | 124| [[en:docs:win16:api:kernel:EnableKernel]] | | | | | | | |
| 0c6| [[en:docs:win16:api:kernel|GLOBALUNFIX]] | | | | | | Yes | | | 125| [[en:docs:win16:api:kernel:DisableKernel]] | | | | | | | |
| 0c7| [[en:docs:win16:api:kernel|SETHANDLECOUNT]] | | | | | | Yes | | | 126| [[en:docs:win16:api:kernel:MemoryFreed]] | | | | | | | |
| 0c8| [[en:docs:win16:api:kernel|VALIDATEFREESPACES]] | | | | | | 127| [[en:docs:win16:api:kernel:GetPrivateProfileInt]] | | | | | | Yes | |
| 0cb| [[en:docs:win16:api:kernel|DEBUGBREAK]] | | | | | | 128| [[en:docs:win16:api:kernel:GetPrivateProfileString]] | | | | | | Yes | |
| 0cc| [[en:docs:win16:api:kernel|SWAPRECORDING]] | | | | | | 129| [[en:docs:win16:api:kernel:WritePrivatePRofileString]] | | | | | | Yes | |
| 0ce| [[en:docs:win16:api:kernel|ALLOCSELECTORARRAY]] | | | | | | 130| [[en:docs:win16:api:kernel:FileCdr]] | | | | |
| 0cf| [[en:docs:win16:api:kernel|ISDBCSLEADBYTE]] | | | | | | 131| [[en:docs:win16:api:kernel:GetDOSEnvironment]] | | | | |
| 136| [[en:docs:win16:api:kernel|LOCALHANDLEDELTA]] | Set the number of handle table entries to be allocated when the local heap manager runs out of handle table | | | | 1.03 | | | 132| [[en:docs:win16:api:kernel:GetWinFlags]] | | | | | | Yes | |
| 140| [[en:docs:win16:api:kernel|ISTASK]] | | | | | | Yes | | | 133| [[en:docs:win16:api:kernel:GetExePtr]] | | | | | | | |
| 143| [[en:docs:win16:api:kernel|ISROMMODULE]] | | | | | | 134| [[en:docs:win16:api:kernel:GetWindowsDirectory]] | | | | | | Yes | |
| 144| [[en:docs:win16:api:kernel|LOGERROR]] | | | | | | 135| [[en:docs:win16:api:kernel:GetSystemDirectory]] | | | | | | Yes | |
| 145| [[en:docs:win16:api:kernel|LOGPARAMERROR]] | | | | | | 136| [[en:docs:win16:api:kernel:GetDriveType]] | | | | | | Yes | |
| 146| [[en:docs:win16:api:kernel|ISROMFILE]] | | | | | | 137| [[en:docs:win16:api:kernel:FatalAppExit]] | | | | | | Yes | |
| 14e| [[en:docs:win16:api:kernel|ISBADREADPTR]] | | | | | | Yes | | | 138| [[en:docs:win16:api:kernel:GetHeapSpaces]] | | | | |
| 14f| [[en:docs:win16:api:kernel|ISBADWRITEPTR]] | | | | | | Yes | | | 139| [[en:docs:win16:api:kernel:DoSignal]] | | | | | | | |
| 150| [[en:docs:win16:api:kernel|ISBADCODEPTR]] | | | | | | Yes | | | 140| [[en:docs:win16:api:kernel:SetSigHandler]] | | | | | | | |
| 151| [[en:docs:win16:api:kernel|ISBADSTRINGPTR]] | | | | | | Yes | | | 141| [[en:docs:win16:api:kernel:InitTask1]] | | | | | | | |
| 15b| [[en:docs:win16:api:kernel|ISBADHUGEWRITEPTR]] | | | | | | Yes | | | 142| [[en:docs:win16:api:kernel:GetProfileSectionNames]] | | | | | | | |
| 15c| [[en:docs:win16:api:kernel|HMEMCPY]] | | | | | | 143| [[en:docs:win16:api:kernel:GetPrivateProfileSectionNames]] | | | | | | | |
| 15d| [[en:docs:win16:api:kernel|_HREAD]] | | | | | | 144| [[en:docs:win16:api:kernel:CreateDirectory]] | | | | | | | |
| 15e| [[en:docs:win16:api:kernel|_HWRITE]] | | | | | | 145| [[en:docs:win16:api:kernel:RemoveDirectory]] | | | | | | | |
| 161| [[en:docs:win16:api:kernel|LSTRCPYN]] | | | | | | 146| [[en:docs:win16:api:kernel:DeleteFile]] | | | | | | | |
| 162| [[en:docs:win16:api:kernel|GETAPPCOMPATFLAGS]] | | | | | | 147| [[en:docs:win16:api:kernel:SetLastError]] | | | | | | | |
| 163| [[en:docs:win16:api:kernel|GETWINDEBUGINFO]] | | | | | | 148| [[en:docs:win16:api:kernel:GetLastError]] | | | | | | | |
| 164| [[en:docs:win16:api:kernel|SETWINDEBUGINFO]] | | | | | | 149| [[en:docs:win16:api:kernel:GetVersionEx]] | | | | | | | |
| | 150| [[en:docs:win16:api:kernel:DirectedYield]] | | | | | | Yes | |
| | 151| [[en:docs:win16:api:kernel:WinOldApCall]] | | | | | | | |
| | 152| [[en:docs:win16:api:kernel:GetNumTasks]] | | | | | | Yes | |
| | 153| [[en:docs:win16:api:kernel|???]] | | | | | | | |
| | 154| [[en:docs:win16:api:kernel:GlobalNotify]] | | | | | | Yes | |
| | 155| [[en:docs:win16:api:kernel:GetTaskDS]] | | | | | | | |
| | 156| [[en:docs:win16:api:kernel:LimitEMSPages]] | | | | |
| | 157| [[en:docs:win16:api:kernel:GetCurPID]] | | | | | | | |
| | 158| [[en:docs:win16:api:kernel:IsWinOldApTask]] | | | | | | | |
| | 159| [[en:docs:win16:api:kernel:GlobalHandleNoRip]] | | | | | | | |
| | 160| [[en:docs:win16:api:kernel:EMSCopy]] | | | | | | | |
| | 161| [[en:docs:win16:api:kernel:LocalCountFree]] | | | | | | | |
| | 162| [[en:docs:win16:api:kernel:LocalHeapSize]] | | | | | | | |
| | 163| [[en:docs:win16:api:kernel:GlobalLRUOldest]] | | | | | | Yes | |
| | 164| [[en:docs:win16:api:kernel:GlobalLRUNewest]] | | | | | | Yes | |
| | 165| [[en:docs:win16:api:kernel:A20Proc]] | | | | | | | |
| | 166| [[en:docs:win16:api:kernel:WinExec]] | | | | | | Yes | |
| | 167| [[en:docs:win16:api:kernel:GetExpWinVer]] | | | | | | | |
| | 168| [[en:docs:win16:api:kernel:DirectResAlloc]] | | | | | | | |
| | 169| [[en:docs:win16:api:kernel:GEtFreeSpace]] | | | | | | Yes | |
| | 170| [[en:docs:win16:api:kernel:AllocCSToDSAlisa]] | | | | |
| | 171| [[en:docs:win16:api:kernel:AllocDSToCSAlias]] | | | | |
| | 172| [[en:docs:win16:api:kernel:AllocAlias]] | | | | | | | |
| | 173| [[en:docs:win16:api:kernel:__ROMBIOS]] | BIOS selector | | | | | | |
| | 174| [[en:docs:win16:api:kernel:__A000H]] | Selector of A000:0000 | | | | | | |
| | 175| [[en:docs:win16:api:kernel:AllocSelector]] | | | | |
| | 176| [[en:docs:win16:api:kernel:FreeSelector]] | | | | |
| | 177| [[en:docs:win16:api:kernel:PrestoChangoSelector]] | | | | |
| | 178| [[en:docs:win16:api:kernel:__WINFLAGS]] | | | | | | | |
| | 179| [[en:docs:win16:api:kernel:__D000H]] | Selector of D000:0000 | | | | | | |
| | 180| [[en:docs:win16:api:kernel:LongPtrAdd]] | | | | | | | |
| | 181| [[en:docs:win16:api:kernel:__B000H]] | Selector of B000:0000 | | | | | | |
| | 182| [[en:docs:win16:api:kernel:__B800H]] | Selector of B800:0000 | | | | | | |
| | 183| [[en:docs:win16:api:kernel:__0000H]] | Selector of 0000:0000 | | | | | | |
| | 184| [[en:docs:win16:api:kernel:GlobalDOSAlloc]] | Allocate memory blocks in the first megabyte address space | | | |
| | 185| [[en:docs:win16:api:kernel:GlobalDOSFree]] | Free memory blocks in the first megabyte address space | | | |
| | 186| [[en:docs:win16:api:kernel:GetSelectorBase]] | Get selector base address | | | |
| | 187| [[en:docs:win16:api:kernel:SetSelectorBase]] | Sel selector base address | | | |
| | 188| [[en:docs:win16:api:kernel:GetSelectorLimit]] | Get selector memory limit | | | |
| | 189| [[en:docs:win16:api:kernel:SetSelectorLimit]] | Set selector memory limit | | | |
| | 190| [[en:docs:win16:api:kernel:__E000H]] | Selector of E000:0000 | | | | | | |
| | 191| [[en:docs:win16:api:kernel:GlobalPageLock]] | | | | |
| | 192| [[en:docs:win16:api:kernel:GlobalPageUnlock]] | | | | |
| | 193| [[en:docs:win16:api:kernel:__0040H]] | Selector of 0040:0000 | | | | | | |
| | 194| [[en:docs:win16:api:kernel:__F000H]] | Selector of F000:0000 | | | | | | |
| | 195| [[en:docs:win16:api:kernel:__C000H]] | Selector of C000:0000 | | | | | | |
| | 196| [[en:docs:win16:api:kernel:SelectorAccessRights]] | | | | |
| | 197| [[en:docs:win16:api:kernel:GlobalFix]] | | | | | | Yes | |
| | 198| [[en:docs:win16:api:kernel:GlobalUnfix]] | | | | | | Yes | |
| | 199| [[en:docs:win16:api:kernel:SetHandleCount]] | | | | | | Yes | |
| | 200| [[en:docs:win16:api:kernel:ValidateFreeSpaces]] | | | | |
| | 201| [[en:docs:win16:api:kernel:ReplaceInst]] | | | | | | | |
| | 202| [[en:docs:win16:api:kernel:RegisterPtrace]] | | | | | | | |
| | 203| [[en:docs:win16:api:kernel:DebugBreak]] | | | | |
| | 204| [[en:docs:win16:api:kernel:SwapRecording]] | | | | |
| | 205| [[en:docs:win16:api:kernel:CVWBreak]] | | | | | | | |
| | 206| [[en:docs:win16:api:kernel:AllocSelectorArray]] | | | | |
| | 207| [[en:docs:win16:api:kernel:IsDBCSLeadByte]] | | | | | | Yes | |
| | 310| [[en:docs:win16:api:kernel:LocalHandleDelta]] | Set the number of handle table entries to be allocated when the local heap manager runs out of handle table | | | | 1.03 | |
| | 320| [[en:docs:win16:api:kernel:IsTask]] | | | | | | Yes | |
| | 323| [[en:docs:win16:api:kernel:IsROMModule]] | | | | |
| | 324| [[en:docs:win16:api:kernel:LogError]] | | | | |
| | 325| [[en:docs:win16:api:kernel:LogParamError]] | | | | |
| | 326| [[en:docs:win16:api:kernel:IsROMFile]] | | | | |
| | 334| [[en:docs:win16:api:kernel:IsBadReadPtr]] | | | | | | Yes | |
| | 335| [[en:docs:win16:api:kernel:IsBadWritePtr]] | | | | | | Yes | |
| | 336| [[en:docs:win16:api:kernel:IsBadCodePtr]] | | | | | | Yes | |
| | 337| [[en:docs:win16:api:kernel:IsBadStringPtr]] | | | | | | Yes | |
| | 347| [[en:docs:win16:api:kernel:IsBadHugeWritePtr]] | | | | | | Yes | |
| | 348| [[en:docs:win16:api:kernel:hmemcpy]] | | | | |
| | 349| [[en:docs:win16:api:kernel:_hread]] | | | | |
| | 350| [[en:docs:win16:api:kernel:_hwrite]] | | | | |
| | 353| [[en:docs:win16:api:kernel:lstrcpyn]] | | | | | | Yes | |
| | 354| [[en:docs:win16:api:kernel:GetAppCompatFlags]] | | | | |
| | 355| [[en:docs:win16:api:kernel:GetWinDebugInfo]] | | | | |
| | 356| [[en:docs:win16:api:kernel:SetWinDebugInfo]] | | | | |
| |
Not found in exports (check other module later): | Not found in exports (check other module later): |
LockData 1.03 | LockData 1.03 |
UnLockData 1.03 | UnLockData 1.03 |
SetPriority 1.03 | |
AddFontResource 1.03 | AddFontResource 1.03 |
RemoveFontResource 1.03 | RemoveFontResource 1.03 |
LoadBitmap 1.03 | |
LoadCursor 1.03 | |
LoadIcon 1.03 | |
LoadMenu 1.03 | |
LoadString 1.03 | |
LoadAccelerators 1.03 | |
AnsiToOem 1.03 | |
OemToAnsi 1.03 | |
MAKEINTATOM 1.03 (Macro?) | |
| |
Module manager: | |
GETVERSION | |
GETMODULEHANDLE | |
GETMODULEUSAGE | |
GETMODULEFILENAME | |
GETPROCADDRESS | |
MAKEPROCINSTANCE | |
FREEPROCINSTANCE | |
GETINSTANCEDATA | |
CATCH | |
THROW | |
GETCODEHANDLE | |
LOADLIBRARY | |
FREELIBRARY | |
| |
Memory Manager: | |
GlobalAlloc | |
GlobalCompact | |
GlobalDiscard | |
GlobalFree | |
GlobalLock | |
GlobalReAlloc | |
GlobalSize | |
GlobalUnlock | |
GlobalFlags | |
LocalAlloc | |
LocalCompact | |
LocalDiscard | |
LocalFree | |
LocalLock | |
LocalFreeze | |
LocalMelt | |
LocalReAlloc | |
LocalSize | |
LocalUnlock | |
LocalHandleDelta | |
LockData | |
UnlockData | |
LocalFlags | |
| |
Task Scheduler: | |
GetCurrentTask | |
Yield | |
SetPriority | |
| |
Resource Manager: | |
AddFontResource | |
RemoveFontResource | |
LoadBitmap | |
LoadCursor | |
LoadIcon | |
LoadMenu | |
LoadString | |
LoadAccelerators | |
FindResource | |
LoadResource | |
AllocResource | |
LockResource | |
FreeResource | |
AccessResource | |
SizeofResource | |
SetResourceHandler | |
| |
String Translation: | |
AnsiUpper | |
AnsiLower | |
AnsiNext | |
AnsiPrev | |
| |
Atom Manager: | |
InitAtomTable | |
AddAtom | |
DeleteAtom | |
FindAtom | |
GetAtomName | |
| |
Windows Initialization File: | |
GetProfilelnt | |
GetProfileString | |
WriteProfileString | |
| |
Debugging: | |
FatalExit | |
| |
File I/O: | |
OpenFile | |
GetTempFileName | |
GetTempDrive | |
| |
| {{page>en:templates:win16}} |