home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / Servis / Devc / _SETUP.4 / Group3 / lmapibuf.h < prev    next >
C/C++ Source or Header  |  1999-11-07  |  398b  |  15 lines

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