home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8a_sdk.exe / samples / multimedia / directshow / capture / amcap / status.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-04  |  844 b   |  21 lines

  1. //------------------------------------------------------------------------------
  2. // File: Status.h
  3. //
  4. // Desc: Header file for the Status Bar
  5. //
  6. // Copyright (c) 1992 - 2000, Microsoft Corporation.  All rights reserved.
  7. //------------------------------------------------------------------------------
  8.  
  9. //------------------------------------------------------------------------------
  10. // Global Variables
  11. //------------------------------------------------------------------------------
  12. extern char    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.