MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / LoadDxAddress

Method LoadDxAddress

src/render/rd_app.cpp:956–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 // ------------------------------------------------------ //

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected