Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information about the arguments that are passed to the Services.exe command-line tool.
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
OS Versions: Windows CE 5.0 and later.
Header: Service.h.
See Also
Handling Command Line Parameters
Send Feedback on this topic to the authors