PDA

Click to See Complete Forum and Search --> : CreateCompatible DC declaration???


Oct 3rd, 2000, 08:32 AM
Hello all.

I can't find the declaration for the CreateCompatibleDC API. (It is not listed in the http://www.vbapi.com site) Can anyone send them to me, with any parameter and constants to set.

Thanks.

amoisan@ige-xao.com

Fox
Oct 3rd, 2000, 09:03 AM
Public Declare Function CreateCompatibleDC Lib "gdi32" Alias "CreateCompatibleDC" (ByVal hdc As Long) As Long

oetje
Oct 3rd, 2000, 09:07 AM
If an api call isn't listed on http://www.vbapi.com and you need the declaration, then look up this file: ftp://ftp.nh.ultra.net/pub/p/phscs/WIN32API.TXT

Oct 3rd, 2000, 10:26 AM
All right. That should do it.


Thanks.