ホーム › System.Performance › IDataCollector
IDataCollector
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 25
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_DataCollectorSet(IDataCollectorSet** group) |
| 8 | HRESULT put_DataCollectorSet(IDataCollectorSet* group) |
| 9 | HRESULT get_DataCollectorType(DataCollectorType* type) |
| 10 | HRESULT get_FileName(LPWSTR* name) |
| 11 | HRESULT put_FileName(LPWSTR name) |
| 12 | HRESULT get_FileNameFormat(AutoPathFormat* format) |
| 13 | HRESULT put_FileNameFormat(AutoPathFormat format) |
| 14 | HRESULT get_FileNameFormatPattern(LPWSTR* pattern) |
| 15 | HRESULT put_FileNameFormatPattern(LPWSTR pattern) |
| 16 | HRESULT get_LatestOutputLocation(LPWSTR* path) |
| 17 | HRESULT put_LatestOutputLocation(LPWSTR path) |
| 18 | HRESULT get_LogAppend(VARIANT_BOOL* append) |
| 19 | HRESULT put_LogAppend(VARIANT_BOOL append) |
| 20 | HRESULT get_LogCircular(VARIANT_BOOL* circular) |
| 21 | HRESULT put_LogCircular(VARIANT_BOOL circular) |
| 22 | HRESULT get_LogOverwrite(VARIANT_BOOL* overwrite) |
| 23 | HRESULT put_LogOverwrite(VARIANT_BOOL overwrite) |
| 24 | HRESULT get_Name(LPWSTR* name) |
| 25 | HRESULT put_Name(LPWSTR name) |
| 26 | HRESULT get_OutputLocation(LPWSTR* path) |
| 27 | HRESULT get_Index(INT* index) |
| 28 | HRESULT put_Index(INT index) |
| 29 | HRESULT get_Xml(LPWSTR* Xml) |
| 30 | HRESULT SetXml(LPWSTR Xml, IValueMap** Validation) |
| 31 | HRESULT CreateOutputLocation(VARIANT_BOOL Latest, LPWSTR* Location) |