IOCTL_SERVICE_COMMAND_LINE_PARAMS
A version of this page is also available for
4/8/2010
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
Header | service.h |
Windows Mobile | Windows Mobile Version 5.0 and later |