Home
last modified time | relevance | path

Searched refs:szUserSid (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/msi/
H A Dsource.c160 if (szUserSid) usersid = strdupAtoW(szUserSid); in MsiSourceListEnumMediaDisksA()
218 if (dwContext == MSIINSTALLCONTEXT_MACHINE && szUserSid) in MsiSourceListEnumMediaDisksW()
351 if (szUserSid) usersid = strdupAtoW(szUserSid); in MsiSourceListEnumSourcesA()
426 if (dwContext == MSIINSTALLCONTEXT_MACHINE && szUserSid) in MsiSourceListEnumSourcesW()
486 if (szUserSid) usersid = strdupAtoW(szUserSid); in MsiSourceListGetInfoA()
549 if (szUserSid) in MsiSourceListGetInfoW()
550 FIXME("Unhandled UserSid %s\n",debugstr_w(szUserSid)); in MsiSourceListGetInfoW()
671 if (szUserSid) usersid = strdupAtoW(szUserSid); in MsiSourceListSetInfoA()
768 if (dwContext == MSIINSTALLCONTEXT_MACHINE && szUserSid) in MsiSourceListSetInfoW()
923 usersid = strdupAtoW(szUserSid); in MsiSourceListAddSourceExA()
[all …]
H A Dregistry.c360 if (!szUserSid) in MSIREG_OpenProductKey()
367 szUserSid = usersid; in MSIREG_OpenProductKey()
427 if (!szUserSid) in MSIREG_OpenFeaturesKey()
489 if (!szUserSid) in MSIREG_OpenUserDataFeaturesKey()
536 if (!szUserSid) in MSIREG_OpenUserDataComponentKey()
564 if (!szUserSid) in MSIREG_DeleteUserDataComponentKey()
594 else if (szUserSid) in MSIREG_OpenUserDataProductKey()
704 else if (szUserSid) in MSIREG_OpenInstallProps()
1636 if (szUserSid) usersid = strdupAtoW(szUserSid); in MsiEnumPatchesExA()
1908 if (!szUserSid) in enum_patches()
[all …]
H A Dmsi.c1312 debugstr_a(szUserSid), dwContext, debugstr_a(szProperty), in MsiGetProductInfoExA()
1319 if (szUserSid) usersid = strdupAtoW(szUserSid); in MsiGetProductInfoExA()
1402 debugstr_w(szUserSid), dwContext, debugstr_w(szProperty), in MsiGetProductInfoExW()
1419 if (dwContext == MSIINSTALLCONTEXT_MACHINE && szUserSid) in MsiGetProductInfoExW()
1600 debugstr_a(szProductCode), debugstr_a(szUserSid), dwContext, in MsiGetPatchInfoExA()
1608 if (szUserSid) usersid = strdupAtoW(szUserSid); in MsiGetPatchInfoExA()
1691 if (dwContext == MSIINSTALLCONTEXT_MACHINE && szUserSid) in MsiGetPatchInfoExW()
1694 if (szUserSid && !wcscmp( szUserSid, L"S-1-5-18" )) in MsiGetPatchInfoExW()
2068 if (szUserSid && !(usersid = strdupAtoW(szUserSid))) in MsiQueryComponentStateA()
2789 if (szUserSid && ctx == MSIINSTALLCONTEXT_MACHINE) in MSI_GetComponentPath()
[all …]
H A Dmsipriv.h912 extern UINT MSIREG_OpenProductKey(LPCWSTR szProduct, LPCWSTR szUserSid,
914 extern UINT MSIREG_OpenFeaturesKey(LPCWSTR szProduct, LPCWSTR szUserSid, MSIINSTALLCONTEXT context,
917 UINT MSIREG_OpenUserDataFeaturesKey(LPCWSTR szProduct, LPCWSTR szUserSid, MSIINSTALLCONTEXT context,
920 extern UINT MSIREG_OpenUserDataComponentKey(LPCWSTR szComponent, LPCWSTR szUserSid,
924 LPCWSTR szUserSid, HKEY *key, BOOL create);
930 LPCWSTR szUserSid, HKEY *key, BOOL create);
938 extern UINT MSIREG_DeleteUserDataComponentKey(LPCWSTR szComponent, LPCWSTR szUserSid);
/reactos/sdk/include/psdk/
H A Dmsi.h607 UINT WINAPI MsiEnumClientsExA(_In_ LPCSTR szComponent, _In_opt_ LPCSTR szUserSid, _In_ DWORD dwCont…
608 UINT WINAPI MsiEnumClientsExW(_In_ LPCWSTR szComponent, _In_opt_ LPCWSTR szUserSid, _In_ DWORD dwCo…