home *** CD-ROM | disk | FTP | other *** search
- -- $Source: /home/harp/1/proto/monoBANK/winnt/win32-dlcapi.adb,v $
- -- $Revision: 1.2 $ $Date: 95/02/08 08:01:37 $ $Author: mg $
- -------------------------------------------------------------------------------
- --
- -- THIS FILE AND ANY ASSOCIATED DOCUMENTATION IS FURNISHED "AS IS" WITHOUT
- -- WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
- -- TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
- -- PURPOSE. The user assumes the entire risk as to the accuracy and the
- -- use of this file.
- --
- -- Copyright (c) Intermetrics, Inc. 1995
- -- Royalty-free, unlimited, worldwide, non-exclusive use, modification,
- -- reproduction and further distribution of this file is permitted.
- --
- -------------------------------------------------------------------------------
-
-
- package body Win32.Dlcapi is
-
- function LLC_XMIT_BUFFER_SIZE return Win32.Strings.size_t is
- -- dlcapi.h:219
- begin
- return Win32.Strings.size_t(LLC_XMIT_BUFFER'Size);
- end LLC_XMIT_BUFFER_SIZE;
-
- end Win32.Dlcapi;
-