SetDwordInBlob function

The SetDwordInBlob function sets the named DWORD value of a BLOB.

Syntax

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

Parameters

hBlob [in]

Handle to a BLOB being set.

pOwnerName [in]

Pointer to the BLOB Owner name being set.

pCategoryName [in]

Pointer to the BLOB Category name being set.

pTagName [in]

Pointer to the BLOB Tag name being set.

Dword [in]

DWORD value of the BLOB being set.

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

GetDwordFromBlob

SetBoolInBlob

SetClassIDInBlob

SetMacAddressInBlob

SetNetworkInfoInBlob

SetNPPAddressFilterInBlob

SetNPPPatternFilterInBlob

SetNPPTriggerInBlob

SetStringInBlob