DosTestPSD: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
==Syntax== | ==Syntax== | ||
DosTestPSD (PCSZ) | |||
==Parameters== | ==Parameters== | ||
Pointer to a fully qualified PSD path and name. | Pointer to a fully qualified PSD path and name. | ||
Line 12: | Line 11: | ||
==Return Code== | ==Return Code== | ||
'''Exit''': Return Code. | '''Exit''': Return Code. | ||
==Remarks== | ==Remarks== | ||
This function will mainly be used by OS/2's install, to test the validity of a PSD that will be installed. | This function will mainly be used by OS/2's install, to test the validity of a PSD that will be installed. | ||
[[Category:PSD]] | [[Category:PSD]] |
Revision as of 20:22, 22 August 2017
Determine if the PSD is valid for the current platform.
This function will load the specified PSD, call its Install, and DeInstall routine, and unload the PSD. It returns the return code from the PSD's Install routine, or any error code it might have received while attempting to do the above operation.
Syntax
DosTestPSD (PCSZ)
Parameters
Pointer to a fully qualified PSD path and name.
Return Code
Exit: Return Code.
Remarks
This function will mainly be used by OS/2's install, to test the validity of a PSD that will be installed.