Skip to content

Latest commit

 

History

History
109 lines (66 loc) · 2.13 KB

setnetworkinfoinblob.md

File metadata and controls

109 lines (66 loc) · 2.13 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The SetNetworkInfoInBlob function fills in the NETWORKINFO structure in the BLOB.
1a511c26-2fa7-4fe4-a5a9-23188c59bc34
SetNetworkInfoInBlob function (Netmon.h)
reference
05/31/2018
APIRef
kbSyntax
SetNetworkInfoInBlob
DllExport
Npptools.dll

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