Searched defs:vboxStInit (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp66 * of the window passed to vboxStInit */
67 static int vboxStInit(HWND hWnd);
1004 rc = vboxStInit(ghwndToolWindow);
1007 LogFlowFunc(("vboxStInit failed, rc %d\n"));
1040 /* it should be safe to call vboxDtTerm even if vboxStInit above failed */
1043 /* it should be safe to call vboxStTerm even if vboxStInit above failed */
1234 static int vboxStInit(HWND hWnd) function

Completed in 46 milliseconds