Tag: Windows API

Little known DirectShow VMR-7 snapshot problem

There is so little information about this problem (not really a bug, rather a miscalculation) out there because it is coming up with customized Video Mixing Renderer Filter 7 and there is no problem with straightforward use. In windowless mode the renderer is accepting media samples and displays them as configured. IVMRWindowlessControl::GetCurrentImage method is available…

Read the full article

Certificate Enrollment API Adventures

IX509PrivateKey::Export exports key data from COM object, MSDN: strExportType [in] A BSTR value that specifies how the private key is exported. If the key was created by using a CNG KSP (Key Storage Provider), you can specify one of the values allowed by the pszBlobType parameter in the NCryptExportKey function. If the key was created…

Read the full article