Funzione SetClassIDInBlob

La funzione SetClassIDInBlob imposta il valore dell'identificatore di classe denominato di un BLOB.

Sintassi

DWORD SetClassIDInBlob(
  _In_       HBLOB hBlob,
  _In_ const char  *pOwnerName,
  _In_ const char  *pCategoryName,
  _In_ const char  *pTagName,
  _In_ const CLSID *pClsID
);

Parametri

hBlob [in]

Gestire in un BLOB.

pOwnerName [in]

Puntatore al nome proprietario BLOB impostato.

pCategoryName [in]

Puntatore al nome categoria BLOB impostato.

pTagName [in]

Puntatore al nome del tag BLOB impostato.

pClsID [in]

Puntatore all'identificatore di classe del BLOB impostato.

Valore restituito

Se la funzione ha esito positivo, il valore restituito è 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

GetClassIDFromBlob

SetBoolInBlob

SetDwordInBlob

SetMacAddressInBlob

SetNetworkInfoInBlob

SetNPPAddressFilterInBlob

SetNPPPatternFilterInBlob

SetNPPTriggerInBlob

SetStringInBlob