|
| KiXtart Command Reference |
OLERELEASEOBJECTactionOLEReleaseObject frees up any resources obtained when the OLE object was created. If you do not explicitly release an object, all its resources will remain allocated until KiXtart exits. syntaxOLERELEASEOBJECT (objecthandle) parametersObjectHandle The handle of the object you want to release. This handle must have been obtained by a call to OLECreateObject, OLEGetObject, OLEGetSubObject, OLEGetProperty or OLECallFunc. returnsIf the function succeeds, the return value is 0. If the function fails, the return value represents an error code. |