en:docs:win16:modules:kernel

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:docs:win16:modules:kernel [2021/09/24 04:50] prokusheven:docs:win16:modules:kernel [2022/01/08 04:48] prokushev
Line 67: Line 67:
 | 04f| [[en:docs:win16:api:kernel|AnsiUpper]] | Convert a string or a character to upper case | | | | 1.03 | | 04f| [[en:docs:win16:api:kernel|AnsiUpper]] | Convert a string or a character to upper case | | | | 1.03 |
 | 050| [[en:docs:win16:api:kernel|AnsiLower]] | Convert the given string to lower case | | | | 1.03 | | 050| [[en:docs:win16:api:kernel|AnsiLower]] | Convert the given string to lower case | | | | 1.03 |
-| 051| [[en:docs:win16:api:kernel|_LCLOSE]] | | | | +| 051| [[en:docs:win16:api:kernel|_LCLOSE]] | Close the file described by the file handle | | | | | Yes 
-| 052| [[en:docs:win16:api:kernel|_LREAD]] | | | | +| 052| [[en:docs:win16:api:kernel|_LREAD]] | Read a specified number of bytes from a file into memory | | | | | Yes 
-| 053| [[en:docs:win16:api:kernel|_LCREAT]] | | | | +| 053| [[en:docs:win16:api:kernel|_LCREAT]] | Create and open a file, described by FileName, for reading and/or writing | | | | | Yes 
-| 054| [[en:docs:win16:api:kernel|_LLSEEK]] | | | | +| 054| [[en:docs:win16:api:kernel|_LLSEEK]] | Move the current file position pointer of the file | | | | | Yes 
-| 055| [[en:docs:win16:api:kernel|_LOPEN]] | | | | +| 055| [[en:docs:win16:api:kernel|_LOPEN]] | Open a file | | | | | Yes 
-| 056| [[en:docs:win16:api:kernel|_LWRITE]] | | | | +| 056| [[en:docs:win16:api:kernel|_LWRITE]] | Write a specified number of bytes of memory to a file | | | | | Yes 
-| 057| [[en:docs:win16:api:kernel|lstrcmp]] | | | |+| 057| [[en:docs:win16:api:kernel|LSTRCMP]] | | | |
 | 058| [[en:docs:win16:api:kernel|LSTRCPY]] | | | | | 058| [[en:docs:win16:api:kernel|LSTRCPY]] | | | |
 | 059| [[en:docs:win16:api:kernel|LSTRCAT]] | | | | | 059| [[en:docs:win16:api:kernel|LSTRCAT]] | | | |