DestroyBlob function

The DestroyBlob function frees all memory associated with the BLOB and then destroys the BLOB.

Syntax

DWORD DestroyBlob(
  _In_ HBLOB hBlob
);

Parameters

hBlob [in]

Handle to the to the BLOB that is destroyed.

Return value

If the function is successful, the return value is NMERR_SUCCESS.

If the function is unsuccessful, the return value is a NMERR value that describes the error.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h
Library
Npptools.lib
DLL
Npptools.dll

See also

CreateBlob