I have an old copy of bitblt from 2000. The holes I punched to put it in a folder are
worn through. Looked on "ask" and "Google". I could not find the same format as I have
from 2000. What in the world is going on??????????????????
Surly somewhere there is a list of Microsoft/s APIs without all this new nonsense!!!!!
I guess the APIs are now a big secret. So this means we stop programming????????
Hello shankle
Is this what you wanted.
From VC98 header file WINGDI.H
WINGDIAPI BOOL WINAPI BitBlt(HDC, int, int, int, int, HDC, int, int, DWORD);
From VC2015 header file wingdi.h
WINGDIAPI BOOL WINAPI BitBlt( _In_ HDC hdc, _In_ int x, _In_ int y, _In_ int cx, _In_ int cy, _In_opt_ HDC hdcSrc, _In_ int x1, _In_ int y1, _In_ DWORD rop);
Thank you for replying CacheGB.
There used to be hundreds of APIs on the Microsoft sight.
Now what's there is useless IMHO.
No, in answer to your response. It is a 2 page listing consisting
of 9 parameters, details of each parameter, Return Values,
Remarks and requirements.
Iczelion's Simple Bitmap tutorial explains the usage of BitBlt :
http://win32assembly.programminghorizon.com/tut25.html
Thanks Vortex.
It is for my library of APIs.
Just need a new copy.