DispatchMethods {RDCOMClient}R Documentation

S-level constants

Description

Constants used to communicate between S and C code to indicate how a COM call should be invoked. This can be used as the value of the .dispatch argument in the .COM function to control whether to treat the call as a property accessor, method call or both.

Usage

data(DispatchMethods)

Format

Source

References

http://www.omegahat.org/RDCOMClient http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinTypeLibs http://www.omegahat.org/SWinRegistry

Examples

## Not run: 

## End(Not run)

[Package RDCOMClient version 0.8-1 Index]