Searched refs:aVerbs (Results 1 – 1 of 1) sorted by relevance
560 LPCWSTR* aVerbs; /* array of verbs to speed up the verb look up process */ member729 S_MciCmdTable[uTbl].aVerbs = HeapAlloc(GetProcessHeap(), 0, count * sizeof(LPCWSTR)); in MCI_SetCommandTable()740 S_MciCmdTable[uTbl].aVerbs[count++] = str; in MCI_SetCommandTable()946 if (wcsicmp(S_MciCmdTable[uTbl].aVerbs[idx], verb) == 0) in MCI_FindCommand()947 return S_MciCmdTable[uTbl].aVerbs[idx]; in MCI_FindCommand()1691 HeapFree(GetProcessHeap(), 0, S_MciCmdTable[uTable].aVerbs); in mciFreeCommandResource()1692 S_MciCmdTable[uTable].aVerbs = 0; in mciFreeCommandResource()