Jump to content

SpDropFuncs: Difference between revisions

From EDM2
Created page with "Removes all spUtils functions. '''Syntax:''' CALL spDropFuncs Example Code (part from example code of spLoadFuncs): bootdrv.cmd (spUtils Example Code): [...] CALL sp..."
 
No edit summary
Line 8: Line 8:
  CALL spDropFuncs
  CALL spDropFuncs
  Page
  Page
[[Category:The OS/2 API Project]]

Revision as of 13:57, 31 March 2015

Removes all spUtils functions.

Syntax: CALL spDropFuncs

Example Code (part from example code of spLoadFuncs):

/* bootdrv.cmd (spUtils Example Code) */
[...]
CALL spDropFuncs
Page