Home
last modified time | relevance | path

Searched refs:GetHwNotificationState (Results 1 – 3 of 3) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsti.h308 STDMETHOD(GetHwNotificationState)(THIS_ LPCWSTR pwszDeviceName,WINBOOL *pbCurrentState) PURE; in DECLARE_INTERFACE_() local
337 STDMETHOD(GetHwNotificationState)(THIS_ LPCSTR pwszDeviceName,WINBOOL *pbCurrentState) PURE;
372 #define IStillImage_GetHwNotificationState(p,a,b) (p)->lpVtbl->GetHwNotificationState(p,a,b)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dsti.h308 STDMETHOD(GetHwNotificationState)(THIS_ LPCWSTR pwszDeviceName,WINBOOL *pbCurrentState) PURE; in DECLARE_INTERFACE_() local
337 STDMETHOD(GetHwNotificationState)(THIS_ LPCSTR pwszDeviceName,WINBOOL *pbCurrentState) PURE;
372 #define IStillImage_GetHwNotificationState(p,a,b) (p)->lpVtbl->GetHwNotificationState(p,a,b)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/Fax/
H A Dmod.rs11436 …pub unsafe fn GetHwNotificationState<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::F… in GetHwNotificationState() method