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-Thread: 103376,bb020506b8efd1bb,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: sisi.ard@laposte.net Newsgroups: comp.lang.ada Subject: sizeof in ADA Date: 5 Aug 2005 07:42:41 -0700 Organization: http://groups.google.com Message-ID: <1123252961.173046.299550@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: 80.170.130.219 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1123252966 14347 127.0.0.1 (5 Aug 2005 14:42:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 5 Aug 2005 14:42:46 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=80.170.130.219; posting-account=KT-qaw0AAAANZrqB_usA8PySrLwRcPMR Xref: g2news1.google.com comp.lang.ada:3977 Date: 2005-08-05T07:42:41-07:00 List-Id: I would like to know how to write an equivolent of the C function "sizeof " in Win32ADA to use with the GDI function " getobject " like this : Buffer_Size:=Getobject(Mon_Bitmap, Sizeof(Bitmap), -- this line obviously don't works Buffer);