MockVsActivityLogXunitAdapter.LogEntryGuid 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, le texte de l'événement et un GUID à stocker dans l'enregistrement de l'événement.
public int LogEntryGuid (uint actType, string pszSource, string pszDescription, Guid guid);
abstract member LogEntryGuid : uint32 * string * string * Guid -> int
override this.LogEntryGuid : uint32 * string * string * Guid -> int
Public Function LogEntryGuid (actType As UInteger, pszSource As String, pszDescription As String, guid As Guid) 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.
- guid
- Guid
[in] GUID à inclure dans l'enregistrement de l'événement.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.