Home
last modified time | relevance | path

Searched refs:DWORD (Results 301 – 324 of 324) sorted by last modified time

1...<<111213

/trunk/main/desktop/win32/source/rebase/
H A Drebasegui.cxx47 const DWORD PE_Signature = 0x00004550;
130 DWORD n = GetModuleFileNameW(NULL, pszPath, MAX_PATH); in getBrandPath()
H A Drebase.cxx48 const DWORD PE_Signature = 0x00004550;
49 const DWORD BASEVIRTUALADDRESS = 0x10000000;
103 DWORD n = GetModuleFileNameW(NULL, path, MAX_PATH); in getBrandPath()
110 void rebaseImagesInFolder( wchar_t* pszFolder, DWORD nNewImageBase ) in rebaseImagesInFolder()
/trunk/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx119 DWORD dwError = GetLastError(); in WinMain()
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx60 DWORD dwSubAuthorities; in ConvertSidToStringSid()
61 DWORD dwSidRev=SID_REVISION; in ConvertSidToStringSid()
62 DWORD dwCounter; in ConvertSidToStringSid()
63 DWORD dwSidSize; in ConvertSidToStringSid()
166 DWORD w; in writeArgument()
205 DWORD dwExitCode = (DWORD)-1; in WinMain()
213 DWORD cwdLen = GetCurrentDirectoryW(MAX_PATH, cwd); in WinMain()
240 DWORD dwTokenLength = 0; in WinMain()
273 DWORD dwBytesWritten; in WinMain()
297 DWORD dwBytesRead = 0; in WinMain()
[all …]
/trunk/main/dbaccess/win32/source/odbcconfig/
H A Dodbcconfig.cxx57 DWORD dwError = GetLastError(); in displayLastError()
/trunk/main/cui/source/dialogs/
H A Dwinpluginlib.cxx84 DWORD dType = REG_SZ; in lc_isInstalled()
85 DWORD dSize = SO_PATH_SIZE; in lc_isInstalled()
153 DWORD sState; in lc_installPlugin()
/trunk/main/cppuhelper/source/
H A Dfindsofficepath.c48 DWORD type; in getPathFromRegistryKey()
50 DWORD size; in getPathFromRegistryKey()
/trunk/main/cli_ure/source/native/
H A Dpath.cxx118 DWORD n; in resolveLink()
127 for (DWORD i = 0; i < n;) { in resolveLink()
/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx91 const BYTE* pBits = (BYTE*) pBI + *(DWORD*)pBI + in drawDIBits()
H A Ddx_surfacebitmap.cxx94 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in lock()
355 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in getBitmap()
552 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in getData()
634 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_WRITEONLY; in setData()
714 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_WRITEONLY; in setPixel()
772 const DWORD dwFlags = DDLOCK_NOSYSLOCK|DDLOCK_SURFACEMEMORYPTR|DDLOCK_WAIT|DDLOCK_READONLY; in getPixel()
H A Ddx_5rm.cxx141 const DWORD dwSrcFlags = DDLOCK_NOSYSLOCK| in doBlit()
154 const DWORD dwDstFlags = DDLOCK_NOSYSLOCK| in doBlit()
1580 DWORD nTotal, nFree; in getAvailableSurfaceMem()
1614 DWORD nTotal, nFree; in getAvailableTextureMem()
H A Ddx_9rm.cxx121 const DWORD dwFlags(0x00000002); in MonitorFromWindow()
127 typedef HMONITOR (WINAPI *fMonitorFromWindow )( HWND hwnd, DWORD dwFlags );
254 DWORD diffuse;
626 DWORD aFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE|D3DFVF_TEX1); in DXRenderModule()
963 DWORD aFVF(D3DFVF_XYZRHW|D3DFVF_DIFFUSE|D3DFVF_TEX1); in flip()
1299 DWORD dwLockFlags(D3DLOCK_NOOVERWRITE); in flushVertexCache()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Ddllinit.cxx36 extern "C" BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved) in DllMain()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Ddllinit.cxx38 extern "C" BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved) in DllMain()
H A Dexcept.cxx206 DWORD old_protect; in operator new()
487 DWORD arFilterArgs[3]; in msci_raiseException()
489 arFilterArgs[1] = (DWORD)pCppExc; in msci_raiseException()
490 arFilterArgs[2] = (DWORD)ExceptionInfos::getRaiseInfo( pTypeDescr ); in msci_raiseException()
551 if (types != 0 && *reinterpret_cast< DWORD * >( types ) > 0) // count in msci_filterCppException()
554 reinterpret_cast< DWORD * >( types ) + 1 ); in msci_filterCppException()
H A Dmsci.hxx38 const DWORD MSVC_ExceptionCode = 0xe06d7363;
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Ddllinit.cxx38 extern "C" BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved) in DllMain()
H A Dexcept.cxx365 DWORD old_protect; in RaiseInfo()
H A Dmscx.hxx38 const DWORD MSVC_ExceptionCode = 0xe06d7363;
/trunk/main/basic/source/runtime/
H A Dwnt-mingw.s41 $1: call DWORD PTR [ebp+8]
H A Dwnt.asm41 $1: call DWORD PTR [ebp+8]
H A Dmethods.cxx2972 DWORD nRealFlags = GetFileAttributes (aByteStrFullPath.GetBuffer()); in RTLFUNC()
4378 if (!SetFileAttributes (aByteFile.GetBuffer(),(DWORD)nFlags)) in RTLFUNC()
/trunk/main/avmedia/source/win/
H A Dplayer.cxx280 mpWndClass->cbWndExtra = sizeof( DWORD ); in start()
297 ::SetWindowLong( (HWND) mnFrameWnd, 0, (DWORD) this ); in start()
H A Dwindow.cxx187 s_pWndClass->cbWndExtra = sizeof( DWORD ); in lcl_getWndClass()
345 ::SetWindowLong( (HWND) mnFrameWnd, 0, (DWORD) this ); in create()

Completed in 105 milliseconds

1...<<111213