ServicesExeCommandLineParams
A version of this page is also available for
4/8/2010
This structure contains information about the arguments that are passed to the Services.exe command-line tool.
Syntax
typedef struct _ServicesExeCommandLineParams {
DWORD dwArgs;
const WCHAR* ppwszArgs[SERVICES_EXE_MAX_CMD_LINE_OPTIONS];
} ServicesExeCommandLineParams;
Members
- dwArgs
Number of arguments passed to the Services.exe command line tool.
- ppwszArgs
Pointer to a pointer to an array of argument strings.
Requirements
Header | service.h |
Windows Embedded CE | Windows CE 5.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |