[PSDK]
[reactos.git] / include / psdk / lmapibuf.h
1 #ifndef _LMAPIBUF_H
2 #define _LMAPIBUF_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 NET_API_STATUS WINAPI NetApiBufferAllocate(DWORD,PVOID*);
8 NET_API_STATUS WINAPI NetApiBufferFree(PVOID);
9 NET_API_STATUS WINAPI NetApiBufferReallocate(PVOID,DWORD,PVOID*);
10 NET_API_STATUS WINAPI NetApiBufferSize(PVOID,PDWORD);
11 NET_API_STATUS WINAPI NetapipBufferAllocate(DWORD,PVOID*);
12 #ifdef __cplusplus
13 }
14 #endif
15 #endif