Share via


ServicesExeCommandLineParams (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.