| 954 | } |
| 955 | |
| 956 | void WinApplication::LoadDxAddress() { |
| 957 | app_shared_message_ = DxAddressLoader::LoadDxAddress(); |
| 958 | if (app_shared_message_) { |
| 959 | app_shared_message_->ipc_port_ = settings_->transmission_.listening_port_; |
| 960 | app_shared_message_->self_size_ = sizeof(AppSharedMessage); |
| 961 | app_shared_message_->enable_hook_events_ = 1; |
| 962 | } else { |
| 963 | LOGE("LoadDxAddress failed."); |
| 964 | } |
| 965 | } |
| 966 | |
| 967 | // Windows |
| 968 | // ------------------------------------------------------ // |
nothing calls this directly
no outgoing calls
no test coverage detected