SetWindowFeedbackSetting method
Implementation
int SetWindowFeedbackSetting(
ffi.Pointer<HWND__> hwnd,
int feedback,
int dwFlags,
int size,
ffi.Pointer<ffi.Void> configuration,
) {
return (_SetWindowFeedbackSetting ??= _dylib.lookupFunction<
_c_SetWindowFeedbackSetting,
_dart_SetWindowFeedbackSetting>('SetWindowFeedbackSetting'))(
hwnd,
feedback,
dwFlags,
size,
configuration,
);
}