Share via


ServicesExeCommandLineParams

A version of this page is also available for

Windows Embedded CE 6.0 R3

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

See Also

Concepts

Handling Command Line Parameters