windows-nt/Source/XPSP1/NT/multimedia/media/deluxe2/cdplay/commands.h

50 lines
670 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/******************************Module*Header*******************************\
* Module Name: commands.h
*
* Functions that execue the users commands.
*
*
* Created: dd-mm-93
* Author: Stephen Estrop [StephenE]
*
* Copyright (c) 1993 Microsoft Corporation
\**************************************************************************/
void
CdPlayerEjectCmd(
void
);
void
CdPlayerPlayCmd(
void
);
void
CdPlayerPauseCmd(
void
);
void
CdPlayerStopCmd(
void
);
void
CdPlayerPrevTrackCmd(
void
);
void
CdPlayerNextTrackCmd(
void
);
void
CdPlayerSeekCmd(
HWND hwnd,
BOOL fStart,
UINT uDirection
);