?? mainstruct.h
字號(hào):
typedef struct
{
BYTE Type;
union ALLSTRUCT
{
struct INDEXANDSTOCK
{
char Code[8];
char Name[10];
DWORD Close;
DWORD Open;
DWORD High;
DWORD Low;
DWORD New;
DWORD Pbuy1;
float Vbuy1;
DWORD Pbuy2;
float Vbuy2;
DWORD Pbuy3;
float Vbuy3;
DWORD Pbuy4;
float Vbuy4;
DWORD Psell1;
float Vsell1;
DWORD Psell2;
float Vsell2;
DWORD Psell3;
float Vsell3;
DWORD Psell4;
float Vsell4;
float Volume;
float Amount;
float Cjbs;
DWORD Syl;
BYTE Reserved[9];
}IndexAndStock;
struct DAYLINE
{
char Code[8];
BYTE Records;
struct DayK
{
time_t Date;
DWORD Open;
DWORD High;
DWORD Low;
DWORD Close;
float Volume;
float Amount;
}Record[4];
char Reserved[6];
}DayLine;
struct INFORMATION
{
BYTE SubType;
time_t Time;
WORD Serial;
BYTE Proviter;
WORD Total;
WORD PacketNumber;
WORD InfoLength;
char Info[110];
char Reserved[3];
}Information;
struct TXTFILE
{
char Name[100];
BYTE FileType;
time_t Time;
char Reserved[22];
}TxtFile;
struct MINUTE
{
char Code[8];
time_t Time;
BYTE Records;
struct MinRec
{
DWORD Price;
float Volume;
float Amount;
}Record[9];
char Reserved[6];
}Minute;
struct WIGHTINTEREST
{
char Code[8];
BYTE Records;
struct Wight
{
time_t Time;
DWORD Give;
DWORD Pei;
DWORD PeiPrice;
DWORD Bonus;
}Record[5];
char Reserved[18];
}WightInterest;
}AllStruct;
}MAINSTRUCT;
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -