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

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

Get the class object with the associated CLSID

Calls CoGetClassObject internally