From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,21e05550ecbdb108 X-Google-Attributes: gid103376,public From: "Michael S. Jessop" Subject: Re: Quickie question (I hope)... Date: 1998/11/16 Message-ID: <72phev$gcr@dfw-ixnews9.ix.netcom.com>#1/1 X-Deja-AN: 412419465 References: <72i7j0$sqa@sjx-ixn9.ix.netcom.com> <01be0f59$f07ecb60$0100007f@aptiva> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: ICGNetcom X-NETCOM-Date: Mon Nov 16 9:47:43 AM CST 1998 Newsgroups: comp.lang.ada Date: 1998-11-16T09:47:43-06:00 List-Id: Jerry van Dijk wrote in message <01be0f59$f07ecb60$0100007f@aptiva>... :> [snip] : :I suppose you are not using the Win32 binding. : :In that case, remember that kernel32 is a dll, so binding to :it requires the StdCall convention. Also, the Win32 API :requires data of less than 128 byte to be passed by copy :instead of the usual pass by reference. : :See my homepage for more info. Thank you, Jerry! No, I see win32 ".a" files, but I did not have a win32-windef specification file. I am downloading the win32 defs now. I am assuming that I am legally OK to use them since I have professional editions of several MS development packages (ie. VB, VS, ODE Tools, etc.)? :Here is one of many ways to use this function: Great! Just what I was looking for. Mike