Fonction NdrDllUnregisterProxy (rpcproxy.h)
La fonction NdrDllUnregisterProxy supprime une entrée de Registre pour les interfaces contenues dans la DLL proxy.
Syntaxe
HRESULT NdrDllUnregisterProxy(
[in] HMODULE hDll,
[in] const ProxyFileInfo **pProxyFileList,
[in] const CLSID *pclsid
);
Paramètres
[in] hDll
Gérer vers la DLL de proxy.
[in] pProxyFileList
Pointeur vers une structure ProxyFileInfo générée par MIDL.
[in] pclsid
Pointeur vers un identificateur de classe du proxy en cours d’inscription.
Valeur retournée
Renvoie S_OK en cas de réussite.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | rpcproxy.h |
Bibliothèque | Rpcrt4.lib |
DLL | Rpcrt4.dll |