MsiSummaryInfoGetPropertyCount 関数 (msiquery.h)
MsiSummaryInfoGetPropertyCount 関数は、概要情報ストリーム内の既存のプロパティの数を返します。
構文
UINT MsiSummaryInfoGetPropertyCount(
[in] MSIHANDLE hSummaryInfo,
[out] PUINT puiPropertyCount
);
パラメーター
[in] hSummaryInfo
概要情報を処理します。
[out] puiPropertyCount
合計プロパティ数を受け取る場所。
戻り値
この関数は UINT を返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | 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 |