GetWindowFeedbackSetting method
Implementation
int GetWindowFeedbackSetting(
ffi.Pointer<HWND__> hwnd,
int feedback,
int dwFlags,
ffi.Pointer<ffi.Uint32> pSize,
ffi.Pointer<ffi.Void> config,
) {
return (_GetWindowFeedbackSetting ??= _dylib.lookupFunction<
_c_GetWindowFeedbackSetting,
_dart_GetWindowFeedbackSetting>('GetWindowFeedbackSetting'))(
hwnd,
feedback,
dwFlags,
pSize,
config,
);
}