Home
last modified time | relevance | path

Searched refs:SCS_32BIT_BINARY (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/msi/
H A Dcustom.c629 if ((arch == SCS_32BIT_BINARY && package->custom_server_32_process) || in custom_start_server()
634 GetCurrentProcessId(), arch == SCS_32BIT_BINARY ? 32 : 64); in custom_start_server()
640 if ((sizeof(void *) == 8 || is_wow64) && arch == SCS_32BIT_BINARY) in custom_start_server()
662 if (arch == SCS_32BIT_BINARY) in custom_start_server()
704 if (info->arch == SCS_32BIT_BINARY) in custom_client_thread()
774 *type = SCS_32BIT_BINARY; in get_binary_type()
841 info->arch = (sizeof(void *) == 8 ? SCS_64BIT_BINARY : SCS_32BIT_BINARY); in do_msidbCustomActionTypeDll()
875 if (arch == SCS_32BIT_BINARY) { in HANDLE_CustomType1()
994 if (arch == SCS_32BIT_BINARY) { in HANDLE_CustomType17()
/reactos/dll/win32/kernel32/client/
H A Dvdm.c1295 *lpBinaryType = SCS_32BIT_BINARY; in GetBinaryTypeW()
/reactos/sdk/include/psdk/
H A Dwinbase.h262 #define SCS_32BIT_BINARY 0 macro