Home
last modified time | relevance | path

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

/reactos/dll/win32/winmm/
H A Dmci.c386 MCI_VD_ESCAPE_PARMSW *mci_vd_escapeW; in MCI_MapMsgAtoW() local
388 mci_vd_escapeW = HeapAlloc(GetProcessHeap(), 0, sizeof(*mci_vd_escapeW)); in MCI_MapMsgAtoW()
389 if (!mci_vd_escapeW) return -1; in MCI_MapMsgAtoW()
391 *dwParam2 = (DWORD_PTR)mci_vd_escapeW; in MCI_MapMsgAtoW()
393 mci_vd_escapeW->dwCallback = mci_vd_escapeA->dwCallback; in MCI_MapMsgAtoW()
394 mci_vd_escapeW->lpstrCommand = MCI_strdupAtoW(mci_vd_escapeA->lpstrCommand); in MCI_MapMsgAtoW()
501 MCI_VD_ESCAPE_PARMSW *mci_vd_escapeW = (MCI_VD_ESCAPE_PARMSW *)dwParam2; in MCI_UnmapMsgAtoW() local
503 HeapFree(GetProcessHeap(), 0, (void*)mci_vd_escapeW->lpstrCommand); in MCI_UnmapMsgAtoW()
504 HeapFree(GetProcessHeap(), 0, mci_vd_escapeW); in MCI_UnmapMsgAtoW()