home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Capture / AMCap / status.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-08  |  842 b   |  21 lines

  1. //------------------------------------------------------------------------------
  2. // File: Status.h
  3. //
  4. // Desc: Header file for the Status Bar
  5. //
  6. // Copyright (c) 1992-2001 Microsoft Corporation.  All rights reserved.
  7. //------------------------------------------------------------------------------
  8.  
  9. //------------------------------------------------------------------------------
  10. // Global Variables
  11. //------------------------------------------------------------------------------
  12. extern TCHAR szStatusClass[];
  13.  
  14.  
  15. //------------------------------------------------------------------------------
  16. // Function Prototypes
  17. //------------------------------------------------------------------------------
  18. BOOL  statusInit(HANDLE hInst, HANDLE hPrev);
  19. void  statusUpdateStatus(HWND hwnd, LPCTSTR lpsz);
  20. int statusGetHeight(void);
  21.