?? services.h
字號:
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
* FILE: include/services/services.h
* PURPOSE: Private interface between SERVICES.EXE and ADVAPI32.DLL
* PROGRAMMER: Eric Kohl
*/
#ifndef __SERVICES_SERVICES_H__
#define __SERVICES_SERVICES_H__
#define SERVICE_CONTROL_START 0
typedef struct _SCM_CONTROL_PACKET
{
DWORD dwControl;
DWORD dwSize;
WCHAR szArguments[1];
} SCM_CONTROL_PACKET, *PSCM_CONTROL_PACKET;
#endif /* __SERVICES_SERVICES_H__ */
/* EOF */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -