diasample.h

来自「This project was generated by Palm OS Ap」· C头文件 代码 · 共 43 行

H
43
字号
/*
 * DIASample.h
 *
 * header file for DIASample
 *
 * This wizard-generated code is based on code adapted from the
 * stationery files distributed as part of the Palm OS SDK 4.0.
 *
 * Copyright (c) 1999-2000 Palm, Inc. or its subsidiaries.
 * All rights reserved.
 */
 
#ifndef DIASAMPLE_H_
#define DIASAMPLE_H_

/*********************************************************************
 * Internal Structures
 *********************************************************************/

typedef struct DIASamplePreferenceType
{
	Boolean pref1;
	char pref2[256];
} DIASamplePreferenceType;

/*********************************************************************
 * Global variables
 *********************************************************************/

extern DIASamplePreferenceType g_prefs;

/*********************************************************************
 * Internal Constants
 *********************************************************************/

#define appFileCreator			'STRT'
#define appName					"DIASample"
#define appVersionNum			0x01
#define appPrefID				0x00
#define appPrefVersionNum		0x01

#endif /* DIASAMPLE_H_ */

⌨️ 快捷键说明

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