Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
18.3.1.2. RXSUBCOM DROP
RXSUBCOM DROP deregisters a subcommand handler.
Parameters:
envname
The name of the subcommand handler.
dllname
The name of the dynamic-link file containing the subcommand handler routine.
Return codes:
0
The subcommand handler was successfully deregistered.
30
The subcommand handler does not exist.
40
The environment was registered by a different process as RXSUBCOM_NONDROP.
-1
A parameter is missing or specified incorrectly.
Prev
18.3.1.1. RXSUBCOM REGISTER
Up
Home
Next
18.3.1.3. RXSUBCOM QUERY