Searched refs:hInstance (Results 1 - 11 of 11) sorted by relevance

/seL4-l4v-master/HOL4/polyml/
H A Dpolyimport.c33 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
35 return PolyWinMain(hInstance, hPrevInstance, lpCmdLine, nCmdShow, 0);
H A Dpolyexports.h104 extern POLYLIB_API int PolyWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
/seL4-l4v-master/HOL4/polyml/libpolymain/
H A Dpolystub.c34 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) argument
36 return PolyWinMain(hInstance, hPrevInstance, lpCmdLine, nCmdShow, &poly_exports);
/seL4-l4v-master/HOL4/polyml/interruptpoly/
H A Dinterruptpoly.c75 HINSTANCE hInstance, // handle to current instance
74 WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow ) argument
/seL4-l4v-master/HOL4/polyml/mlsource/extra/Win/
H A DClass.sml67 hInstance: HINSTANCE,
143 hInstance: HINSTANCE,
159 hInstance: HINSTANCE,
176 hInstance,
211 val (_, style, wproc, _, _, hInstance, hIcon, hCursor, hbrBackGround,
227 {style = Style.fromWord(LargeWord.fromInt style), wndProc = wndProc, hInstance = hInstance,
H A DGlobals.sml48 (* The current hInstance is also returned as Foreign.System.loadExecutable. *)
H A DCommonDialog.sml630 inst, (* hInstance *)
793 inst, (* hInstance *)
1506 HWND hInstance;
/seL4-l4v-master/HOL4/polyml/libpolyml/
H A Dwinstartup.cpp306 HINSTANCE hInstance,
317 hApplicationInstance = hInstance;
497 wndClass.hInstance = hInstance;
512 hInstance,
305 PolyWinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLineUnused, int nCmdShow, exportDescription *exports ) argument
H A Dwinguiconsole.cpp646 wndClass.hInstance = hApplicationInstance;
/seL4-l4v-master/HOL4/polyml/mlsource/extra/Win/Examples/
H A DbitViewer.sml239 hInstance = app,
H A DmlEdit.sml611 wndProc = wndProc, hInstance = app,

Completed in 173 milliseconds