Excel Cluster Connector Functions

Applies to: Excel 2013 | Office 2013 | Visual Studio

Microsoft Excel 2013 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

Developing Excel Cluster Connectors

Cluster Safe Functions