search for: regopenkeyex

Displaying 10 results from an estimated 10 matches for "regopenkeyex".

Did you mean: regopenkeyexw
2003 May 05
1
R-1.7.0: Rproxy.dll loadlibrary/freelibrary error (PR#2914)
...location); OutputDebugString(lTraceBuffer); } } if (m_ProxyModule == 0) { // look in the registry OutputDebugString("from reg:"); char DLLlocation[MAX_PATH]; LONG rc; HKEY hkey; DWORD keytype = REG_SZ; DWORD cbData = sizeof (DLLlocation); rc = RegOpenKeyEx (HKEY_LOCAL_MACHINE, "Software\\R-core\\R", 0, KEY_READ, &hkey); if (rc == ERROR_SUCCESS) { rc = RegQueryValueEx (hkey, "InstallPath", 0, &keytype, (LPBYTE)DLLlocation, &cbData); RegCloseKey (hkey); } if (rc == ERROR_S...
2001 Nov 22
1
Getting Registry info and using it ????
...it.. **************************************************************************** **************************** LPCTSTR lpSubKey = (LPCTSTR)"SOFTWARE\\Classes\\FirewallApplication"; HKEY hKey; char szFullPath[200]; DWORD dwBufLen; //const unsigned short * temp; PCWSTR temp; HRESULT hRes; RegOpenKeyEx(HKEY_LOCAL_MACHINE, (LPCTSTR)lpSubKey, 0, KEY_QUERY_VALUE, &hKey ); /*the value of szFullPath is the correct value it shows while debugging*/ RegQueryValueEx(hKey, (LPCTSTR)"FullPath", NULL, NULL,(LPBYTE) &szFullPath, &dwBufLen); RegCloseKey...
2010 Jun 26
1
Problem in "porting" a function on windows to linux?
...use I'm new to linux, I don't know how this should be done, this is my function: Code: //This function return True if log policy is set in registry and False otherwise int isLogEnabled() { HKEY hKey; LONG lRes; DWORD dwType, dwSize = 0; int retVal = 0; if((RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\MyCorp", 0, KEY_ALL_ACCESS, &hKey)) == ERROR_SUCCESS) { lRes = RegQueryValueEx(hKey, "SpecialMode", 0, &dwType, NULL, &dwSize ); if(lRes == ERROR_SUCCESS) retVal = 1; RegCloseKey(hKey); }...
2010 Oct 17
0
Entropia Universe
...s . but it crash suddenly . allways . it uses the same engine like farcry2. farcry 2 had the same problem but it rated silver in appdb . Ubuntu 10,10 wine 1.3.5 Nvidia latest ubuntu driver . When it fails mic=alcCaptureOpenDevice(micdev.c_str(), 48000, AL_FORMAT_MONO16, 960*2) failed: a004 RegOpenKeyEx failed (2) Total of 0 name servers found from win32 registry. sip::agent::cb 00000000: nua_r_set_params: 200 OK sip::agent::cb 00000000: nua_r_set_params: 200 OK sip::agent::cb 101D7180: nua_i_outbound: 101 NAT detected sip::agent::cb 101D7180: nua_r_register: 401 Unauthorized fixme:d3d:state_zfunc...
2007 Aug 23
0
Getting event log descriptions from remote servers
...rce libraries, which I copied from a Windows Server 2003 machine to my workstation. Following that, I then modified the value of BASE_KEY in eventlog.rb to point to the parallel registry key I created." Looks like we need to call RegConnectRegistry() if @server is set, and pass that handle to RegOpenKeyEx(). That sound right? Thanks, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify...
2006 May 17
1
Need a little help with the pure Ruby win32-eventlog
Hi all, I''m working on the EventLog#read method for the pure Ruby version of win32-eventlog, but I''m stuck on the get_description private method. Here are the problems: * I don''t think I''m advancing the EVENTLOGRECORD properly between iterations. Take a look at the end of the "while dwread > 0" loop. I get some records, but not all of them.
2006 May 17
3
Need a little help with the pureRubywin32-eventlog
> -----Original Message----- > From: win32utils-devel-bounces at rubyforge.org > [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of > Berger, Daniel > Sent: Wednesday, May 17, 2006 12:07 PM > To: Development and ideas for win32utils projects > Subject: Re: [Win32utils-devel] Need a little help with the > pureRubywin32-eventlog > > > >
2007 Dec 05
21
Fwd: win32/process problem
Any ideas? ---------- Forwarded message ---------- From: Christian Kerth <christian.ke... at dynamicmedia.at> Date: Dec 5, 8:28 am Subject: win32/process problem To: comp.lang.ruby I have an application that consists of serveral independent parts. I want to use the Windows Process API to spawn the different processes. e.g. require ''rubygems'' require
2015 Sep 04
0
Wine release 1.7.51
...usp10: Fix invalid read. Vincent Povirk (6): comdlg32: Add WS_CLIPSIBLINGS to controls in the item dialog. comdlg32: Implement open dropdown menu. comdlg32: Show and hide the open dropdown menu dynamically. comdlg32: Show open dropdown menu on button press. advapi32: RegOpenKeyEx can return special roots when asked for empty subkey. mscoree: Don't modify the PATH environment variable. YongHao Hu (1): include: Add definition of CreateHardLink. Zhenbo Li (5): mshtml: Add IHTMLOptionElement::defaultSelected property implementation. mshtml: Add IHT...
2004 May 28
2
Problem with ADO connection
Hi, First a big Thank You to the wine developers. Your efforts are greatly appreciated and have allowed me to move users to Linux that I could never have moved otherwise. I am currently setting up desktops for 7 end users, but doing so requires that I get a particular application (The Electronic Manual) which is a parts catalog for the restaurant equipment service industry. The application