Méthode IMFFieldOfUseMFTUnlock::Unlock (mfidl.h)
Déverrouille une transformation Media Foundation (MFT) afin que l’application puisse l’utiliser.
Syntaxe
HRESULT Unlock(
[in] IUnknown *pUnkMFT
);
Paramètres
[in] pUnkMFT
Pointeur vers l’interface IUnknown du MFT.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Notes
Cette méthode authentifie l’appelant à l’aide d’un canal de communication privé entre le MFT et l’objet qui implémente l’interface IMFFieldOfUseMFTUnlock . Les détails de la communication dépendent entièrement de l’implémentation.
Spécifications
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | mfidl.h |