Home
last modified time | relevance | path

Searched refs:CM_Register_Notification (Results 1 – 10 of 10) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dapi-ms-win-devices-config-l1-1-1.def16 CM_Register_Notification
H A Dcfgmgr32.def217 CM_Register_Notification
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dapi-ms-win-devices-config-l1-1-1.def16 CM_Register_Notification
H A Dcfgmgr32.def217 CM_Register_Notification
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib32/
H A Dapi-ms-win-devices-config-l1-1-1.def16 CM_Register_Notification@16
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib32/
H A Dapi-ms-win-devices-config-l1-1-1.def16 CM_Register_Notification@16
/dports/devel/sdl20/SDL2-2.0.18/src/joystick/windows/
H A DSDL_windowsjoystick.c146 static CM_Register_NotificationFunc CM_Register_Notification; variable
179CM_Register_Notification = (CM_Register_NotificationFunc)GetProcAddress(cfgmgr32_lib_handle, "CM_R… in SDL_CreateDeviceNotificationFunc()
181 if (CM_Register_Notification && CM_Unregister_Notification) { in SDL_CreateDeviceNotificationFunc()
188 …if (CM_Register_Notification(&notify_filter, NULL, SDL_DeviceNotificationFunc, &s_DeviceNotificati… in SDL_CreateDeviceNotificationFunc()
/dports/x11/controllermap/SDL2-2.0.18/src/joystick/windows/
H A DSDL_windowsjoystick.c146 static CM_Register_NotificationFunc CM_Register_Notification; variable
179CM_Register_Notification = (CM_Register_NotificationFunc)GetProcAddress(cfgmgr32_lib_handle, "CM_R… in SDL_CreateDeviceNotificationFunc()
181 if (CM_Register_Notification && CM_Unregister_Notification) { in SDL_CreateDeviceNotificationFunc()
188 …if (CM_Register_Notification(&notify_filter, NULL, SDL_DeviceNotificationFunc, &s_DeviceNotificati… in SDL_CreateDeviceNotificationFunc()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/DeviceAndDriverInstallation/
H A Dmod.rs3271 pub unsafe fn CM_Register_Notification(pfilter: *const CM_NOTIFY_FILTER, pcontext: *const ::std::ff… in IHttpExpectationHeaderValueStatics()
3276 …fn CM_Register_Notification(pfilter: *const CM_NOTIFY_FILTER, pcontext: *const ::std::ffi::c_void,… in IHttpExpectationHeaderValueStatics()
3278 …::std::mem::transmute(CM_Register_Notification(::std::mem::transmute(pfilter), ::std::mem::transmu… in IHttpExpectationHeaderValueStatics()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/DeviceAndDriverInstallation/
H A Dmod.rs281 …pub fn CM_Register_Notification(pfilter: *const CM_NOTIFY_FILTER, pcontext: *const ::core::ffi::c_… in CM_Register_Notification() function