Share via


OpenSession

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

Creates a session in which user-defined functions can be executed.

int OpenSession(WCHAR *Params)

Parameters

  • Params
    A pointer to semicolon-delimited UNICODE string of parameters for the session. Excel does not use this argument.

Return Value

A session ID to use in other calls to the cluster connector, if the session was successfully created; otherwise xlHpcRetCallFailed.

See Also

Concepts

Excel Cluster Connector Functions