comp.lang.ada
 help / color / mirror / Atom feed
From: "Antoine JORGE RIBEIRO" <softst1@bruker.fr>
Subject: Using windows API functions
Date: 1998/07/10
Date: 1998-07-10T00:00:00+00:00	[thread overview]
Message-ID: <900065152.385075@dedale.pandemonium.fr> (raw)

hi!
I desesperatly try to manage with the function ReadFile from Win32.Winbase,
in object ada (Aonix) and I don't understand How to use it and How the
lpBuffer : Win32.lpVoid might be used.
what's lpVoid, How can I Point to an array of Byte (mod 2**8).

Function is as described :
function ReadFile (    hFile                                         :
Win32.winnt.HANDLE;
                                      lpBuffer
: Win32.lpVoid;
                                      nNumberOfBytesToRead     :
Win32.Dword;
                                      lpNumberOfBytesToRead    :
Win32.LPDword;
                                      lpOverlapped
: LPOVERLAPPED)
                                return Win32.BOOL

Thanks for any kind of help

Antoine (a happy newbie)







             reply	other threads:[~1998-07-10  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-07-10  0:00 Antoine JORGE RIBEIRO [this message]
1998-07-10  0:00 ` Using windows API functions Martin C. Carlisle
1998-07-10  0:00   ` Stephen Leake
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox