MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / Pos

Method Pos

source/script_menu.cpp:1271–1278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1269
1270
1271UINT UserMenuItem::Pos()
1272{
1273 UINT pos = 0;
1274 for (UserMenuItem *mi = mMenu->mFirstMenuItem; mi; mi = mi->mNextMenuItem, ++pos)
1275 if (mi == this)
1276 return pos;
1277 return UINT_MAX;
1278}
1279
1280
1281

Callers 1

MsgSleepFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected