MCPcopy Create free account
hub / github.com/NetHack/NetHack / InitInstance

Function InitInstance

outdated/sys/wince/winhack.c:147–151  ·  view source on GitHub ↗

FUNCTION: InitInstance(HANDLE, int) PURPOSE: Saves instance handle and creates main window COMMENTS: In this function, we save the instance handle in a global variable and create and display the main program window.

Source from the content-addressed store, hash-verified

145// create and display the main program window.
146//
147BOOL
148InitInstance(HINSTANCE hInstance, int nCmdShow)
149{
150 return TRUE;
151}
152
153PNHWinApp
154GetNHApp()

Callers 1

WinMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected