[][src]Function com::runtime::get_class_object

pub fn get_class_object<T: Interface>(class_id: &CLSID) -> Result<T, HRESULT>

Get the class object with the associated CLSID

Calls CoGetClassObject internally