Fonction MFCreatePMPServer (mfidl.h)
Crée l’objet serveur PMP (Protected Media Path).
Syntaxe
HRESULT MFCreatePMPServer(
[in] DWORD dwCreationFlags,
[out] IMFPMPServer **ppPMPServer
);
Paramètres
[in] dwCreationFlags
Membre de l’énumération MFPMPSESSION_CREATION_FLAGS qui spécifie comment créer la session PMP.
[out] ppPMPServer
Reçoit un pointeur vers l’interface IMFPMPServer . L’appelant doit libérer l’interface.
Valeur retournée
La fonction retourne un HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.
Code de retour | Description |
---|---|
|
La fonction a réussi. |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | mfidl.h |
Bibliothèque | Mf.lib |
DLL | Mf.dll |