Searched refs:mci_devcaps (Results 1 – 1 of 1) sorted by relevance
418 MCI_GETDEVCAPS_PARMS mci_devcaps; in mci_get_devcaps() local420 mci_devcaps.dwItem = cap; in mci_get_devcaps()423 (DWORD_PTR)&mci_devcaps); in mci_get_devcaps()427 return mci_devcaps.dwReturn; in mci_get_devcaps()545 MCI_GETDEVCAPS_PARMS mci_devcaps; in MCIWndProc() local597 mci_devcaps.dwItem = MCI_GETDEVCAPS_DEVICE_TYPE; in MCIWndProc()600 (DWORD_PTR)&mci_devcaps); in MCIWndProc()607 mwi->dev_type = mci_devcaps.dwReturn; in MCIWndProc()