Function MFCreateEncryptedMediaExtensionsStoreActivate
pub unsafe fn MFCreateEncryptedMediaExtensionsStoreActivate<P0, P1, P2>(
pmphost: P0,
objectstream: P1,
classid: P2,
) -> Result<IMFActivate>where
P0: Param<IMFPMPHostApp>,
P1: Param<IStream>,
P2: Param<PCWSTR>,