MockVsActivityLog.LogEntry(UInt32, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique à une entrée de journal de spécifier le type d'entrée, le nom du package et le texte de l'événement.
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
Paramètres
- actType
- UInt32
[in] Type d'entrée de journal, valeur de l'énumération __ACTIVITYLOG_ENTRYTYPE.
- pszSource
- String
[in] Pointeur vers une chaîne contenant le nom du package ou du composant qui effectue l'appel.
- pszDescription
- String
[in] Pointeur vers une chaîne décrivant l'événement.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.