pub type DTC_INSTALL_CLIENT = Option<unsafe extern "system" fn(i_pszremotetmhostname: *mut i8, i_dwprotocol: u32, i_dwoverwrite: u32) -> HRESULT>;

Aliased Type§

enum DTC_INSTALL_CLIENT {
    None,
    Some(unsafe extern "system" fn(_: *mut i8, _: u32, _: u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut i8, _: u32, _: u32) -> HRESULT)

Some value of type T.