~hudson-ubuntu/+junk/windows-remote-command

« back to all changes in this revision

Viewing changes to service/RemComSvc.h

  • Committer: James Page
  • Date: 2010-12-06 10:47:32 UTC
  • Revision ID: james.page@canonical.com-20101206104732-nctfskg5ky3vinf4
Initial release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
        Copyright (c) 2006 Talha Tariq [ talha.tariq@gmail.com ] 
 
3
        All rights are reserved.
 
4
 
 
5
        Permission to use, copy, modify, and distribute this software 
 
6
        for any purpose and without any fee is hereby granted, 
 
7
        provided this notice is included in its entirety in the 
 
8
        documentation and in the source files.
 
9
 
 
10
        This software and any related documentation is provided "as is" 
 
11
        without any warranty of any kind, either express or implied, 
 
12
        including, without limitation, the implied warranties of 
 
13
        merchantability or fitness for a particular purpose. The entire 
 
14
        risk arising out of use or performance of the software remains 
 
15
        with you. 
 
16
 
 
17
        $Author:        Talha Tariq [ talha.tariq@gmail.com ] 
 
18
        $Revision:      Talha Tariq [ talha.tariq@gmail.com ]   
 
19
        $Date: 2006/10/03 09:00:00 $            
 
20
        $Version History: $                     - 
 
21
        $TODO:                                          - Implement Delete Service
 
22
        $Description: $                         - RemCom Service is contained in the parent binary as a local resource which is extracted at runtime from itself
 
23
                                                                  pushed to admin$, installed to the remote service control manager which interacts remotely for local process invocation
 
24
                                                                
 
25
        $Workfile: $                            - RemComSvc.h
 
26
 */
 
27
#ifndef RemComSVC_H_INCLUDED
 
28
#define RemComSVC_H_INCLUDED
 
29
 
 
30
extern HANDLE hStopServiceEvent;
 
31
 
 
32
void _ServiceMain(void*);
 
33
void DeleteSvc();
 
34
 
 
35
#endif
 
 
b'\\ No newline at end of file'