Home
last modified time | relevance | path

Searched refs:lpDst (Results 1 – 15 of 15) sorted by relevance

/reactos/base/system/services/
H A Dconfig.c128 LPWSTR lpDst; in ScmWriteDependencies() local
146 lpDst = lpGroupDeps; in ScmWriteDependencies()
155 wcscpy(lpDst, lpSrc); in ScmWriteDependencies()
156 lpDst = lpDst + cchLength; in ScmWriteDependencies()
161 *lpDst = 0; in ScmWriteDependencies()
162 lpDst++; in ScmWriteDependencies()
166 lpServiceDeps = lpDst; in ScmWriteDependencies()
173 wcscpy(lpDst, lpSrc); in ScmWriteDependencies()
174 lpDst = lpDst + cchLength; in ScmWriteDependencies()
179 *lpDst = 0; in ScmWriteDependencies()
/reactos/dll/win32/kernel32/client/
H A Denviron.c400 IN LPSTR lpDst, in ExpandEnvironmentStringsA() argument
415 if (lpDst) *lpDst = ANSI_NULL; in ExpandEnvironmentStringsA()
490 RtlInitEmptyAnsiString(&Dest, lpDst, UniSize); in ExpandEnvironmentStringsA()
494 if (!NT_SUCCESS(Status)) *lpDst = ANSI_NULL; in ExpandEnvironmentStringsA()
520 IN LPWSTR lpDst, in ExpandEnvironmentStringsW() argument
530 RtlInitEmptyUnicodeString(&Destination, lpDst, UniSize * sizeof(WCHAR)); in ExpandEnvironmentStringsW()
/reactos/dll/win32/winmm/
H A Dplaysound.c44 static DWORD PlaySound_ExpandEnvironmentStrings(LPCWSTR lpSrc, LPWSTR lpDst, DWORD nSize) in PlaySound_ExpandEnvironmentStrings() argument
60 return ExpandEnvironmentStringsW(lpSrc, lpDst, nSize); in PlaySound_ExpandEnvironmentStrings()
67 if (!ExpandEnvironmentStringsForUserW(hToken, lpSrc, lpDst, nSize)) in PlaySound_ExpandEnvironmentStrings()
90 dwLength = lstrlenW(lpDst) + 1; in PlaySound_ExpandEnvironmentStrings()
/reactos/dll/win32/imm32/
H A Dime.c1801 ImmGetConversionListA(HKL hKL, HIMC hIMC, LPCSTR pSrc, LPCANDIDATELIST lpDst, in ImmGetConversionListA() argument
1811 lpDst, dwBufLen, uFlag); in ImmGetConversionListA()
1819 ret = pImeDpi->ImeConversionList(hIMC, pSrc, lpDst, dwBufLen, uFlag); in ImmGetConversionListA()
1843 ret = CandidateListWideToAnsi(pCL, lpDst, dwBufLen, pImeDpi->uCodePage); in ImmGetConversionListA()
1857 ImmGetConversionListW(HKL hKL, HIMC hIMC, LPCWSTR pSrc, LPCANDIDATELIST lpDst, in ImmGetConversionListW() argument
1867 lpDst, dwBufLen, uFlag); in ImmGetConversionListW()
1875 ret = pImeDpi->ImeConversionList(hIMC, pSrc, lpDst, dwBufLen, uFlag); in ImmGetConversionListW()
1899 ret = CandidateListAnsiToWide(pCL, lpDst, dwBufLen, pImeDpi->uCodePage); in ImmGetConversionListW()
/reactos/sdk/include/reactos/
H A Dimetable.h3 DEFINE_IME_ENTRY(DWORD, ImeConversionList, (HIMC hIMC, LPCVOID lpSrc, LPCANDIDATELIST lpDst, DWORD …
/reactos/dll/win32/setupapi/
H A Dmisc.c200 LPWSTR lpDst; in pSetupDuplicateString() local
204 lpDst = MyMalloc((lstrlenW(lpSrc) + 1) * sizeof(WCHAR)); in pSetupDuplicateString()
205 if (lpDst == NULL) in pSetupDuplicateString()
208 strcpyW(lpDst, lpSrc); in pSetupDuplicateString()
210 return lpDst; in pSetupDuplicateString()
/reactos/sdk/include/psdk/
H A Dvfw.h347 LPVOID lpDst; member
426 _Out_writes_bytes_(lpbiDst->biSizeImage) LPVOID lpDst,
442 ic.lpDst = lpDst;
462 _Out_opt_ LPVOID lpDst, in ICDecompressExBegin() argument
478 ic.lpDst = lpDst; in ICDecompressExBegin()
498 _Out_opt_ LPVOID lpDst, in ICDecompressExQuery() argument
514 ic.lpDst = lpDst; in ICDecompressExQuery()
H A Dimm.h586 _Out_writes_bytes_(dwBufLen) LPCANDIDATELIST lpDst,
596 _Out_writes_bytes_(dwBufLen) LPCANDIDATELIST lpDst,
/reactos/dll/win32/msvidc32/
H A Dmsvideo1.c504 output = icd->lpDst; in CRAM_DecompressEx()
527 convert_depth(output, info->depth, icd->lpDst, icd->lpbiDst); in CRAM_DecompressEx()
/reactos/dll/win32/shlwapi/
H A Dstring.c2854 BOOL WINAPI DoesStringRoundTripA(LPCSTR lpSrcStr, LPSTR lpDst, INT iLen) in DoesStringRoundTripA() argument
2856 lstrcpynA(lpDst, lpSrcStr, iLen); in DoesStringRoundTripA()
2874 BOOL WINAPI DoesStringRoundTripW(LPCWSTR lpSrcStr, LPSTR lpDst, INT iLen) in DoesStringRoundTripW() argument
2878 SHUnicodeToAnsi(lpSrcStr, lpDst, iLen); in DoesStringRoundTripW()
2879 SHAnsiToUnicode(lpDst, szBuff, MAX_PATH); in DoesStringRoundTripW()
/reactos/dll/directx/wine/dplayx/
H A Ddplay.c1403 ZeroMemory( lpDst, sizeof( *lpDst ) ); in DP_CopyDPNAMEStruct()
1404 lpDst->dwSize = sizeof( *lpDst ); in DP_CopyDPNAMEStruct()
1414 HeapFree( GetProcessHeap(), 0, lpDst->u1.lpszShortNameA ); in DP_CopyDPNAMEStruct()
1415 HeapFree( GetProcessHeap(), 0, lpDst->u2.lpszLongNameA ); in DP_CopyDPNAMEStruct()
1418 CopyMemory( lpDst, lpSrc, lpSrc->dwSize ); in DP_CopyDPNAMEStruct()
1424 lpDst->u1.lpszShortNameA = HeapAlloc( GetProcessHeap(), 0, in DP_CopyDPNAMEStruct()
1430 lpDst->u2.lpszLongNameA = HeapAlloc( GetProcessHeap(), 0, in DP_CopyDPNAMEStruct()
1432 strcpy( lpDst->u2.lpszLongNameA, lpSrc->u2.lpszLongNameA ); in DP_CopyDPNAMEStruct()
1439 lpDst->u1.lpszShortName = HeapAlloc( GetProcessHeap(), 0, in DP_CopyDPNAMEStruct()
1445 lpDst->u2.lpszLongName = HeapAlloc( GetProcessHeap(), 0, in DP_CopyDPNAMEStruct()
[all …]
/reactos/dll/win32/mapi32/
H A Dprop.c800 SCODE WINAPI ScCopyProps(int cValues, LPSPropValue lpProps, LPVOID lpDst, ULONG *lpCount) in ScCopyProps() argument
802 LPSPropValue lpDest = (LPSPropValue)lpDst; in ScCopyProps()
807 TRACE("(%d,%p,%p,%p)\n", cValues, lpProps, lpDst, lpCount); in ScCopyProps()
812 memcpy(lpDst, lpProps, cValues * sizeof(SPropValue)); in ScCopyProps()
904 *lpCount = lpDataDest - (char *)lpDst; in ScCopyProps()
/reactos/dll/ime/msctfime/
H A Dmsctfime.cpp193 _Out_ LPCANDIDATELIST lpDst, in ImeConversionList() argument
197 TRACE("(%p, %s, %p, 0x%lX, %u)\n", hIMC, debugstr_w(lpSrc), lpDst, dwBufLen, uFlag); in ImeConversionList()
/reactos/sdk/include/ddk/
H A Dimmdev.h282 _Out_ LPCANDIDATELIST lpDst,
/reactos/dll/win32/iccvid/
H A Diccvid.c933 icd->lpDst, width, height, info->bits_per_pixel, inverted); in ICCVID_DecompressEx()