GetWebPolling
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Gets the Web polling status. The function is exported by the XLL but is not registered with Microsoft Office Excel as a worksheet function.
int pascal GetWebPolling(void);
Parameters
The function takes no arguments.
Property Value/Return Value
The function returns 1 if online polling is enabled or zero if local polling of the static data is being used.
Remarks
The Visual Basic for Applications (VBA) code in stock.xlam uses the VBA Declare Function statement to define the function, and calls directly into the XLL.
Example
See \SAMPLES\STOCK\STOCK.CPP for the code for these functions.