Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenlmapibuf.h
Go to the documentation of this file.
00001 #ifndef _LMAPIBUF_H 00002 #define _LMAPIBUF_H 00003 00004 #ifdef __cplusplus 00005 extern "C" { 00006 #endif 00007 NET_API_STATUS WINAPI NetApiBufferAllocate(DWORD,PVOID*); 00008 NET_API_STATUS WINAPI NetApiBufferFree(PVOID); 00009 NET_API_STATUS WINAPI NetApiBufferReallocate(PVOID,DWORD,PVOID*); 00010 NET_API_STATUS WINAPI NetApiBufferSize(PVOID,PDWORD); 00011 NET_API_STATUS WINAPI NetapipBufferAllocate(DWORD,PVOID*); 00012 #ifdef __cplusplus 00013 } 00014 #endif 00015 #endif Generated on Sat May 26 2012 04:30:20 for ReactOS by
1.7.6.1
|