HomeSort by: relevance | last modified time | path
    Searched defs:hInst (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/hpcmips/stand/pbsdboot/
main.c 104 HINSTANCE hInst = NULL;
486 hInst = hInstance; // Save handle to create command bar
1166 CreateDialog(hInst,
1269 hWndCB = CommandBar_Create(hInst, hWnd, 1);
1291 DialogBox(hInst, MAKEINTRESOURCE(IDD_ABOUT), hWnd, DlgProc2);
1319 if (DialogBox(hInst, MAKEINTRESOURCE(IDD_FB),
1335 DialogBox(hInst, MAKEINTRESOURCE(IDD_PROP), hWnd, PropDlgProc);

Completed in 15 milliseconds