SetMacAddressInBlob 函式
SetMacAddressInBlob函式會設定 BLOB 的要求 MAC 位址。
語法
DWORD SetMacAddressInBlob(
_In_ HBLOB hBlob,
_In_ const char *pOwnerName,
_In_ const char *pCategoryName,
_In_ const char *pTagName,
_In_ const BYTE *pMacAddress
);
參數
-
hBlob [in]
-
要設定之 BLOB 的控制碼。
-
pOwnerName [in]
-
要設定之 BLOB 擁有者 名稱的指標。
-
pCategoryName [in]
-
要設定之 BLOB 類別 名稱的指標。
-
pTagName [in]
-
要設定之 BLOB 標記 名稱的指標。
-
pMacAddress [in]
-
所設定 BLOB 之 MAC 位址的指標。
傳回值
如果函式成功,傳回值會NMERR_SUCCESS。
如果函式失敗,則傳回值是指出錯誤的 NMERR 值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows 2000 Server [僅限傳統型應用程式] |
標頭 |
|
程式庫 |
|
DLL |
|