PSD DEINSTALL: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
==Syntax== | ==Syntax== | ||
PSD_DEINSTALL keywords | PSD_DEINSTALL <keywords> | ||
==Parameters== | ==Parameters== | ||
Line 12: | Line 12: | ||
==Return Code== | ==Return Code== | ||
'''Exit''' : | |||
; NO_ERROR : if the PSD DeInstalled succesfully. | |||
; -1 : if the PSD didn't DeInstall. | |||
==Remarks== | ==Remarks== |
Revision as of 23:11, 25 July 2017
DeInstall the PSD.
This function is called to release any resources that may have been allocated by the PSD_INSTALL function. A PSD is never de-installed after its Init routine is called.
- Mode: Called in Init Mode; may be called in Kernel Mode.
Syntax
PSD_DEINSTALL <keywords>
Parameters
- Entry: None.
Return Code
Exit :
- NO_ERROR
- if the PSD DeInstalled succesfully.
- -1
- if the PSD didn't DeInstall.
Remarks
This function may be called after OS/2 is finished with initialization by the DosTestPSD API; therefore, the PSD developer must be careful not to use any init mode only PSDHelp's in this function.
- The function is required for OS/2 to operate properly, so the function can not be omitted.
- The function can call a PSD help that may block.