共用方式為


MockVsActivityLog.LogEntryHrPath 方法

定義

讓記錄專案指定專案類型、封裝名稱、事件文字、要儲存在事件記錄中的 HRESULT,以及儲存在事件記錄中的完整檔案路徑。

public int LogEntryHrPath (uint actType, string pszSource, string pszDescription, int hr, string pszPath);
abstract member LogEntryHrPath : uint32 * string * string * int * string -> int
override this.LogEntryHrPath : uint32 * string * string * int * string -> int
Public Function LogEntryHrPath (actType As UInteger, pszSource As String, pszDescription As String, hr As Integer, pszPath As String) As Integer

參數

actType
UInt32

[in]記錄項目的類型,這是列舉中的 __ACTIVITYLOG_ENTRYTYPE 值。

pszSource
String

[in]字串的指標,其中包含進行呼叫之封裝或元件的名稱。

pszDescription
String

[in]描述事件的字串指標。

hr
Int32

[in]要包含在事件記錄中的 HRESULT。

pszPath
String

[in]字串,包含要包含在事件記錄中的完整檔案路徑。

傳回

如果方法成功,它會傳回 S_OK。 如果方法失敗,則會傳回錯誤碼。

實作

適用於