Where can I download MINGW API docs? -


i failed using command man find mingw function getpixel(),getdc(). can download completed mingw api docs?

i don't know mingw. these apis part of windows api. can find these reference on msdn web site.

getpixel http://msdn.microsoft.com/en-us/library/windows/desktop/dd144909(v=vs.85).aspx

getdc http://msdn.microsoft.com/en-us/library/windows/desktop/dd144871(v=vs.85).aspx


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -