comp.lang.ada
 help / color / mirror / Atom feed
From: "Steve" <cybaflea@hotmail.com>
Subject: Re: Pointers, C, Win32 API
Date: 19 Apr 2005 19:44:30 -0700
Date: 2005-04-19T19:44:30-07:00	[thread overview]
Message-ID: <1113965070.941374.86310@z14g2000cwz.googlegroups.com> (raw)
In-Reply-To: <mailman.57.1113955275.24457.comp.lang.ada@ada-france.org>

Thanks Stephen.

Declarations of CreateIoCompletionPort:

ADA - Winbase:

    function CreateIoCompletionPort(
        FileHandle                           : Win32.Winnt.HANDLE;
        ExistingCompletionPort        : Win32.Winnt.HANDLE;
        CompletionKey                    : Win32.DWORD;
        NumberOfConcurrentThreads: Win32.DWORD)
                                   return Win32.Winnt.HANDLE;  --
winbase.h:1727

subtype DWORD       is ULONG;

------------------------------------------------------------------
C Declaration:

HANDLE CreateIoCompletionPort(
  HANDLE FileHandle,
  HANDLE ExistingCompletionPort,
  ULONG_PTR CompletionKey,
  DWORD NumberOfConcurrentThreads);


Steve




  reply	other threads:[~2005-04-20  2:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-19 23:13 Pointers, C, Win32 API Steve
2005-04-20  0:00 ` Stephen Leake
2005-04-20  2:44   ` Steve [this message]
2005-04-20 23:29     ` 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