Type Alias windows_sys::Win32::Devices::Fax::PFAXCONNECTFAXSERVERW
pub type PFAXCONNECTFAXSERVERW = Option<unsafe extern "system" fn(machinename: PCWSTR, faxhandle: *mut HANDLE) -> BOOL>;
Aliased Type§
enum PFAXCONNECTFAXSERVERW {
None,
Some(unsafe extern "system" fn(_: *const u16, _: *mut *mut c_void) -> i32),
}