Excel Cluster Connector Functions

Applies to: Excel 2010 | Office 2010 | VBA | Visual Studio

Microsoft Excel 2010 cluster connector DLLs must implement the functions described in this section.

The return values mentioned in reference topics in this section are defined in the SDK include file, xlcall.h.

Cluster Connector Architecture

Excel calls entry points in a cluster connector to transfer user-defined function calls to a high-performance compute cluster, and for cluster session management.

In This Section

CallUDF

CancelOutstandingRequests

CloseSession

OpenSession

PingSession

ShowOptions

See Also

Concepts

Developing Excel 2010 Cluster Connectors

Cluster Safe Functions