Skip to content

Latest commit

 

History

History
116 lines (70 loc) · 2.37 KB

getnetworkinfofromblob.md

File metadata and controls

116 lines (70 loc) · 2.37 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The GetNetworkInfoFromBlob function retrieves network information from a given BLOB.
217c33f4-e548-4072-9edd-ded61e6cd743
GetNetworkInfoFromBlob function (Netmon.h)
reference
05/31/2018
APIRef
kbSyntax
GetNetworkInfoFromBlob
DllExport
Npptools.dll

GetNetworkInfoFromBlob function

The GetNetworkInfoFromBlob function retrieves network information from a given BLOB.

Syntax

DWORD GetNetworkInfoFromBlob(
  _In_    HBLOB         hBlob,
  _Inout_ LPNETWORKINFO lpNetworkInfo
);

Parameters

hBlob [in]

Handle to a BLOB.

lpNetworkInfo [in, out]

A pointer to the user-allocated NETWORKINFO structure that is filled in.

Return value

If the GetNetworkInfoFromBlob 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.

Remarks

The network information is stored in the BLOB NetworkInfo section of the BLOB NPP Owner category.

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

SetNetworkInfoInBlob

GetBoolFromBlob

GetClassIDFromBlob

GetDwordFromBlob

GetMacAddressFromBlob

GetNPPAddressFilterFromBlob

GetNPPPatternFilterFromBlob

GetNPPTriggerFromBlob

GetStringFromBlob

GetStringsFromBlob