home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / SAMPLES / DIBVIEW / FRAME.H_ / FRAME.H
Encoding:
C/C++ Source or Header  |  1993-02-08  |  308 b   |  16 lines

  1.  
  2. #ifndef FRAME_INCLUDED
  3. #define FRAME_INCLUDED
  4.  
  5. long FAR PASCAL __export FrameWndProc(HWND hWnd,
  6.                  UINT message,
  7.                  WPARAM wParam,
  8.                  LPARAM lParam);
  9.  
  10.  
  11. HWND OpenDIBWindow (HANDLE hDIB, LPSTR szTitle);
  12.  
  13. void EnableWindowAndOptionsMenus (BOOL bEnable);
  14.  
  15. #endif // FRAME_INCLUDED
  16.