ReactOS 0.4.16-dev-289-g096a551
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winsvc.h>
#include <sddl.h>
#include <tchar.h>
#include <ndk/rtlfuncs.h>
#include <ndk/setypes.h>
Go to the source code of this file.
Classes | |
struct | SERVICE_CREATE_INFO |
Macros | |
#define | WIN32_NO_STATUS |
Typedefs | |
typedef struct SERVICE_CREATE_INFO * | LPSERVICE_CREATE_INFO |
typedef struct SERVICE_CREATE_INFO * LPSERVICE_CREATE_INFO |
Definition at line 13 of file control.c.
Definition at line 13 of file create.c.
Definition at line 12 of file delete.c.
Referenced by _CcpFlushCache(), cmdUse(), DECLARE_INTERFACE_(), PropertySetStorage_Delete(), RawCheckForDismount(), registry_callback(), ScControl(), test_SHPropStg_functions(), UDFCleanUpFcbChain(), UDFSetDispositionInformation(), UpdateRegistry(), and VfatCheckForDismount().
Definition at line 12 of file depend.c.
Referenced by ScControl().
Definition at line 12 of file name.c.
Referenced by _test_GetCurMoniker(), DECLARE_INTERFACE_(), Moniker_GetDisplayName(), ScControl(), test_editing_mode(), test_exec_editmode(), test_Hlink_Navigate(), test_HlinkGetSetMonikerReference(), test_HlinkResolveMonikerForData(), test_HlinkSite(), and test_Load().
Definition at line 77 of file name.c.
Definition at line 14 of file usage.c.
Referenced by _tmain(), and ScControl().
BOOL ParseCreateConfigArguments | ( | LPCTSTR * | ServiceArgs, |
INT | ArgCount, | ||
BOOL | bChangeService, | ||
OUT LPSERVICE_CREATE_INFO | lpServiceInfo | ||
) |
Definition at line 53 of file misc.c.
Referenced by Create(), and SetConfig().
BOOL ParseFailureArguments | ( | LPCTSTR * | ServiceArgs, |
INT | ArgCount, | ||
OUT LPCTSTR * | ppServiceName, | ||
OUT LPSERVICE_FAILURE_ACTIONS | pFailureActions | ||
) |
VOID PrintService | ( | LPCTSTR | ServiceName, |
LPCTSTR | DisplayName, | ||
LPSERVICE_STATUS_PROCESS | pStatus, | ||
BOOL | bExtended | ||
) |
VOID PrintServiceStatus | ( | LPSERVICE_STATUS | pStatus | ) |
Definition at line 39 of file print.c.
Referenced by EnumDepend(), and PrintService().
Definition at line 292 of file query.c.
Referenced by BasepGetComputerNameFromNtPath(), IopQueryBusDescription(), IopQueryDeviceDescription(), IoQueryDeviceDescription(), NtQueryInformationProcess(), NtQuerySystemInformation(), PrintDiskData(), ScControl(), SHELL_IncludeItemInFolderEnum(), StorPortInitializePerfOpts(), Test_ApphelpCheckRunApp(), WSALookupServiceBeginW(), WSALookupServiceEnd(), WSALookupServiceNextW(), WsNqAddProvider(), WsNqDereference(), WsNqInitialize(), WsNqNextProvider(), WsNqPreviousProvider(), and WsNqValidateAndReference().
Definition at line 12 of file config.c.
Referenced by ScControl().
Definition at line 12 of file description.c.
Referenced by ScControl().
Definition at line 11 of file failure.c.
Referenced by ScControl().
LPSERVICE_STATUS_PROCESS QueryService | ( | LPCTSTR | ServiceName | ) |
Definition at line 13 of file query.c.
Definition at line 12 of file sdset.c.
Referenced by ScControl().
Definition at line 12 of file sdshow.c.
Referenced by ScControl().
Definition at line 199 of file config.c.
Referenced by DECLARE_INTERFACE_(), and ScControl().
Definition at line 99 of file description.c.
Referenced by ScControl().
Definition at line 120 of file failure.c.
Referenced by ScControl().
Definition at line 12 of file start.c.