?? packets.h
字號:
/*
Cross Platform Core Code.
Copyright(R) 2001-2002 Balang Software.
All rights reserved.
Using:
Packet convertor functions.
*/
#if !defined( __STKLIB_PACKETS_H__ )
#define __STKLIB_PACKETS_H__
#include "Container.h"
PCOMMPACKET AllocCommPacket( DWORD dwDataType, DWORD dwCount );
void FreeCommPacket( PCOMMPACKET pCommPacket );
BOOL convert_REPORT_to_MINUTE( REPORT * pReport, MINUTE * pMinute );
BOOL UpdateKDATAByREPORT( KDATA &kd, REPORT * pReport );
BOOL UpdateStockInfoByREPORT( CStockInfo & info, REPORT * pReport );
BOOL UpdateStockContainerByREPORT( CStockContainer &container, REPORT * pReport, BOOL bAddIfNotExist, REPORT * pReportLast = NULL );
BOOL UpdateStockContainerByKData( CStockContainer &container, LPCTSTR lpszCode, CKData & kdata );
#endif // __STKLIB_PACKETS_H__
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -