Re: RGFW Wrapper and Partial OpenGL Wrapper
- Posted by jmduro 2 days ago
- 107 views
Icy_Viking said...
That's awesome that std/ffi.e is coming close to completion. I've looked into starting a new win32lib, but the windows API is huge.
I have a list of more than 4300 windows routines described as here:
"wtsapi32", "WTSQuerySessionInformationA", {pointer, uint32, pointer, pointer, pointer}, int32 "wtsapi32", "WTSQuerySessionInformationW", {pointer, uint32, pointer, pointer, pointer}, int32 "wtsapi32", "WTSQueryUserToken", {ulong, pointer}, int32 "wtsapi32", "WTSRegisterSessionNotification", {pointer, uint32}, int32 "wtsapi32", "WTSUnRegisterSessionNotification", {pointer}, int32 "wtsapi32", "WTSWaitSystemEvent", {pointer, uint32, pointer}, int32
It could help. If needed I can provide it by private mail because of its size.
Jean-Marc