#include "priv.h" #pragma hdrstop int GetMenuPosFromID(HMENU hmenu, UINT id) { int iPos = -1; int cItems = GetMenuItemCount(hmenu); int i; for (i=0; i