Share via


IOCTL_SERVICE_COMMAND_LINE_PARAMS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Parameters

  • 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

Header service.h
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Concepts

Handling Command Line Parameters