Condividi tramite


Funzione SetDwordInBlob

La funzione SetDwordInBlob imposta il valore DWORD denominato di un BLOB.

Sintassi

DWORD SetDwordInBlob(
  _In_       HBLOB hBlob,
  _In_ const char  *pOwnerName,
  _In_ const char  *pCategoryName,
  _In_ const char  *pTagName,
  _In_       DWORD Dword
);

Parametri

hBlob [in]

Gestire in un BLOB da impostare.

pOwnerName [in]

Puntatore al nome del proprietario DEL BLOB impostato.

pCategoryName [in]

Puntatore al nome della categoria BLOB da impostare.

pTagName [in]

Puntatore al nome del tag BLOB impostato.

Dword [in]

Valore DWORD del BLOB impostato.

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 indica 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

GetDwordFromBlob

SetBoolInBlob

SetClassIDInBlob

SetMacAddressInBlob

SetNetworkInfoInBlob

SetNPPAddressFilterInBlob

SetNPPPatternFilterInBlob

SetNPPTriggerInBlob

SetStringInBlob