?? stock_drv.h
字號:
typedef int (*_StockInit)(char xxx[1024]);
typedef int (*_SetParam)(char xxx[1024]);
typedef int (*_GetTradeData)(char xxx[1024]);
typedef int (*_SetCodeTable)(char xxx[1024]);
typedef void (*_SCAskData)(void *pAsk, int nSize);
typedef int (*_SCStockInit)(int SoftId,HWND hWnd,UINT Msg);
typedef int (*_GetStockByCode)(char * pszStockCode,int nMarket,RCV_REPORT_STRUCTEx * pBuf);
typedef int (*_GetStockByCodeEx)(char * pszStockCode,int nMarket,RCV_REPORT_STRUCTEx * pBuf);
typedef int (*_GetStockByNo)(int nNo,RCV_REPORT_STRUCTEx * pBuf);
typedef int (*_GetStockByNoEx)(int nNo,RCV_REPORT_STRUCTEx * pBuf);
typedef int (*_GetTotalNumber)();
typedef int (*_ReInitStockInfo)(char xxx[1024]);
typedef DWORD (*_GetStockDrvInfo)(int nInfo,void * pBuf);
typedef int (*_SetupReceiver)(BOOL bSetup);
typedef int (*_Stock_Quit)(HWND hWnd);
typedef int (*_Stock_Init)(HWND hWnd,UINT Msg,int nWorkMode);
_StockInit StockInit_;
_SetParam SetParam_;
_GetTradeData GetTradeData_;
_SetCodeTable SetCodeTable_;
_SCAskData SCAskData_;
_SCStockInit SCStockInit_;
_GetStockByCode GetStockByCode_;
_GetStockByCodeEx GetStockByCodeEx_;
_GetStockByNo GetStockByNo_;
_GetStockByNoEx GetStockByNoEx_;
_GetTotalNumber GetTotalNumber_;
_ReInitStockInfo ReInitStockInfo_;
_GetStockDrvInfo GetStockDrvInfo_;
_SetupReceiver SetupReceiver_;
_Stock_Quit Stock_Quit_;
_Stock_Init Stock_Init_;
bool StockDrv_Dll_Load();
void Fxj_P2PStockdrv_Init();
LRESULT WINAPI AfxWnd42sWinProc(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -