次の方法で共有


MsiGetDatabaseState 関数 (msiquery.h)

MsiGetDatabaseState 関数は、データベースの状態を返します。

構文

MSIDBSTATE MsiGetDatabaseState(
  [in] MSIHANDLE hDatabase
);

パラメーター

[in] hDatabase

MsiOpenDatabase から取得したデータベースを処理します。

戻り値

この関数は MSIDBSTATE を返します。

注釈

MsiGetDatabaseState 関数は、データベースの更新状態を返します。

要件

要件
サポートされている最小のクライアント Windows Server 2012、Windows 8、Windows Server 2008 R2、または Windows 7 の Windows インストーラー 5.0。 Windows Server 2008 または Windows Vista の Windows インストーラー 4.0 または Windows インストーラー 4.5。 Windows Server 2003 または Windows XP の Windows インストーラー
対象プラットフォーム Windows
ヘッダー msiquery.h
Library Msi.lib
[DLL] Msi.dll

こちらもご覧ください

データベース管理関数