The XP.DLL extended stored procedure xp_proclist displays the name and expected arguments, if any, for each extended stored procedure implemented in XP.DLL. This procedure demonstrates a method for providing syntax help to extended stored procedure users. For example:
execute xp_proclist
This command displays usage information for all the extended stored procedures implemented in XP.DLL.