home *** CD-ROM | disk | FTP | other *** search
- // RegADLL.h : main header file for the REGADLL DLL
- //
-
- typedef HRESULT (STDAPICALLTYPE *CTLREGPROC)(void) ; //see COMPOBJ.H
-
-
- //Prototypes
-
- INT WINAPI RegisterADLL( HWND hwndMain, LPLONG lplValue, LPSTR pszPath );
- BOOL WINAPI IsDLLRunning( HWND hwndMain, LPLONG lplValue, LPSTR pszPath );
- BOOL WINAPI RunProcess( HWND hwndMain, LPLONG lplValue, LPSTR pszPath );
- BOOL WINAPI IsWinJ( HWND hwndMain, LPLONG lplValue, LPSTR pszPath );
-