| /netbsd-src/external/bsd/unbound/dist/winrc/ |
| H A D | w_inst.c | 81 if(RegCreateKeyEx(HKEY_LOCAL_MACHINE, (LPCTSTR)buf, in event_reg_install() 92 if(RegSetValueEx(hk, (LPCTSTR)"EventMessageFile", in event_reg_install() 105 if(RegSetValueEx(hk, (LPCTSTR)"TypesSupported", 0, REG_DWORD, in event_reg_install() 112 if(RegSetValueEx(hk, (LPCTSTR)"CategoryMessageFile", 0, REG_EXPAND_SZ, in event_reg_install() 118 if(RegSetValueEx(hk, (LPCTSTR)"CategoryCount", 0, REG_DWORD, in event_reg_install() 138 if(RegCreateKeyEx(HKEY_LOCAL_MACHINE, (LPCTSTR)buf, in event_reg_remove() 147 if(RegDeleteKey(hk, (LPCTSTR)SERVICE_NAME)) { in event_reg_remove()
|
| H A D | win_svc.c | 133 LPCTSTR msg = b; in reportev() 174 ret = RegQueryValueEx(hk, (LPCTSTR)name, 0, &type, buf, &len); in lookup_reg_str() 214 ret = RegQueryValueEx(hk, (LPCTSTR)name, 0, &type, buf, &len); in lookup_reg_int()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | wininet.d | 797 LPCTSTR lpszProxy; 798 LPCTSTR lpszProxyBypass; 954 LPCTSTR Comment; 955 LPCTSTR EmailAddress; 981 LPCTSTR Site; 986 LPCTSTR Organization; 991 LPCTSTR Location; 1012 LPCTSTR Provider; 1017 LPCTSTR Version; 1022 LPCTSTR ShortAbstract; [all …]
|
| H A D | ras.d | 909 alias DWORD function(LPCTSTR, LPCTSTR, DWORD) RasCustomDeleteEntryNotifyFn; 910 alias DWORD function(HINSTANCE, LPRASDIALEXTENSIONS, LPCTSTR, LPRASDIALPARAMS, DWORD, LPVOID,
|
| H A D | commctrl.d | 5048 BOOL DateTime_SetFormat(HWND hwnd, LPCTSTR lpszFormat) { 5253 HIMAGELIST ImageList_LoadBitmap(HINSTANCE hi, LPCTSTR lpbmp, int cx,
|
| H A D | winnt.d | 64 alias const(TCHAR)* PCTCH, LPCTCH, PCTSTR, LPCTSTR ; variable
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
| H A D | ntservice.c | 60 int lutil_srv_install(LPCTSTR lpszServiceName, LPCTSTR lpszDisplayName, in lutil_srv_install() 61 LPCTSTR lpszBinaryPathName, int auto_start) in lutil_srv_install() 133 int lutil_srv_remove(LPCTSTR lpszServiceName, LPCTSTR lpszBinaryPathName) in lutil_srv_remove()
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
| H A D | iowin32.c | 107 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_func() 118 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func() 180 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open_file_func() 191 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/ |
| H A D | iowin32.c | 107 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_func() 118 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func() 180 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open_file_func() 191 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
| H A D | iowin32.c | 107 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_func() 118 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func() 180 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open_file_func() 191 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/ |
| H A D | iowin32.c | 107 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open64_file_func() 118 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func() 180 … hFile = CreateFile2((LPCTSTR)filename, dwDesiredAccess, dwShareMode, dwCreationDisposition, NULL); in win32_open_file_func() 191 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | dlfcn_w32.c | 179 (LPCTSTR)(ULONG_PTR)addr, &hm)) in dladdr()
|
| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
| H A D | pbsdboot.h | 125 int CreateMainWindow(HINSTANCE hInstance, HWND hWnd, LPCTSTR name, int cmdbar_height);
|
| H A D | layout.c | 44 CreateMainWindow(HINSTANCE hInstance, HWND hWnd, LPCTSTR name, int cmdbar_height) in CreateMainWindow()
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | log.c | 244 LPCTSTR str = m; in log_vmsg()
|
| H A D | config_file.c | 2616 ret = RegQueryValueEx(hk, (LPCTSTR)name, 0, &type, buf, &len); in w_lookup_reg_str()
|
| /netbsd-src/external/public-domain/sqlite/dist/tea/win/ |
| H A D | nmakehlp.c | 684 BOOL FileExists(LPCTSTR szPath) in FileExists()
|