IFileBasedLogInit ::InitNew, méthode (txlogpub.h)
Créez un instance de journal sur le fichier spécifié. Si un fichier portant ce nom existe déjà, il est remplacé.
Syntaxe
HRESULT InitNew(
[in] LPCWSTR filename,
[in] ULONG cbCapacityHint
);
Paramètres
[in] filename
Chemin d’accès absolu du fichier à créer.
[in] cbCapacityHint
Indication à l’implémentation de la capacité totale qui sera nécessaire.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | txlogpub.h |