www.pudn.com > Ó²ÅÌµÄ¼à¿Ø.rar > fspyServ.h
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
filespySeervice.h
Abstract:
This header file contains all the constants that are needed to identify
the filespy service. This is use by the install, uninstall, and user
application of filespy.
Environment:
User Mode Only
Revision History:
--*/
#ifndef __FILESPY_SERVICE__
#define __FILESPY_SERVICE__
#define FILESPY_SERVICE_NAME L"FileSpy"
#define FILESPY_SERVICE_ACCESS STANDARD_RIGHTS_REQUIRED | \
SERVICE_QUERY_CONFIG | \
SERVICE_QUERY_STATUS | \
SERVICE_START
#endif /* __FILESPY_SERVICE__ */