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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxLA.cpp199 static void ActionExecutorDeleteActions(RTLISTANCHOR *listActions) argument
203 RTListForEachSafe(listActions, pIter, pIterNext, ACTIONENTRY, nodeActionEntry)
211 RTLISTANCHOR *listActions)
317 if (RTListIsEmpty(listActions))
319 RTListAppend(listActions, &pEntry->nodeActionEntry);
325 RTListForEach(listActions, pIter, ACTIONENTRY, nodeActionEntry)
336 RTListAppend(listActions, &pEntry->nodeActionEntry);
348 RTListForEach(listActions, pIter, ACTIONENTRY, nodeActionEntry)
357 ActionExecutorDeleteActions(listActions);
366 static void ActionExecutorExecuteActions(RTLISTANCHOR *listActions) argument
210 ActionExecutorEnumerateRegistryKey(const WCHAR *pwszRegKey, RTLISTANCHOR *listActions) argument
[all...]

Completed in 45 milliseconds