News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

seems all I do is complain - bitblt this time

Started by shankle, July 15, 2018, 05:45:45 AM

Previous topic - Next topic

shankle

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??????????????????

shankle

Surly somewhere there is a list of Microsoft/s APIs without all this new nonsense!!!!!

shankle

I guess the APIs are now a big secret. So this means we stop programming????????

Caché GB

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);

Caché GB's 1 and 0-nly language:MASM

shankle

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. 

Vortex

Iczelion's Simple Bitmap tutorial explains the usage of BitBlt :

http://win32assembly.programminghorizon.com/tut25.html

shankle

Thanks Vortex.
It is for my library of APIs.
Just need a new copy.