ovi_CloseWindow


ovi_CloseWindow (overlayRef) <- errorCode
Parameter Type Description
-> overlayRef Long integer Overlay window reference of the window to close
<- errorCode Long Integer Error Code (0 = no error)


The routine closes an overlay window previously created by ovi_NewWindow. If you pass an invalid reference (a reference that does not correspond to an overlay window created by the plug-in), the routine does nothing but returns error code –20101 (constant koviERR_InvalidReference).