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.

28 lines
1.1 KiB

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1995-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: maindlg.h
  6. * Content: Main Dialog Support Routines
  7. * History:
  8. *
  9. * Date By Reason
  10. * ==== == ======
  11. * 10/15/99 rodtoll created it
  12. *
  13. ***************************************************************************/
  14. #ifndef __MAINDIALOG_H
  15. extern void MainDialog_AddVoicePlayer( HWND hDlg, DWORD dwID );
  16. extern void MainDialog_RemoveVoicePlayer( HWND hDlg, DWORD dwID );
  17. extern void MainDialog_AddTransportPlayer( HWND hDlg, DWORD dwID );
  18. extern void MainDialog_RemoveTransportPlayer( HWND hDlg, DWORD dwID );
  19. extern void MainDialog_AddToLog( HWND hDlg, LPTSTR lpstrMessage );
  20. extern BOOL MainDialog_Create( PDXVHELP_RTINFO prtInfo );
  21. extern void MainDialog_SetIdleState( HWND hDlg, PDXVHELP_RTINFO prtInfo );
  22. extern void MainDialog_DisplayStatus( HWND hDlg, LPTSTR lpstrStatus );
  23. extern void MainDialog_ShowSessionSettings( HWND hDlg, PDXVHELP_RTINFO prtInfo );
  24. extern void MainDialog_DisplayVolumeSettings( HWND hDlg, PDXVHELP_RTINFO prtInfo );
  25. #endif