en:templates:win16

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:templates:win16 [2022/11/20 05:21] prokusheven:templates:win16 [2023/10/14 07:54] (current) prokushev
Line 4: Line 4:
 ^ Task Scheduler | GetCurrentTask Yield SetPriority | ^ Task Scheduler | GetCurrentTask Yield SetPriority |
 ^ Resource Manager | AddFontResource RemoveFontResource LoadBitmap LoadCursor LoadIcon LoadMenu LoadString LoadAccelerators FindResource LoadResource AllocResource LockResource FreeResource AccessResource SizeofResource SetResourceHandler | ^ Resource Manager | AddFontResource RemoveFontResource LoadBitmap LoadCursor LoadIcon LoadMenu LoadString LoadAccelerators FindResource LoadResource AllocResource LockResource FreeResource AccessResource SizeofResource SetResourceHandler |
-^ String Translation | AnsiUpper AnsiLower AnsiNext AnsiPrev | +^ String Translation | [[en:docs:win16:api:kernel:AnsiUpper]] [[en:docs:win16:api:kernel:AnsiLower]] [[en:docs:win16:api:kernel:AnsiNext]] [[en:docs:win16:api:kernel:AnsiPrev]] 
-^ Atom Manager | InitAtomTable AddAtom DeleteAtom FindAtom GetAtomName |+^ Atom Manager | [[en:docs:win16:api:kernel:InitAtomTable]] [[en:docs:win16:api:kernel:AddAtom]] [[en:docs:win16:api:kernel:DeleteAtom]] [[en:docs:win16:api:kernel:FindAtom]] [[en:docs:win16:api:kernel:GetAtomName]] |
 ^ Windows Initialization File | GetProfileInt GetProfileString WriteProfileString | ^ Windows Initialization File | GetProfileInt GetProfileString WriteProfileString |
 ^ Debugging | FatalExit | ^ Debugging | FatalExit |
 ^ File I/O | OpenFile GetTempFileName GetTempDrive | ^ File I/O | OpenFile GetTempFileName GetTempDrive |
 +^ Registry | [[en:docs:win16:api:shell:RegOpenKey]] [[en:docs:win16:api:shell:RegCreateKey]] [[en:docs:win16:api:shell:RegCloseKey]] [[en:docs:win16:api:shell:RegDeleteKey]] [[en:docs:win16:api:shell:RegSetValue]] [[en:docs:win16:api:shell:RegQueryValue]] [[en:docs:win16:api:shell:RegEnumKey]] |