共用方式為


SdbWriteDWORDTag 函式

DWORD 值寫入指定的資料庫。

語法

BOOL WINAPI SdbWriteDWORDTag(
  _In_ PDB   pdb,
  _In_ TAG   tTag,
  _In_ DWORD dwData
);

參數

pdb [in]

填充碼資料庫的控制碼。

tTag [in]

專案的 TAG。 此 TAG 的類型必須是 TAG_TYPE_DWORD

dwData [in]

數值。

傳回值

此函式會在成功時傳回 TRUE ,或在失敗時傳回 FALSE

規格需求

需求
最低支援的用戶端
Windows Vista [僅限傳統型應用程式]
最低支援的伺服器
Windows Server 2008 [僅限傳統型應用程式]
DLL
Apphelp.dll

另請參閱

SdbWriteBinaryTag

SdbWriteQWORDTag

SdbWriteStringTag

SdbWriteWORDTag