/reactos/base/applications/dxdiag/ |
H A D | network.c | 198 Item.pszText = szResult; in EnumerateServiceProviders() 205 szResult[0] = L'\0'; in EnumerateServiceProviders() 207 szResult[(sizeof(szResult)/sizeof(WCHAR))-1] = L'\0'; in EnumerateServiceProviders() 210 szResult[0] = L'\0'; in EnumerateServiceProviders() 211 LoadStringW(hInst, IDS_REG_FAIL, szResult, sizeof(szResult)/sizeof(WCHAR)); in EnumerateServiceProviders() 212 szResult[(sizeof(szResult)/sizeof(WCHAR))-1] = L'\0'; in EnumerateServiceProviders() 237 … if (!GetRegValue(hKey, szName, L"Friendly Name", REG_SZ, szResult, sizeof(szResult))) in EnumerateServiceProviders() 248 szResult[0] = L'\0'; in EnumerateServiceProviders() 250 if (!GetRegValue(hKey, szName, L"Path", REG_SZ, szResult, sizeof(szResult))) in EnumerateServiceProviders() 262 if (szResult[0]) in EnumerateServiceProviders() [all …]
|
H A D | d3dtest.c | 25 WCHAR szResult[256]; in StartD3DTest() local 62 if(MessageBox(NULL, szResult, szCaption, MB_YESNO | MB_ICONQUESTION) == IDYES) in StartD3DTest()
|
H A D | ddtest.c | 28 WCHAR szResult[256]; in StartDDTest() local 35 LoadStringW(hInstance, resResult, szResult, sizeof(szResult) / sizeof(WCHAR)); in StartDDTest() 64 if(MessageBox(NULL, szResult, szCaption, MB_YESNO | MB_ICONQUESTION) == IDYES) in StartDDTest()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | CharFuncs.c | 93 LPCSTR szResult; member 170 LPCSTR szResult; member 197 LPCSTR szResult; member 266 LPCSTR szResult; member 297 LPCSTR szResult; member 353 LPCSTR szResult; member 568 …ok(pchA == pEntry->szResult, "[%u] CharPrevA: pchA is 0x%p (expected 0x%p)\n", i, pchA, pEntry->sz… in testStatCharPrev() 571 …ok(pchA == pEntry->szResult, "[%u] CharPrevExA: pchA is 0x%p (expected 0x%p)\n", i, pchA, pEntry->… in testStatCharPrev() 594 …ok(pchA == pEntry->szResult, "[%u] CharNextA: pchA is 0x%p (expected 0x%p)\n", i, pchA, pEntry->sz… in testStatCharNext() 597 …ok(pchA == pEntry->szResult, "[%u] CharNextExA: pchA is 0x%p (expected 0x%p)\n", i, pchA, pEntry->… in testStatCharNext() [all …]
|
/reactos/modules/rostests/apitests/atl/ |
H A D | atltypes.cpp | 82 CSize szResult(150, 125); in test_CSize() local 83 ok_size(sz1, szResult); in test_CSize() 91 ok_size(sz1, szResult); in test_CSize() 96 szResult = CSize(50, 75); in test_CSize() 97 ok_size(sz1, szResult); in test_CSize() 104 ok_size(sz1, szResult); in test_CSize() 111 ok_size(szOut, szResult); in test_CSize() 117 ok_size(szOut, szResult); in test_CSize() 121 szResult = CSize(50, 75); in test_CSize() 122 ok_size(szOut, szResult); in test_CSize() [all …]
|
/reactos/dll/win32/urlmon/ |
H A D | bindprot.c | 1029 HRESULT hrResult, DWORD dwError, LPCWSTR szResult) in ProtocolSinkHandler_ReportResult() argument 1033 TRACE("(%p)->(%08x %d %s)\n", This, hrResult, dwError, debugstr_w(szResult)); in ProtocolSinkHandler_ReportResult() 1036 hrResult = handle_redirect(This, szResult); in ProtocolSinkHandler_ReportResult() 1039 szResult = NULL; in ProtocolSinkHandler_ReportResult() 1043 return IInternetProtocolSink_ReportResult(This->protocol_sink, hrResult, dwError, szResult); in ProtocolSinkHandler_ReportResult() 1360 HRESULT hrResult, DWORD dwError, LPCWSTR szResult) in BPInternetProtocolSink_ReportResult() argument 1364 TRACE("(%p)->(%08x %d %s)\n", This, hrResult, dwError, debugstr_w(szResult)); in BPInternetProtocolSink_ReportResult() 1379 task->str = heap_strdupW(szResult); in BPInternetProtocolSink_ReportResult() 1385 …eturn IInternetProtocolSink_ReportResult(This->protocol_sink_handler, hrResult, dwError, szResult); in BPInternetProtocolSink_ReportResult()
|
H A D | mimefilter.c | 229 HRESULT hrResult, DWORD dwError, LPCWSTR szResult) in MimeFilterSink_ReportResult() argument 232 FIXME("(%p)->(%08x %d %s)\n", This, hrResult, dwError, debugstr_w(szResult)); in MimeFilterSink_ReportResult()
|
H A D | binding.c | 1176 HRESULT hrResult, DWORD dwError, LPCWSTR szResult) in InternetProtocolSink_ReportResult() argument 1180 TRACE("(%p)->(%08x %d %s)\n", This, hrResult, dwError, debugstr_w(szResult)); in InternetProtocolSink_ReportResult() 1182 stop_binding(This, hrResult, szResult); in InternetProtocolSink_ReportResult()
|
/reactos/dll/win32/msi/ |
H A D | format.c | 900 UINT WINAPI MsiFormatRecordW( MSIHANDLE hInstall, MSIHANDLE hRecord, WCHAR *szResult, DWORD *sz ) in MsiFormatRecordW() argument 906 TRACE( "%lu, %lu, %p, %p\n", hInstall, hRecord, szResult, sz ); in MsiFormatRecordW() 931 r = msi_strncpyW(value, -1, szResult, sz); in MsiFormatRecordW() 942 if (szResult) in MsiFormatRecordW() 948 r = MSI_FormatRecordW( package, record, szResult, sz ); in MsiFormatRecordW()
|
/reactos/modules/rostests/winetests/itss/ |
H A D | protocol.c | 211 DWORD dwError, LPCWSTR szResult) in ProtocolSink_ReportResult() argument 217 ok(!szResult, "szResult != NULL\n"); in ProtocolSink_ReportResult()
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | protocol.c | 1180 DWORD dwError, LPCWSTR szResult) in ProtocolSink_ReportResult() argument 1206 …ok(!strcmp_wa(szResult, "http://test.winehq.org/tests/hello.html"), "szResult = %s\n", wine_dbgstr… in ProtocolSink_ReportResult() 1208 ok(!szResult, "szResult = %s\n", wine_dbgstr_w(szResult)); in ProtocolSink_ReportResult() 1344 DWORD dwError, LPCWSTR szResult) in MimeProtocolSink_ReportResult() argument 1352 ok(!szResult, "szResult = %s\n", wine_dbgstr_w(szResult)); in MimeProtocolSink_ReportResult() 1355 hres = IInternetProtocolSink_ReportResult(filtered_sink, hrResult, dwError, szResult); in MimeProtocolSink_ReportResult()
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | protocol.c | 127 LPCWSTR szResult) in ProtocolSink_ReportResult() argument 142 ok(!szResult, "szResult != NULL\n"); in ProtocolSink_ReportResult()
|
/reactos/modules/rostests/winetests/inetcomm/ |
H A D | mimeole.c | 1392 LPCWSTR szResult) in ProtocolSink_ReportResult() argument 1397 ok(!szResult, "szResult = %s\n", wine_dbgstr_w(szResult)); in ProtocolSink_ReportResult()
|
/reactos/sdk/include/psdk/ |
H A D | urlmon.idl | 869 [in] LPCWSTR szResult);
|