Searched refs:fHInstance (Results 1 – 2 of 2) sorted by relevance
59 fHInstance = hInstance ? hInstance : GetModuleHandle(nullptr); in init()73 wcex.hInstance = fHInstance; in init()74 wcex.hIcon = LoadIcon(fHInstance, (LPCTSTR)IDI_WINLOGO); in init()79 wcex.hIconSm = LoadIcon(fHInstance, (LPCTSTR)IDI_WINLOGO);; in init()110 nullptr, nullptr, fHInstance, nullptr); in init()350 this->init(fHInstance); in setRequestedDisplayParams()
35 HINSTANCE fHInstance; variable