computeFunctionInformation: Create information about a COM method

View source: R/autoInterface.S

computeFunctionInformationR Documentation

Create information about a COM method

Description

This function is used by createCOMSClass when creating methods for $ and $<- for a COM class. This computes information about the parameters for the method, which are required and a collection of converter functions for marshalling the S values in the call to the target COM types.

Usage

computeFunctionInformation(desc)

Arguments

desc

the FunctionDescription-class object describing the COM method.

Value

A list

paramNames

the names of the different parameters

required

a vector giving the names of the required arguments

converters

not currently meaningful

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://msdn.microsoft.com/library http://www.omegahat.org/RWinTypeLibs

See Also

createCOMSClass generateOperators the RDCOMClient package


omegahat/SWinTypeLibs documentation built on Jan. 17, 2024, 6:40 p.m.