Home
last modified time | relevance | path

Searched refs:pcchValue (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/msi/
H A Drecord.c361 if ( szValue && *pcchValue > 0 ) in MSI_RecordGetStringA()
364 *pcchValue = 0; in MSI_RecordGetStringA()
382 if( szValue && *pcchValue && len>*pcchValue ) in MSI_RecordGetStringA()
383 szValue[*pcchValue-1] = 0; in MSI_RecordGetStringA()
388 if( szValue && *pcchValue > 0 ) in MSI_RecordGetStringA()
396 if( szValue && *pcchValue <= len ) in MSI_RecordGetStringA()
398 *pcchValue = len; in MSI_RecordGetStringA()
450 *pcchValue = 0; in MSI_RecordGetStringW()
468 if( szValue && *pcchValue > 0 ) in MSI_RecordGetStringW()
475 if( szValue && *pcchValue <= len ) in MSI_RecordGetStringW()
[all …]
H A Dsource.c482 if (szValue && !pcchValue) in MsiSourceListGetInfoA()
505 if (*pcchValue >= len) in MsiSourceListGetInfoA()
510 *pcchValue = len - 1; in MsiSourceListGetInfoA()
538 if (szValue && !pcchValue) in MsiSourceListGetInfoW()
620 if (lstrlenW(ptr) < *pcchValue) in MsiSourceListGetInfoW()
626 *pcchValue = lstrlenW(ptr); in MsiSourceListGetInfoW()
631 *pcchValue = *pcchValue * sizeof(WCHAR); in MsiSourceListGetInfoW()
636 *pcchValue = 0; in MsiSourceListGetInfoW()
641 if (*pcchValue) in MsiSourceListGetInfoW()
642 *pcchValue = (*pcchValue - 1) / sizeof(WCHAR); in MsiSourceListGetInfoW()
[all …]
H A Dmsi.c1315 if (szValue && !pcchValue) in MsiGetProductInfoExA()
1339 if (!pcchValue) in MsiGetProductInfoExA()
1343 if (*pcchValue >= len) in MsiGetProductInfoExA()
1348 if (*pcchValue > 0) in MsiGetProductInfoExA()
1355 *pcchValue = len - 1; in MsiGetProductInfoExA()
1408 if (szValue && !pcchValue) in MsiGetProductInfoExW()
1603 if (lpValue && !pcchValue) in MsiGetPatchInfoExA()
1645 *pcchValue = len; in MsiGetPatchInfoExA()
1683 if (lpValue && !pcchValue) in MsiGetPatchInfoExW()
1765 if (!pcchValue) in MsiGetPatchInfoExW()
[all …]
/reactos/sdk/include/psdk/
H A Dmsi.h746 _Out_writes_opt_(*pcchValue) LPSTR,
747 _Inout_opt_ LPDWORD pcchValue);
756 _Out_writes_opt_(*pcchValue) LPWSTR,
757 _Inout_opt_ LPDWORD pcchValue);
769 _Out_writes_opt_(*pcchValue) LPSTR,
770 _Inout_opt_ LPDWORD pcchValue);
780 _Out_writes_opt_(*pcchValue) LPWSTR,
781 _Inout_opt_ LPDWORD pcchValue);
1271 _Out_writes_opt_(*pcchValue) LPSTR,
1272 _Inout_opt_ LPDWORD pcchValue);
[all …]