MockVsActivityLog.LogEntryHr(UInt32, String, String, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讓記錄專案指定專案類型、封裝名稱、事件文字,以及儲存在事件記錄中的 HRESULT。
public int LogEntryHr (uint actType, string pszSource, string pszDescription, int hr);
abstract member LogEntryHr : uint32 * string * string * int -> int
override this.LogEntryHr : uint32 * string * string * int -> int
Public Function LogEntryHr (actType As UInteger, pszSource As String, pszDescription As String, hr As Integer) As Integer
參數
- actType
- UInt32
[in]記錄專案的型別,列舉中的 __ACTIVITYLOG_ENTRYTYPE 值。
- pszSource
- String
[in]字串的指標,其中包含進行呼叫之封裝或元件的名稱。
- pszDescription
- String
[in]描述事件的字串指標。
- hr
- Int32
[in]要包含在事件記錄中的 HRESULT。
傳回
如果方法成功,它會傳回 S_OK。 如果方法失敗,則會傳回錯誤碼。