MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SetDefaultInstance

Method SetDefaultInstance

src/Windows/Window.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165int Window::SetDefaultInstance(HINSTANCE hInst) {
166 Window::_hDefaultInst = hInst;
167 return 0;
168}
169
170LRESULT CALLBACK Window::WindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
171 Window * window = NULL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected