<Return[MN]><Top>

NetApiBufferFree

Declare Function Api_NetApiBufferFree& Lib "netapi32" Alias "NetApiBufferFree" (lpbyteptr&)

Declare Function NetApiBufferFree Lib "netapi32" (ByVal Buffer As Long) As Long

NetApiBufferAllocate が割り当てたメモリを解放する。

Windows NT/2000 上で他のネットワーク管理関数が返したメモリを解放するには、この関数を使う。

パラメータ
Buffer
    既に他のネットワーク管理関数が返したバッファへのポインタを指定する。
 

戻り値
    関数が成功すると、NERR_Success が返る。
    関数が失敗すると、Win32 API のエラーコードが返る。