Home
last modified time | relevance | path

Searched refs:S_MciCmdTable (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/winmm/
H A Dmci.c578 uTbl, S_MciCmdTable[uTbl].lpTable, S_MciCmdTable[uTbl].uDevType); in MCI_IsCommandTableValid()
583 lmem = S_MciCmdTable[uTbl].lpTable; in MCI_IsCommandTableValid()
626 lmem = S_MciCmdTable[uTbl].lpTable; in MCI_DumpCommandTable()
654 if (S_MciCmdTable[uTbl].lpTable && S_MciCmdTable[uTbl].uDevType == uDevType) in MCI_GetCommandTable()
702 if (!S_MciCmdTable[uTbl].lpTable) { in MCI_SetCommandTable()
710 S_MciCmdTable[uTbl].hMem = hMem; in MCI_SetCommandTable()
718 lmem = S_MciCmdTable[uTbl].lpTable; in MCI_SetCommandTable()
730 S_MciCmdTable[uTbl].nVerbs = count; in MCI_SetCommandTable()
1689 S_MciCmdTable[uTable].hMem = NULL; in mciFreeCommandResource()
1692 S_MciCmdTable[uTable].aVerbs = 0; in mciFreeCommandResource()
[all …]