Skip to content

Struct WshShell_Interact_t

ClassList > WshShell_Interact_t

Interactive command registration structure. More...

  • #include <wsh_shell_interact.h>

Public Attributes

Type Name
WshShell_Char_t CmdName
WshShellInteractive_CmdHandler_t Handler

Detailed Description

Stores the name of the interactive command and the corresponding execution function.

Public Attributes Documentation

variable CmdName

WshShell_Char_t WshShell_Interact_t::CmdName[WSH_SHELL_CMD_NAME_LEN];

Name of the interactive command.


variable Handler

WshShellInteractive_CmdHandler_t WshShell_Interact_t::Handler;

Function to be executed in interactive mode.



The documentation for this class was generated from the following file src/wsh_shell_interact.h