|
API Guide Home (Online version only) |
![]() |
00001 /****************************************************************************** 00002 * Copyright (c) 2004 palmOne, Inc. or its subsidiaries. 00003 * All rights reserved. 00004 *****************************************************************************/ 00005 /** 00006 * @ingroup NETMASTER 00007 */ 00008 00009 /** 00010 * @file NetMasterLibTarget.h 00011 * @version 1.0 00012 * @date 01/31/2002 00013 * 00014 * @brief This is the target parameters file for the NetMaster Library. 00015 * 00016 * We break out these definitions so that other portable modules 00017 * could access them without PalmOS-specific definitions 00018 * 00019 * 00020 */ 00021 00022 #ifndef _NET_MASTER_LIB_TARAGET_H_ 00023 #define _NET_MASTER_LIB_TARAGET_H_ 00024 00025 00026 00027 // 'HsNM' was registered with Palm on February 01, 2002 at 3:59pm 00028 #define netMasterLibCreatorID 'HsNM' /**< NetMaster Library database creator */ 00029 00030 #define netMasterLibTypeID 'libr' /**< Standard library database type */ 00031 00032 #define netMasterLibName "HsNetMasterLibrary.lib" /**< Internal library name 00033 which can be passed to SysLibFind() */ 00034 00035 00036 00037 00038 #endif // _NET_MASTER_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 |