SetNetworkInfoInBlob function

The SetNetworkInfoInBlob function fills in the NETWORKINFO structure in the BLOB.

Syntax

DWORD SetNetworkInfoInBlob(
  _In_ HBLOB         hBlob,
  _In_ LPNETWORKINFO lpNetworkInfo
);

Parameters

hBlob [in]

Handle to a BLOB.

lpNetworkInfo [in]

Pointer to the user-allocated NETWORKINFO structure that the function fills in.

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

GetNetworkInfoFromBlob

SetBoolInBlob

SetClassIDInBlob

SetDwordInBlob

SetMacAddressInBlob

SetNPPAddressFilterInBlob

SetNPPPatternFilterInBlob

SetNPPTriggerInBlob

SetStringInBlob