MCPcopy Create free account
hub / github.com/Bush2021/chrome_plus / MySetCurrentProcessExplicitAppUserModelID

Function MySetCurrentProcessExplicitAppUserModelID

src/appid.cc:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 SetCurrentProcessExplicitAppUserModelID;
147
148HRESULT WINAPI MySetCurrentProcessExplicitAppUserModelID(PCWSTR appid) {
149 return RawSetCurrentProcessExplicitAppUserModelID(
150 GetCustomAppUserModelID().c_str());
151}
152
153static auto RawSHGetPropertyStoreForWindow = SHGetPropertyStoreForWindow;
154

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected