fsChartsGetPages

The fsChartsGetPages function fetches information about the pages of a given chart.

 

Syntax
bool fsChartsGetPages(
    const char* chartGuid,
    FsChartsPagesCallback callback,
    void* userData
    );

 

Members
Parameters Description
chartGuid The GUID of the chart to fetch data for, obtained from an FsChartIndex.
callback The callback invoked when the request completes.
userData A user-defined pointer for data that is to be returned as part of the callback (or NULL if not required).

Return Values

The function returns false if it was not possible to send the request. If the request was sent but failed, the specified callback will be invoked with an appropriate error code.

 

Remarks

N/A

 

Related Topics

  1. WebAssembly
  2. Charts API