pub type DTC_GET_TRANSACTION_MANAGER_EX_W = Option<unsafe extern "system" fn(i_pwszhost: PCWSTR, i_pwsztmname: PCWSTR, i_riid: *const GUID, i_grfoptions: u32, i_pvconfigparams: *mut c_void, o_ppvobject: *mut *mut c_void) -> HRESULT>;

Aliased Type§

enum DTC_GET_TRANSACTION_MANAGER_EX_W {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: *const GUID, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: *const GUID, _: u32, _: *mut c_void, _: *mut *mut c_void) -> HRESULT)

Some value of type T.