DdqGetDiagnosticReportStoreReportCount 関数 (diagnosticdataquery.h)
要求されたストアに格納されているレポートの数 (サイズ) をフェッチします。
構文
HRESULT DdqGetDiagnosticReportStoreReportCount(
HDIAGNOSTIC_DATA_QUERY_SESSION hSession,
UINT32 reportStoreType,
UINT32 *reportCount
);
パラメーター
hSession
種類: 診断 データ クエリ セッションへのハンドル。
reportStoreType
種類: UINT32 抽出元のレポート ストアの種類。 「解説」を参照してください。
reportCount
種類: UINT32* エラー レポートの数へのポインター。
戻り値
型: HRESULT 正常に完了すると、S_OKが返されます。
要件
サポートされている最小のクライアント | Windows 10バージョン 2004 (10.0;ビルド 19041) |
サポートされている最小のサーバー | Windows Server バージョン 2004 (10.0;ビルド 19041) |
Header | diagnosticdataquery.h |