Ignore:
Timestamp:
08/17/10 11:23:57 (21 months ago)
Author:
jay
Message:

-- win32service application with start, stop, uninstall service, and start server normally integrated into one package. This is the initial commit for this approach.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/win32service/win32service/include/svc/svc.h

    r73 r78  
    1515VOID SvcInit( DWORD, LPTSTR * );  
    1616VOID SvcReportEvent( LPTSTR ); 
     17VOID __stdcall DisplayUsage(); 
     18VOID AddSvcCommand(TCHAR * command); 
    1719 
    1820DWORD WINAPI ThreadProc( __in  LPVOID lpParameter); 
     
    2123 
    2224HANDLE hThread = NULL; 
     25TCHAR * svcCommand[3]; 
Note: See TracChangeset for help on using the changeset viewer.