共用方式為


lmapibuf.h 標頭

網路管理會使用此標頭。 如需詳細資訊,請參閱

lmapibuf.h 包含下列程式設計介面:

函式

 
NetApiBufferAllocate

NetApiBufferAllocate 函式會從堆積配置記憶體。 只有在需要 NetApiBufferFree 函式的相容性時,才使用此函式。 否則,請使用記憶體管理功能。
NetApiBufferFree

NetApiBufferFree 函式會釋放 NetApiBufferAllocate 函式配置的記憶體。 應用程式也應該呼叫 NetApiBufferFree,以釋放其他網路管理功能在內部用來傳回信息的記憶體。
NetApiBufferReallocate

NetApiBufferReallocate 函式會變更先前呼叫 NetApiBufferAllocate 函式所配置的緩衝區大小。
NetApiBufferSize

NetApiBufferSize 函式會傳回呼叫 NetApiBufferAllocate 函式所配置的緩衝區大小,以位元組為單位。