Share via


IOCTL_SERVICE_COMMAND_LINE_PARAMS (Windows CE 5.0)

Send Feedback

This IOCTL indicates that arguments from the services.exe command line are being passed to the service.

Parameters

  • pBufIn
    Pointer to a ServicesexeCallbackFunctions structure that contains the number of arguments and the arguments passed to the service.
  • pBufOut
    Pointer to a WCHAR* string that is displayed to the user who entered a services command instruction. The xxx_IOControl (Services.exe) function must return TRUE for this description to be displayed. This parameter is optional.

Return Values

Returns TRUE if successful, FALSE otherwise. To set extended error information, call the SetLastError function.

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.