Artifact 31686aa542bfe49a6c08f5b17d74098a4be2cc7f
/***********************************************************************\
* lmapibuf.d *
* *
* Windows API header module *
* *
* Translated from MinGW Windows headers *
* *
* Placed into public domain *
\***********************************************************************/
module win32.lmapibuf;
pragma(lib, "netapi32.lib");
private import win32.lmcons, win32.windef;
extern (Windows) {
NET_API_STATUS NetApiBufferAllocate(DWORD, PVOID*);
NET_API_STATUS NetApiBufferFree(PVOID);
NET_API_STATUS NetApiBufferReallocate(PVOID, DWORD, PVOID*);
NET_API_STATUS NetApiBufferSize(PVOID, PDWORD);
NET_API_STATUS NetapipBufferAllocate(DWORD, PVOID*);
}