CALL "REG_CLOSE_KEY" USING openKey GIVING returnCode |
openKey | USAGE UNSIGNED-LONG | Specifies the handle to the open key to be closed. The handle must have been opened by the REG_CREATE_KEY, REG_CREATE_KEY_EX, REG_OPEN_KEY or REG_OPEN_KEY_EX library routine. |
-1 | Invalid or missing parameters, or not running on Windows |
0 | Operation successful. |
Non zero | Operation failed. Click here for a list of error codes. |