Skip to content

Commit f67af30

Browse files
committed
Fixing site relative links
1 parent 0369fd7 commit f67af30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

desktop-src/medfound/mf-encryptedmediaextensions_activatable_class_id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A string containing the activatable class ID of the Encrypted Media Extension ob
2424

2525
## Remarks
2626

27-
This property enables apps to instantiate and initialize an Encrypted Media Extension (EME) object in an external process. In this scenario, an app calls [IMFPMPHost::CreateObjectByCLSID method](/windows/win32/api/mfidl/nf-mfidl-imfpmphost-createobjectbyclsid), specifying **MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATE**, which is the CLSID of a proxy object that implements [IMFActivate](/windows/win32/api/mfobjects/nn-mfobjects-imfactivate). An app sets the **MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATABLE_CLASS_ID** property in the creation attributes for **MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATE** proxy. Calls to [ActivateObject](/win32/api/mfobjects/nf-mfobjects-imfactivate-activateobject) on the proxy object specify IID of an interface implemented by the Encrypted Media Extension, such as [IMFTrustedInput](/windows/win32/api/mfidl/nn-mfidl-imftrustedinput).
27+
This property enables apps to instantiate and initialize an Encrypted Media Extension (EME) object in an external process. In this scenario, an app calls [IMFPMPHost::CreateObjectByCLSID method](/windows/win32/api/mfidl/nf-mfidl-imfpmphost-createobjectbyclsid), specifying **MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATE**, which is the CLSID of a proxy object that implements [IMFActivate](/windows/win32/api/mfobjects/nn-mfobjects-imfactivate). An app sets the **MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATABLE_CLASS_ID** property in the creation attributes for **MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATE** proxy. Calls to [ActivateObject](/windows/win32/api/mfobjects/nf-mfobjects-imfactivate-activateobject) on the proxy object specify IID of an interface implemented by the Encrypted Media Extension, such as [IMFTrustedInput](/windows/win32/api/mfidl/nn-mfidl-imftrustedinput).
2828

2929
## Examples
3030

desktop-src/medfound/mf-encryptedmediaextensions_initialization_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A binary blob containing initialization data for the Encrypted Media Extension o
2424

2525
## Remarks
2626

27-
This property enables apps to instantiate and initialize an Encrypted Media Extension (EME) object in an external process. In this scenario, an app calls [IMFPMPHost::CreateObjectByCLSID method](/windows/win32/api/mfidl/nf-mfidl-imfpmphost-createobjectbyclsid), specifying **MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATE**, which is the CLSID of a proxy object that implements [IMFActivate](/windows/win32/api/mfobjects/nn-mfobjects-imfactivate). An app can set the **MF_ENCRYPTEDMEDIAEXTENSIONS_INITIALIZATION_DATA** property in the creation attributes for **MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATE** proxy to provide additional initialization method. Calls to [ActivateObject](/win32/api/mfobjects/nf-mfobjects-imfactivate-activateobject) on the proxy object specify IID of an interface implemented by the Encrypted Media Extension, such as [IMFTrustedInput](/windows/win32/api/mfidl/nn-mfidl-imftrustedinput).
27+
This property enables apps to instantiate and initialize an Encrypted Media Extension (EME) object in an external process. In this scenario, an app calls [IMFPMPHost::CreateObjectByCLSID method](/windows/win32/api/mfidl/nf-mfidl-imfpmphost-createobjectbyclsid), specifying **MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATE**, which is the CLSID of a proxy object that implements [IMFActivate](/windows/win32/api/mfobjects/nn-mfobjects-imfactivate). An app can set the **MF_ENCRYPTEDMEDIAEXTENSIONS_INITIALIZATION_DATA** property in the creation attributes for **MF_ENCRYPTEDMEDIAEXTENSIONS_ACTIVATE** proxy to provide additional initialization method. Calls to [ActivateObject](/windows/win32/api/mfobjects/nf-mfobjects-imfactivate-activateobject) on the proxy object specify IID of an interface implemented by the Encrypted Media Extension, such as [IMFTrustedInput](/windows/win32/api/mfidl/nn-mfidl-imftrustedinput).
2828

2929
## Examples
3030

0 commit comments

Comments
 (0)