computeFunctionInformation {SWinTypeLibs}R 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


[Package SWinTypeLibs version 0.5-1 Index]