Skip to main content

wcm_com_uninit

Function wcm_com_uninit 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wcm_com_uninit(guard: *mut FfiComGuard)
Expand description

Free a COM guard handle returned by wcm_com_init.

ยงSafety

guard must be a pointer returned by wcm_com_init, or null. Must not be called more than once for the same pointer.