次の方法で共有


MockVsActivityLog.LogEntry(UInt32, String, String) メソッド

定義

ログの種類、パッケージ名、およびイベント テキストを指定するログ エントリを作成します。

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

パラメーター

actType
UInt32

[入力]ログ エントリの種類。列挙からの __ACTIVITYLOG_ENTRYTYPE 値。

pszSource
String

[入力]呼び出しを行うパッケージまたはコンポーネントの名前を含む文字列へのポインター。

pszDescription
String

[入力]イベントを記述する文字列へのポインター。

戻り値

メソッドが成功した場合は S_OK を返します。 失敗した場合はエラー コードを返します。

実装

適用対象