|
API Guide Home (Online version only) |
![]() |
00001 /****************************************************************************** 00002 * Copyright (c) 2004 palmOne, Inc. or its subsidiaries. 00003 * All rights reserved. 00004 *****************************************************************************/ 00005 /** 00006 * @ingroup NETPREF 00007 */ 00008 00009 /** 00010 * @file NetPrefLibTarget.h 00011 * @version 1.0 00012 * @date 12/12/2001 00013 * 00014 * @brief This is the target parameters file for the NetPref Library. 00015 * 00016 * We break out these definitions so that other portable modules 00017 * could access them without PalmOS-specific definishions 00018 * 00019 */ 00020 00021 /* 00022 * @author vmk 00023 * 00024 * <hr> 00025 */ 00026 00027 #ifndef _NET_PREF_LIB_TARAGET_H_ 00028 #define _NET_PREF_LIB_TARAGET_H_ 00029 00030 00031 00032 // 'HsNP' was registered on 12/12/2001 @ 4:56pm 00033 #define netPrefLibCreatorID 'HsNP' /**< NetPref Library database creator */ 00034 00035 #define netPrefLibTypeID 'libr' /**< Standard library database type */ 00036 00037 #define netPrefLibName "HsNetPrefLibrary.lib" /**< Internal library name 00038 * which can be passed to SysLibFind() 00039 */ 00040 00041 00042 #endif // _NET_PREF_LIB_TARAGET_H_
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:54 2008 for Palm API Guide |