Home
last modified time | relevance | path

Searched refs:LPBYTE (Results 1 – 25 of 36) sorted by relevance

12

/AOO42X/main/xmerge/source/activesync/
H A DXMergeSync.cpp124 lRet = ::RegSetValueEx(hKey, _T(""), 0, REG_SZ, (LPBYTE)CXMergeFilter::m_pszPSWExportShortDesc, in DllRegisterServer()
135 …lRet = ::RegSetValueEx(hDataKey, NULL, 0, REG_SZ, (LPBYTE)_T("C:\\Program Files\\Microsoft ActiveS… in DllRegisterServer()
147 lRet = ::RegSetValueEx(hDataKey, _T("ThreadingModel"), 0, REG_SZ, (LPBYTE)_T("Apartment"), 10); in DllRegisterServer()
160 lRet = ::RegSetValueEx(hDataKey, NULL, 0, REG_SZ, (LPBYTE)sTemp, in DllRegisterServer()
172 …lRet = ::RegSetValueEx(hDataKey, _T("Description"), 0, REG_SZ, (LPBYTE)CXMergeFilter::m_pszPSWExpo… in DllRegisterServer()
178 lRet = ::RegSetValueEx(hDataKey, _T("Export"), 0, REG_SZ, (LPBYTE)_T(""), (1 * sizeof(TCHAR))); in DllRegisterServer()
183 …lRet = ::RegSetValueEx(hDataKey, _T("NewExtension"), 0, REG_SZ, (LPBYTE)CXMergeFilter::m_pszPSWExp… in DllRegisterServer()
211 …lRet = ::RegSetValueEx(hDataKey, CXMergeFilter::m_pszPSWExportCLSID, 0, REG_SZ, (LPBYTE)_T(""), (1… in DllRegisterServer()
236 lRet = ::RegSetValueEx(hKey, _T(""), 0, REG_SZ, (LPBYTE)CXMergeFilter::m_pszPSWImportShortDesc, in DllRegisterServer()
247 …lRet = ::RegSetValueEx(hDataKey, NULL, 0, REG_SZ, (LPBYTE)_T("C:\\Program Files\\Microsoft ActiveS… in DllRegisterServer()
[all …]
H A DXMergeFilter.cpp173 lRet = ::RegQueryValueEx(hKey, _T("Java"), 0, NULL, (LPBYTE)errMsg, &dwSize); in FormatMessage()
181 lRet = ::RegQueryValueEx(hKey, _T("Classpath"), 0, NULL, (LPBYTE)errMsg, &dwSize); in FormatMessage()
189 lRet = ::RegQueryValueEx(hKey, _T("JavaInit"), 0, NULL, (LPBYTE)errMsg, &dwSize); in FormatMessage()
384 lRet = ::RegQueryValueEx(hKey, _T("CurrentVersion"), 0, NULL, (LPBYTE)szCurrentJava, &dwSize); in GetJavaBaseDir()
409 lRet = ::RegQueryValueEx(hDataKey, _T("JavaHome"), 0, NULL, (LPBYTE)szJavaHome, &dwSize); in GetJavaBaseDir()
/AOO42X/main/sal/systools/win32/uwinapi/
H A DGetProcessId.cpp33 if ( 0x68 == *(LPBYTE)lpfn ) in GetRealProcAddress()
40 lpfn = (FARPROC)*(LPDWORD)((LPBYTE)lpfn + 1); in GetRealProcAddress()
77LPBYTE lpCode = (LPBYTE)GetRealProcAddress( GetModuleHandleA("KERNEL32"), "GetCurrentThreadId" ); in Obfuscate()
H A DGetUserDomain_WINDOWS.cpp37 RegQueryValueEx( hkeyLogon, TEXT("LMLogon"), 0, NULL, (LPBYTE)&dwLogon, &dwLogonSize );
50 …ueryValueEx( hkeyNetworkProvider, TEXT("AuthenticatingAgent"), 0, NULL, (LPBYTE)lpBuffer, &dwBuffe…
65 …LONG lResult = RegQueryValueEx( hkeyWorkgroup, TEXT("Workgroup"), 0, NULL, (LPBYTE)lpBuffer, &d…
H A DResolveUnicows.cpp388 …32, DWORD, APIENTRY, RasGetEntryPropertiesW, (LPCWSTR, LPCWSTR, LPVOID, LPDWORD, LPBYTE, LPDWORD) )
393 …sapi32, DWORD, APIENTRY, RasSetEntryPropertiesW, (LPCWSTR, LPCWSTR, LPVOID, DWORD, LPBYTE, DWORD) )
394 …ORD, APIENTRY, RasSetSubEntryPropertiesW, (LPCWSTR, LPCWSTR, DWORD, LPVOID, DWORD, LPBYTE, DWORD) )
407 …NK( advapi32, LONG, WINAPI, RegEnumValueW, (HKEY,DWORD,LPWSTR,PDWORD,PDWORD,PDWORD,LPBYTE,PDWORD) )
413 …WS_THUNK( advapi32, LONG, WINAPI, RegQueryValueExW, (HKEY,LPCWSTR,LPDWORD,LPDWORD,LPBYTE,LPDWORD) )
/AOO42X/main/setup_native/source/win32/customactions/shellextensions/
H A Diconcache.cxx68 … lError = RegQueryValueEx( hKey, TEXT("Shell Icon Size"), 0, &dwType, (LPBYTE)szValue, &cbValue ); in RebuildShellIconCache()
82 …lError = RegSetValueEx( hKey, TEXT("Shell Icon Size"), 0, dwType, (LPBYTE)szTempValue, strlen( szT… in RebuildShellIconCache()
92 … lError = RegSetValueEx( hKey, TEXT("Shell Icon Size"), 0, dwType, (LPBYTE)szValue, cbValue ); in RebuildShellIconCache()
H A Dmigrateinstallpath.cxx90 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in MigrateInstallPath()
101 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in MigrateInstallPath()
H A Dpostuninstall.cxx114 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in ExecutePostUninstallScript()
122 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in ExecutePostUninstallScript()
H A Dregisterextensions.cxx389 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in RemoveExtensions()
397 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in RemoveExtensions()
/AOO42X/main/framework/source/fwi/helper/
H A Dnetworkdomain.cxx72 RegQueryValueEx( hkeyLogon, TEXT("LMLogon"), 0, NULL, (LPBYTE)&dwLogon, &dwLogonSize ); in GetUserDomainW_WINDOWS()
85 …ueryValueEx( hkeyNetworkProvider, TEXT("AuthenticatingAgent"), 0, NULL, (LPBYTE)lpBuffer, &dwBuffe… in GetUserDomainW_WINDOWS()
100 …LONG lResult = RegQueryValueEx( hkeyWorkgroup, TEXT("Workgroup"), 0, NULL, (LPBYTE)lpBuffer, &d… in GetUserDomainW_WINDOWS()
/AOO42X/main/sal/systools/win32/kill/
H A Dkill.cxx110 … *(LPBYTE*)&lpfnRemoteProcAddress += (LPBYTE)ahModules[n] - (LPBYTE)hModule; in GetProcAddressEx()
/AOO42X/main/svl/source/svdde/
H A Dddeimp.hxx33 #define LPBYTE sal_uInt8* macro
140 LPBYTE pData;
H A Dddedata.cxx57 pImp->pData = (LPBYTE)p; in DdeData()
68 pImp->pData = (LPBYTE)s.GetBuffer(); in DdeData()
/AOO42X/main/sal/inc/systools/win32/
H A Dadvapi9x.h139 LPBYTE lpData, // data buffer
148 LPBYTE lpData, // data buffer
/AOO42X/main/cui/source/dialogs/
H A Dwinpluginlib.cxx86 ret = RegQueryValueEx (hStarOffice, "Path", NULL, &dType , (LPBYTE) sPluginPath, &dSize); in lc_isInstalled()
206 … ret = RegSetValueEx( hStarOffice, "Path", 0, REG_SZ, (LPBYTE) sSoPath, strlen(sSoPath) + 1); in lc_installPlugin()
/AOO42X/main/fpicker/source/win32/filepicker/
H A DFileOpenDlg.hxx46 …define _CDSIZEOF_STRUCT(structname, member) (((int)((LPBYTE)(&((structname*)0)->member) - ((LPBYT…
/AOO42X/main/odk/source/unowinreg/win/
H A Dunowinreg.cxx140 LPBYTE pdata = (LPBYTE)env->GetByteArrayElements(data, 0); in Java_com_sun_star_lib_loader_WinRegKey_winreg_1RegQueryValueEx()
/AOO42X/main/setup_native/source/win32/customactions/javafilter/
H A Djfregca.cxx281 RegSetValueEx(soKey, defExport, 0, REG_SZ, (LPBYTE)binaryCopy, strlen(binaryCopy)); in createKeys()
282 RegSetValueEx(soKey, defImport, 0, REG_SZ, (LPBYTE)clsid2, strlen(clsid2)); in createKeys()
/AOO42X/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx609 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in UninstallPatchedFiles()
617 …if ( ERROR_SUCCESS == RegQueryValueEx( hKey, TEXT("INSTALLLOCATION"), NULL, NULL, (LPBYTE)szValue,… in UninstallPatchedFiles()
791 …= RegEnumValue( hKey, counter, szValueName, pValueNameSize, NULL, NULL, (LPBYTE)szValueData, &nVal… in SetFeatureState()
/AOO42X/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryw9x.cxx229 reinterpret_cast<LPBYTE>(buff), in GetValue()
279 reinterpret_cast<LPBYTE>(buff), in GetValue()
H A Dregistrywnt.cxx242 reinterpret_cast<LPBYTE>(buff), in GetValue()
292 reinterpret_cast<LPBYTE>(buff), in GetValue()
/AOO42X/main/setup_native/source/win32/customactions/reg4allmsdoc/
H A Dreg4allmsi.cxx105 lResult = RegQueryValueExA( hKey, "", NULL, NULL, (LPBYTE)szBuffer, &nSize ); in CheckExtensionInRegistry()
235 lResult = RegQueryValueExA( hSubKey, "", NULL, NULL, (LPBYTE)szBuffer, &nSize ); in RemoveExtensionInRegistry()
/AOO42X/main/vcl/win/source/gdi/
H A Dsalprn.cxx199 …if ( EnumPrintersA( PRINTER_ENUM_LOCAL, NULL, 2, (LPBYTE)pWinInfo2, nBytes, &nBytes, &nInfoPrn2 ) ) in getPrinterQueueInfoOldStyle()
328 …if ( EnumPrintersW( PRINTER_ENUM_LOCAL | PRINTER_ENUM_CONNECTIONS, NULL, 4, (LPBYTE)pWinInfo4, nBy… in GetPrinterQueueInfo()
355 … if ( EnumPrintersA( PRINTER_ENUM_LOCAL, NULL, 2, (LPBYTE)pWinInfo2, nBytes, &nBytes, &nInfoRet ) ) in getPrinterQueueStateOldStyle()
408 if( GetPrinterW( hPrinter, 2, (LPBYTE)pWinInfo2, nBytes, &nBytes ) ) in GetPrinterQueueState()
/AOO42X/main/sal/osl/w32/
H A Dsecurity.c761 … lRet = RegQueryValueEx(hRegKey, "AppData", NULL, &Type, (LPBYTE)PathA, &lSize); in GetSpecialFolder()
765 … lRet = RegQueryValueEx(hRegKey, "Personal", NULL, &Type, (LPBYTE)PathA, &lSize); in GetSpecialFolder()
/AOO42X/main/shell/source/win32/shlxthandler/util/
H A Dregistry.cxx195 hKey, ValueName, NULL, NULL, (LPBYTE)pszData,&dwBufLen); in QueryRegistryKey()

12