Home
last modified time | relevance | path

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

/reactos/dll/win32/winmm/
H A Dmci.c340 MCI_DGV_INFO_PARMSW *mci_infoW; in MCI_MapMsgAtoW() local
343 ptr = HeapAlloc(GetProcessHeap(), 0, sizeof(*mci_infoW) + sizeof(DWORD_PTR)); in MCI_MapMsgAtoW()
348 mci_infoW = (MCI_DGV_INFO_PARMSW *)ptr; in MCI_MapMsgAtoW()
351 mci_infoW->dwCallback = mci_infoA->dwCallback; in MCI_MapMsgAtoW()
354 mci_infoW->dwRetSize = mci_infoA->dwRetSize; in MCI_MapMsgAtoW()
355mci_infoW->lpstrReturn = HeapAlloc(GetProcessHeap(), 0, mci_infoW->dwRetSize * sizeof(WCHAR)); in MCI_MapMsgAtoW()
357 mci_infoW->dwItem = mci_infoA->dwItem; in MCI_MapMsgAtoW()
473 MCI_INFO_PARMSW *mci_infoW = (MCI_INFO_PARMSW *)dwParam2; in MCI_UnmapMsgAtoW() local
478 mci_infoW->lpstrReturn, -1, in MCI_UnmapMsgAtoW()
483 HeapFree(GetProcessHeap(), 0, mci_infoW->lpstrReturn); in MCI_UnmapMsgAtoW()