Home
last modified time | relevance | path

Searched refs:dwNew (Results 1 – 11 of 11) sorted by relevance

/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlprint.h117 DWORD dwNew; in GetPrinterInfoHelper() local
118 if (!::GetPrinter(hPrinter, nIndex, pb, dw, &dwNew)) in GetPrinterInfoHelper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlprint.h112 DWORD dwNew; in GetPrinterInfoHelper() local
113 if (!::GetPrinter(hPrinter, nIndex, pb, dw, &dwNew)) in GetPrinterInfoHelper()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlprint.h117 DWORD dwNew; in GetPrinterInfoHelper() local
118 if (!::GetPrinter(hPrinter, nIndex, pb, dw, &dwNew)) in GetPrinterInfoHelper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlprint.h112 DWORD dwNew; in GetPrinterInfoHelper() local
113 if (!::GetPrinter(hPrinter, nIndex, pb, dw, &dwNew)) in GetPrinterInfoHelper()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlprint.h117 DWORD dwNew; in GetPrinterInfoHelper() local
118 if (!::GetPrinter(hPrinter, nIndex, pb, dw, &dwNew)) in GetPrinterInfoHelper()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlprint.h117 DWORD dwNew; in GetPrinterInfoHelper() local
118 if (!::GetPrinter(hPrinter, nIndex, pb, dw, &dwNew)) in GetPrinterInfoHelper()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlprint.h117 DWORD dwNew; in GetPrinterInfoHelper() local
118 if (!::GetPrinter(hPrinter, nIndex, pb, dw, &dwNew)) in GetPrinterInfoHelper()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlprint.h117 DWORD dwNew; in GetPrinterInfoHelper() local
118 if (!::GetPrinter(hPrinter, nIndex, pb, dw, &dwNew)) in GetPrinterInfoHelper()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntgdi.h216 W32KAPI WINBOOL WINAPI NtGdiSetMiterLimit(HDC hdc,DWORD dwNew,PDWORD pdwOut);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntgdi.h216 W32KAPI WINBOOL WINAPI NtGdiSetMiterLimit(HDC hdc,DWORD dwNew,PDWORD pdwOut);
/dports/databases/py-unqlite/unqlite-0.5.3/src/
H A Dunqlite.c39904 DWORD dwMove, dwNew; in WinFile_Seek() local
39919 dwNew = SetFilePointer(pHandle, (LONG)iOfft, &nHighOfft, dwMove); in WinFile_Seek()
39920 if( dwNew == INVALID_SET_FILE_POINTER ){ in WinFile_Seek()
39952 DWORD dwNew; in WinFile_Tell() local
39953 dwNew = SetFilePointer(pHandle, 0, 0, FILE_CURRENT/* SEEK_CUR */); in WinFile_Tell()
39954 if( dwNew == INVALID_SET_FILE_POINTER ){ in WinFile_Tell()
39957 return (jx9_int64)dwNew; in WinFile_Tell()
39964 DWORD dwNew; in WinFile_Trunc() local
39967 dwNew = SetFilePointer(pHandle, (LONG)nOfft, &HighOfft, FILE_BEGIN); in WinFile_Trunc()
39968 if( dwNew == INVALID_SET_FILE_POINTER ){ in WinFile_Trunc()