Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

55 lines
708 B

/******************************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
);
void
CdDiskInfoDlg(
void
);