Condividi tramite


Funzione GetBoolFromBlob

La funzione GetBoolFromBlob recupera un valore booleano denominato da un BLOB.

Sintassi

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

Parametri

hBlob [in]

Handle per un BLOB.

pOwnerName [in]

Puntatore al nome del proprietario del BLOB.

pCategoryName [in]

Puntatore al nome della categoria BLOB.

pTagName [in]

Puntatore al nome del tag BLOB.

pBool [out]

Puntatore al valore booleano del BLOB.

Valore restituito

Se la funzione ha esito positivo, il valore restituito viene NMERR_SUCCESS.

Se la funzione ha esito negativo, il valore restituito è un valore NMERR che descrive l'errore.

Requisiti

Requisito Valore
Client minimo supportato
Windows 2000 Professional [solo app desktop]
Server minimo supportato
Windows 2000 Server [solo app desktop]
Intestazione
Netmon.h
Libreria
Npptools.lib
DLL
Npptools.dll

Vedi anche

SetBoolInBlob

GetClassIDFromBlob

GetDwordFromBlob

GetMacAddressFromBlob

GetNetworkInfoFromBlob

GetNPPAddressFilterFromBlob

GetNPPPatternFilterFromBlob

GetNPPTriggerFromBlob

GetStringFromBlob

GetStringsFromBlob