xlld.sdk.xlcallcpp

Microsoft Excel Developer's Toolkit Version 14.0

File: SRC\XLCALL.CPP Description: Code file for Excel callbacks Platform: Microsoft Windows

This file defines the entry points which are used in the Microsoft Excel C API.

Members

Aliases

EXCEL12PROC
alias EXCEL12PROC = int function(int xlfn, int coper, LPXLOPER12* rgpxloper12, LPXLOPER12 xloper12Res) nothrow @(nogc)

Excel 12 entry points backwards compatible with Excel 11

Functions

Excel12
int Excel12(int xlfn, LPXLOPER12 operRes, LPXLOPER12[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
Excel12v
int Excel12v(int xlfn, LPXLOPER12 operRes, int count, LPXLOPER12* opers)
Undocumented in source. Be warned that the author may not have intended to support it.
FetchExcel12EntryPt
void FetchExcel12EntryPt()
Undocumented in source. Be warned that the author may not have intended to support it.
SetExcel12EntryPt
void SetExcel12EntryPt(EXCEL12PROC gExcel12New)

This function explicitly sets EXCEL12ENTRYPT.

Variables

gExcel12
EXCEL12PROC gExcel12;
Undocumented in source.

Meta