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,82beb998ad3cbee4,start X-Google-Attributes: gid103376,public From: "Antoine JORGE RIBEIRO" Subject: Using windows API functions Date: 1998/07/10 Message-ID: <900065152.385075@dedale.pandemonium.fr>#1/1 X-Deja-AN: 370148999 Cache-Post-Path: dedale.pandemonium.fr!unknown@195.10.9.122 Organization: The Pandemonium Group X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Newsgroups: comp.lang.ada Date: 1998-07-10T00:00:00+00:00 List-Id: 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)