Searched refs:SCS_32BIT_BINARY (Results 1 – 3 of 3) sorted by relevance
629 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()
1295 *lpBinaryType = SCS_32BIT_BINARY; in GetBinaryTypeW()
262 #define SCS_32BIT_BINARY 0 macro