GetBoolFromBlob function

The GetBoolFromBlob function retrieves a named Boolean value from a BLOB.

Syntax

DWORD GetBoolFromBlob(
  _In_        HBLOB hBlob,
  _In_  const char  *pOwnerName,
  _In_  const char  *pCategoryName,
  _In_  const char  *pTagName,
  _Out_       BOOL  *pBool
);

Parameters

hBlob [in]

A handle to a BLOB.

pOwnerName [in]

A pointer to the BLOB owner name.

pCategoryName [in]

A pointer to the BLOB category name.

pTagName [in]

A pointer to the BLOB tag name.

pBool [out]

Pointer to the Boolean value of the BLOB.

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

SetBoolInBlob

GetClassIDFromBlob

GetDwordFromBlob

GetMacAddressFromBlob

GetNetworkInfoFromBlob

GetNPPAddressFilterFromBlob

GetNPPPatternFilterFromBlob

GetNPPTriggerFromBlob

GetStringFromBlob

GetStringsFromBlob