Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lmapibuf.h « include « w32api « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2340d6d1028f4ebad4199f28ebee5a34cbeb3f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _LMAPIBUF_H
#define _LMAPIBUF_H
#ifdef __cplusplus
extern "C" {
#endif
NET_API_STATUS WINAPI NetApiBufferAllocate(DWORD,PVOID*);
NET_API_STATUS WINAPI NetApiBufferFree(PVOID);
NET_API_STATUS WINAPI NetApiBufferReallocate(PVOID,DWORD,PVOID*);
NET_API_STATUS WINAPI NetApiBufferSize(PVOID,PDWORD);
NET_API_STATUS WINAPI NetapipBufferAllocate(DWORD,PVOID*);
#ifdef __cplusplus
}
#endif
#endif