MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / GetMailslotPath

Method GetMailslotPath

src/lib/APIEvent.cpp:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154const wchar_t* APIEvent::GetMailslotPath() {
155 static std::wstring sPath;
156 if (sPath.empty()) {
157 sPath = std::format(
158 L"\\\\.\\mailslot\\{}.events.v1.3", OpenKneeboard::ProjectReverseDomainW);
159 }
160 return sPath.c_str();
161}
162
163OPENKNEEBOARD_DEFINE_JSON(SetTabByIDEvent, mID, mPageNumber, mKneeboard);
164OPENKNEEBOARD_DEFINE_JSON(SetTabByNameEvent, mName, mPageNumber, mKneeboard);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected