Training
Learning path
Windows Server Network Infrastructure - Training
Windows Server Network Infrastructure
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
This header is used by Network Management. For more information, see:
lmapibuf.h contains the following programming interfaces:
NetApiBufferAllocate The NetApiBufferAllocate function allocates memory from the heap. Use this function only when compatibility with the NetApiBufferFree function is required. Otherwise, use the memory management functions. |
NetApiBufferFree The NetApiBufferFree function frees the memory that the NetApiBufferAllocate function allocates. Applications should also call NetApiBufferFree to free the memory that other network management functions use internally to return information. |
NetApiBufferReallocate The NetApiBufferReallocate function changes the size of a buffer allocated by a previous call to the NetApiBufferAllocate function. |
NetApiBufferSize The NetApiBufferSize function returns the size, in bytes, of a buffer allocated by a call to the NetApiBufferAllocate function. |
Training
Learning path
Windows Server Network Infrastructure - Training
Windows Server Network Infrastructure