SetNPPAddressFilterInBlob function

The SetNPPAddressFilterInBlob function sets the given address filter in the BLOB.

Syntax

DWORD SetNPPAddressFilterInBlob(
  _In_ HBLOB          hBlob,
  _In_ LPADDRESSTABLE pAddressTable
);

Parameters

hBlob [in]

Handle to a BLOB.

pAddressTable [in]

Pointer to an ADDRESSTABLE structure that defines the user-allocated address table.

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 indicates 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

GetNPPAddressFilterFromBlob

SetBoolInBlob

SetClassIDInBlob

SetDwordInBlob

SetMacAddressInBlob

SetNetworkInfoInBlob

SetNPPPatternFilterInBlob

SetNPPTriggerInBlob

SetStringInBlob