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

/httpd/support/win32/
H A DApacheMonitor.c368 void appendMenuItem(HMENU hMenu, UINT uMenuId, LPTSTR szName, argument
379 mii.wID = uMenuId;
391 InsertMenuItem(hMenu, uMenuId, FALSE, &mii);
395 void appendServiceMenu(HMENU hMenu, UINT uMenuId, argument
403 appendMenuItem(smh, IDM_SM_START + uMenuId,
405 appendMenuItem(smh, IDM_SM_STOP + uMenuId,
407 appendMenuItem(smh, IDM_SM_RESTART + uMenuId,
415 mii.wID = uMenuId;
421 InsertMenuItem(hMenu, IDM_SM_SERVICE + uMenuId, FALSE, &mii);

Completed in 526 milliseconds