Displaying 2 results from an estimated 2 matches for "dwbuflen".
Did you mean:
wbuflen
2001 Nov 22
1
Getting Registry info and using it ????
...m
the registry and not the specific path..This is the way I am doing 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...
2006 Aug 01
2
Crypto API
AB Spam/AV Checker..-Message-ID: <1154377473107014403@www.autobaun.net>
Hi all,
I am getting an error when starting Dungeons and Dragons Online:
Stormreach. I am able to get the game to run, but when trying to login to
their auth server I get a windows error of "Unable to initialize crypto
API". I am wondering if there is a way around this error using the windows
dll's or