search for: keystat

Displaying 9 results from an estimated 9 matches for "keystat".

Did you mean: keystate
2007 Feb 04
2
Download stock prices
gReetings: Is there any way to download a (or a sample of a) crossection of stock market prices? Or is it possible to use get.hist.quote with a *wild card*? Thanks, mihai Mihai Nica 170 East Griffith St. G5 Jackson, MS 39201 601-914-0361 ____________________________________________________________________________________ 8:00? 8:25? 8:40? Find a flick in no time [[alternative HTML
2009 Aug 06
1
WH_KEYBOARD_LL vs GetKeyState
hi all, i have problems running this code (taken from: http://blogs.msdn.com/michkap/archive/2006/12/20/1332470.aspx) in wine (1.1.26). the GetKeyState trick is not working, so GetKeyboardState never fills in any information in windowless apps. > /* > * If this thread needs a key state event, give one to it. There are > * cases where any app may be looping looking at GetKeyState(), plu...
2004 Oct 05
0
Asterisk, Zaptel and Legacy Phones?
Hi all, Has anyone had any experience getting asterisk to work with legacy phones? I have been trying to get some of our exisiting Plessey PKS2 (Masterline) Keystation phones to work with asterisk. They are 4 wire extensions (2 for voice and 2 for data) I have connected a test phone to the asterisk server via a digium 400tdm and it kinda works in that if I lift the receiver I hear dialtone and if I call that extension, although the phone does not ring, it...
2015 Apr 17
0
Wine release 1.7.41
...rtup 38344 Invalid memory access in get_registry_locale_info() 38348 _wsopen_s does not respect the pmode parameter when O_CREAT is set 38351 Ninite downloader fails to install application 38353 DIRT3 crashes after showing racing results screen (ToUnicodeEx should accept NULL pointer as keystate) 38361 Dead Space 2 (Steam) crashes at the <Please wait...Connecting> screen 38366 Outlast crashes with ARB shaders enabled 38372 Midnight Mysteries: The Salem Witch Trials crashes on start (SO_ERROR returns zero instead of ECONNREFUSED after connect attempt fails) 38387 Multiple...
2003 Apr 23
3
PBX Console
Hi, I've been looking into the one bad thing about * which is there's no practical solution to running a console. You know the kind where you have rows of buttons each representing an extension. You press the button of the extension you want to transfer the call to, and it's done. There's the beginnig of GUI version but it's going to eat resources for running X which
2006 Jan 08
3
Allow --without-privsep build.
...if (privsep_preauth(authctxt) == 1) goto authenticated; - +#endif /* perform the key exchange */ /* authenticate user and start session */ if (compat20) { @@ -1708,11 +1714,12 @@ main(int ac, char **av) * If we use privilege separation, the unprivileged child transfers * the current keystate and exits */ +#ifdef USE_PRIVSEP if (use_privsep) { mm_send_keystate(pmonitor); exit(0); } - +#endif authenticated: #ifdef SSH_AUDIT_EVENTS audit_event(SSH_AUTH_SUCCESS); -- dwmw2
2003 Oct 28
2
Privilege separation
...sage to be displayed after login */ Buffer loginmsg; @@ -526,6 +528,7 @@ /* We do not clear ssh1_host key and cookie. XXX - Okay Niels? */ } +#ifndef DISABLE_PRIVSEP static void privsep_preauth_child(void) { @@ -674,6 +677,7 @@ /* It is safe now to apply the key state */ monitor_apply_keystate(pmonitor); } +#endif /* DISABLE_PRIVSEP */ static char * list_hostkey_types(void) @@ -1034,6 +1038,7 @@ } } +#ifndef DISABLE_PRIVSEP if (use_privsep) { struct passwd *pw; struct stat st; @@ -1056,6 +1061,7 @@ fatal("%s must be owned by root and not group or "...
2015 Jul 10
0
Wine release 1.7.47
...lGetCompressionWorkSpaceSize. ntdll: Implement semi-stub for RtlGetCompressionWorkSpaceSize. ntdll: Implement RtlDecompressFragment. ntdll/tests: Add tests for RtlDecompressBuffer. ntdll/tests: Add tests for RtlDecompressFragment. user32/tests: Add tests for calling GetKeyState from thread without message queue. server: Add fallback to desktop keystate in get_key_state wineserver call. Thomas Faber (7): shell32/tests: Do not leak shell folder references. shell32: Add missing parameter check in ISF_Desktop_fnQueryInterface. shell32: Use QueryInter...
2011 Mar 04
0
Wine release 1.3.15
...Work around Mac OS not being able to set global breakpoint flags. winedbg: Support setting a breakpoint from a file name and line number. server: Fill the key state in mouse events from the server-side state. server: Maintain the "set since last time" bit for the global keystate. user32: Retrieve the key state for GetAsyncKeyState from the server. user32: Retrieve the current cursor position from the server. winex11: Pass a window handle for keyboard hardware messages too. server: Don't pass a thread id to send_hardware_message, determine it fr...