ICollectData.CollectData(Int32, IntPtr, IntPtr, Int32, IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
收集效能 DLL 的效能資料。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
void CollectData(int id, IntPtr valueName, IntPtr data, int totalBytes, [Runtime::InteropServices::Out] IntPtr % res);
public void CollectData (int id, IntPtr valueName, IntPtr data, int totalBytes, out IntPtr res);
abstract member CollectData : int * nativeint * nativeint * int * nativeint -> unit
Public Sub CollectData (id As Integer, valueName As IntPtr, data As IntPtr, totalBytes As Integer, ByRef res As IntPtr)
參數
- id
- Int32
呼叫索引。
- valueName
-
IntPtr
nativeint
含有所要求之物件識別項的 Unicode 字串清單之指標。
- data
-
IntPtr
nativeint
資料緩衝區的指標。
- totalBytes
- Int32
一些位元組的指標。