11 2011 档案
摘要:procedure DisibleWindowsGesture;var hDll: THandle; fnRegisterTouchWindow: function(hwnd: HWND; ulFlags: Cardinal): BOOL; stdcall;begin hDll := LoadLibraryW(user32); if hDll <> 0 then begin try @fnRegisterTouchWindow := GetProcAddress(hDll, 'RegisterTouchWindow'); if @fnRegisterTouc...
阅读全文

浙公网安备 33010602011771号