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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,11061552bd31311d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-06 08:55:47 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn13feed!wn14feed!wn12feed!worldnet.att.net!208.49.253.98!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!news.mailgate.org!mygate.mailgate.org!194.185.74.204!not-for-mail From: "Sim Con" Newsgroups: comp.lang.ada Subject: Help on translating this thing in ada Date: Wed, 6 Nov 2002 16:55:44 +0000 (UTC) Organization: Mailgate.ORG Server - http://www.Mailgate.ORG Message-ID: <0552b568e58f18d139d6ce0ec4c204ff.110780@mygate.mailgate.org> NNTP-Posting-Host: 194.185.74.204 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.mailgate.org 1036588916 7169 194.185.74.204 (Wed Nov 6 17:55:45 2002) X-Complaints-To: abuse@mailgate.org NNTP-Posting-Date: Wed, 6 Nov 2002 16:55:44 +0000 (UTC) Injector-Info: news.mailgate.org; posting-host=194.185.74.204; posting-account=110780; posting-date=1036588916 User-Agent: Mailgate Web Server X-URL: http://mygate.mailgate.org/mynews/comp/comp.lang.ada/0552b568e58f18d139d6ce0ec4c204ff.110780%40mygate.mailgate.org Xref: archiver1.google.com comp.lang.ada:30468 Date: 2002-11-06T16:55:44+00:00 List-Id: Hello! In my search for an ada code for a winnt cpu usage program i found some problem translating this instruction typedef LONG (WINAPI *PROCNTQSI)(UINT,PVOID,ULONG,PULONG); this seems needed for define PROCNTQSI NtQuerySystemInformation; and the dll call NtQuerySystemInformation. Any help? Thanx in advance!!! -- Posted via Mailgate.ORG Server - http://www.Mailgate.ORG