Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This header is used by Network Management. For more information, see:
lmapibuf.h contains the following programming interfaces:
Functions
| 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. |