isValidCOMObject: Checks whether a COM object seems to be still active/valid

View source: R/com.R

isValidCOMObjectR Documentation

Checks whether a COM object seems to be still active/valid

Description

This attempts to determine whether a reference to a COM object corresponds to an active/valid COM object or if it has been destroyed.

Usage

isValidCOMObject(obj)

Arguments

obj

a COMIDispatch object

Value

A logical value with TRUE indicating valid.

Author(s)

Duncan Temple Lang

See Also

COMCreate


omegahat/RDCOMClient documentation built on July 24, 2022, 5:45 a.m.