tolldef.h

来自「基于VC的控件编程」· C头文件 代码 · 共 22 行

H
22
字号
////////////////////////////////////////////////////
// FileName:	 tolldef.h
// Description:  type definitions for toller system
// Author:		 WangHaiyun
// Date:		 1997/11/15
// Last Revision:
////////////////////////////////////////////////////
#ifndef _TOLLDEF_H
#define _TOLLDEF_H

struct TollerInfoTag
{
	char szLoginName[7];//user login name
	char szIPAddr[16];//IP Address
	int	 nSubTotal;//from 12:00 at last night to now,the traffic
	int	 nTotal;//from last toll date,every month toll
};

typedef struct TollerInfoTag TOLLERINFO;

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?