home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / MS_DAO.SDK / DISK4 / DAOSDK.1 / regadll.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-08  |  444 b   |  13 lines

  1. // RegADLL.h : main header file for the REGADLL DLL
  2. //
  3.  
  4. typedef HRESULT (STDAPICALLTYPE *CTLREGPROC)(void) ; //see COMPOBJ.H
  5.  
  6.  
  7. //Prototypes
  8.  
  9. INT WINAPI RegisterADLL( HWND hwndMain, LPLONG lplValue, LPSTR pszPath );
  10. BOOL WINAPI IsDLLRunning( HWND hwndMain, LPLONG lplValue, LPSTR pszPath );
  11. BOOL WINAPI RunProcess( HWND hwndMain, LPLONG lplValue, LPSTR pszPath );
  12. BOOL WINAPI IsWinJ( HWND hwndMain, LPLONG lplValue, LPSTR pszPath );
  13.