Procedure Habilitation Optimiser(PasDEffetDeBord) DereferencerComposantCorba(Identifiant : Caractere, AccesServeur : Caractere)
Le paramètre Identifiant contient l'identifiant unique du composant, encore appel RepositoryId.
Le paramètre AccesServeur contient le nom du fichier binaire du composant, exécutable ou bibliothèque dynamique, avec éventuellement son chemin d'accès et des paramètres.
En cas d'échec, l'exception ReferencerComposantComImpossible est envoyée.
Principal
/*******/
Debut
...
ReferencerComposantCorba("IDL:IMonInterface:1.0", "C:/windows/system32/moncomposant.dll");
...
DereferencerComposantCorba("IDL:IMonInterface:1.0", "C:/windows/system32/moncomposant.dll");
...
Fin Principal
- | - | - | - | - | - | - | - | - |