IBITSExtensionSetupFactory ::GetObject, méthode (bitscfg.h)
Utilisez la méthode GetObject pour récupérer un pointeur vers l’interface IBITSExtensionSetup . Cette méthode effectue la même liaison que la fonction ADsGetObject ADSI.
Syntaxe
HRESULT GetObject(
[in] BSTR Path,
[out] IBITSExtensionSetup **ppExtensionSetup
);
Paramètres
[in] Path
Chaîne terminée par null contenant le chemin d’accès au service d’annuaire. Par exemple, « IIS://< machine name>/w3svc/1/virtual directory ».
[out] ppExtensionSetup
Utilisez l’interface IBITSExtensionSetup pour activer et désactiver le chargement BITS pour le répertoire virtuel donné.
Valeur retournée
Cette méthode retourne S_OK pour la réussite. Sinon, la méthode a échoué.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista |
Serveur minimal pris en charge | Windows Server 2003 |
Plateforme cible | Windows |
En-tête | bitscfg.h |
DLL | BitsMgr.dll |
Composant redistribuable | BITS 1.5 sur Windows XP |