- Timestamp:
- Jun 1, 1999, 11:59:16 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/advapi32.c
r4 r32 1 /* $Id: advapi32.c,v 1. 1 1999-05-24 20:19:32 ktkExp $ */1 /* $Id: advapi32.c,v 1.2 1999-06-01 21:59:16 phaller Exp $ */ 2 2 3 3 /* … … 400 400 //****************************************************************************** 401 401 //****************************************************************************** 402 DWORD WIN32API RegSetValueW(HKEY hkey, LPCWSTR lpSubKey, DWORD dwType, LPCWSTR lpData, DWORD cbData) 402 DWORD WIN32API RegSetValueW(HKEY hkey, 403 LPCWSTR lpSubKey, 404 DWORD dwType, 405 LPCWSTR lpData, 406 DWORD cbData) 403 407 { 404 408 char *astring1 = UnicodeToAsciiString((LPWSTR)lpSubKey); … … 4961 4965 4962 4966 LONG WIN32API RegUnLoadKeyA(HKEY hKey, 4963 4967 LPCSTR lpszSubKey) 4964 4968 { 4965 4969 dprintf(("ADVAPI32: RegUnLoadKeyA(%08xh,%s) not implemented.\n",
Note:
See TracChangeset
for help on using the changeset viewer.