Function OleCreateEmbeddingHelper
pub unsafe fn OleCreateEmbeddingHelper<P1, P3>(
clsid: *const GUID,
punkouter: P1,
flags: EMBDHLP_FLAGS,
pcf: P3,
riid: *const GUID,
lplpobj: *mut *mut c_void,
) -> Result<()>where
P1: Param<IUnknown>,
P3: Param<IClassFactory>,