Jump to content

Talk:DosGetCp

From EDM2
Revision as of 18:55, 17 October 2016 by Martini (talk | contribs) (Created page with "~~~~ you should know - there is two type of API functions old type - call convention Far16 Pascal new type - call convention Near32 C so DosGetCp is Far16 Pascal DosQueryCp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Martini (talk) 18:55, 17 October 2016 (CEST) you should know - there is two type of API functions old type - call convention Far16 Pascal new type - call convention Near32 C so DosGetCp is Far16 Pascal DosQueryCp is Near32 C they do almost the same for your reference DosGetCp is ordinal 130 and DosQueryCp is ordinal 291