Can't call GetWindowTextW - Error:undefined identifier

John Chapman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 17 14:06:19 PDT 2015


On Wednesday, 17 June 2015 at 21:00:55 UTC, Dan wrote:
> thank you John it worked :)
>
> do I always need do the same for all windows API?

For most Win32 API functions, yes. Although there are some more 
complete headers on Github (for example, 
https://github.com/rikkimax/WindowsAPI).


More information about the Digitalmars-d-learn mailing list