文件名称:frmMain
介绍说明--下载内容均来自于网络,请自行研究使用
以下为Delphi版的数据结构和相关调用函数声明
使用其他开发语言的,只要转换成自己语言的相应格式就可以了
目前在 RSRStock.dll 中,提供了如下几个导出函数:
DLLVER, R_Open, R_Close, R_Connect, R_DisConnect, R_InitMarketData,
R_GetPK, R_GetTestRealPK, R_GetKDays, R_GetDeals, R_GetMins,
R_GetMarket, R_GetMarketByStockCode, R_GetMarketByStockName,
R_GetStockName, R_GetStockCode
它们都使用的是 stdcall 的参数传递格式-The following is a Delphi version of the data structure and the related call function statement
Using the other development language, as long as the conversion to the corresponding format of their own language can be
At present in RSRStock.dll, the following several export functions are provided:
DLLVER, R_Open, R_Close, R_Connect, R_DisConnect, R_InitMarketData,
R_GetPK, R_GetTestRealPK, R_GetKDays, R_GetMins, R_GetDeals,
R_GetMarket, R_GetMarketByStockCode, R_GetMarketByStockName,
R_GetStockCode, R_GetStockName
They all use the stdcall parameter to pass the format.
使用其他开发语言的,只要转换成自己语言的相应格式就可以了
目前在 RSRStock.dll 中,提供了如下几个导出函数:
DLLVER, R_Open, R_Close, R_Connect, R_DisConnect, R_InitMarketData,
R_GetPK, R_GetTestRealPK, R_GetKDays, R_GetDeals, R_GetMins,
R_GetMarket, R_GetMarketByStockCode, R_GetMarketByStockName,
R_GetStockName, R_GetStockCode
它们都使用的是 stdcall 的参数传递格式-The following is a Delphi version of the data structure and the related call function statement
Using the other development language, as long as the conversion to the corresponding format of their own language can be
At present in RSRStock.dll, the following several export functions are provided:
DLLVER, R_Open, R_Close, R_Connect, R_DisConnect, R_InitMarketData,
R_GetPK, R_GetTestRealPK, R_GetKDays, R_GetMins, R_GetDeals,
R_GetMarket, R_GetMarketByStockCode, R_GetMarketByStockName,
R_GetStockCode, R_GetStockName
They all use the stdcall parameter to pass the format.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
frmMain.pas