CD Player Mute Button Borland C++ 4

Started by
1 comment, last by razo 20 years, 1 month ago
Just wondering does anyone out there know whats wrong with this code. Im using the and any help would be greatly appreciated. void __fastcall TNetworkCDPlayerApplication::MuteButtonClick(TObject *Sender) { MCI_SET_PARMS mciSetParms; ZeroMemory(&mciSetParms, sizeof(MCI_SET_PARMS)); mciSetParms.dwAudio = MCI_SET_AUDIO_ALL; mciSendCommand(m_DeviceID, MCI_SET, MCI_SET_OFF, (DWORD)(LPVOID) &mciSetParms); MuteButton->Visible = false; UnmuteButton->Visible = true; }
Advertisement
Yeah suck my cock and i''ll tell you the answer
that was totally uncalled for man....
I eat heart attacks

This topic is closed to new replies.

Advertisement