IMFPMPHost::LockProcess Method
Blocks the protected media path (PMP) process from ending.
Syntax
HRESULT LockProcess();
Parameter
Methode umfasst keine Parameter.
Rückgabewert
Ist Methode erfolgreich, wird "S_OK" zurückgegeben. Andernfalls wird ein HRESULT-Fehlercode zurückgegeben.
Hinweise
When this method is called, it increments the lock count on the PMP process. For every call to this method, the application should make a corresponding call to IMFPMPHost::UnlockProcess, which decrements the lock count. When the PMP process is ready to exit, it waits for about 3 seconds, or until the lock count reaches zero, before exiting.
Anforderungen
Mindestens unterstützter Client |
Windows Vista |
Mindestens unterstützter Server |
Windows Server 2008 |
Header |
Mfidl.h |
Bibliothek |
Mfuuid.lib |