flat assembler
Message board for the users of flat assembler.

Index > Windows > changes in kernel32.inc

Author
Thread Post new topic Reply to topic
Ali.Z



Joined: 08 Jan 2018
Posts: 714
Ali.Z 14 Jul 2018, 01:48
i found a missing functions "GetConsoleOriginalTitle" (A & W)
GetConsoleProcessList
so i added them to kernel32.inc

Code:
import kernel32,\
...
;GetConsoleMode,'GetConsoleMode',\ was here previously
GetConsoleOriginalTitleA,'GetConsoleOriginalTitleA',\ ; i added this line (218)
GetConsoleOriginalTitleW,'GetConsoleOriginalTitleW',\ ; this line too(219)
;GetConsoleOutputCP,'GetConsoleOutputCP',\ same as first line
GetConsoleProcessList,'GetConsoleProcessList',\  ; new line here
...
api ...
...
;GetConsoleKeyboardLayoutName,\ was here already
GetConsoleOriginalTitle,\ ; this line is added (line 787)
;GetConsoleTitle,\ was here too
...    

_________________
Asm For Wise Humans
Post 14 Jul 2018, 01:48
View user's profile Send private message Reply with quote
Ali.Z



Joined: 08 Jan 2018
Posts: 714
Ali.Z 14 Jul 2018, 02:29
GetConsoleScreenBufferInfoEx ... 223
GetConsoleSelectionInfo,'GetConsoleSelectionInfo',\ (line 224)
Post 14 Jul 2018, 02:29
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.