|
API Guide Home (Online version only) |
![]() |
00001 /****************************************************************************** 00002 * Copyright (c) 2004 palmOne, Inc. or its subsidiaries. 00003 * All rights reserved. 00004 *****************************************************************************/ 00005 /** 00006 * 00007 * @ingroup SystemDef 00008 * 00009 */ 00010 00011 /** 00012 * @file HsExgMgr.h 00013 * @version 00014 * @date 00015 * 00016 * @brief Extensions to the Exchange Manager. 00017 * 00018 * These functions are not currently supported by Palm, but the plan to 00019 * in future releases. They gave us these functions in sample code, and 00020 * we are moving into the system for OS 5 products so applications can 00021 * take advantage of them. 00022 * 00023 */ 00024 00025 /** 00026 * @author Arun Mathias 00027 * 00028 * <hr> 00029 */ 00030 00031 00032 00033 #ifndef HS_EXG_MGR__H 00034 #define HS_EXG_MGR__H 00035 00036 00037 #include "HsExt.h" 00038 00039 /** 00040 * @brief 00041 * 00042 * @param id: IN: 00043 * @param *dataTypeP: IN: 00044 * @param *targetP: IN: 00045 * @retval 00046 **/ 00047 Err HsExtExgSelectTarget( UInt16 id, const Char *dataTypeP, UInt32 *targetP) 00048 SYS_SEL_TRAP (sysTrapHsSelector, hsSelExgSelectTarget); 00049 00050 /** 00051 * @brief 00052 * 00053 * @param exgSocketP: IN: 00054 * @retval 00055 **/ 00056 Err HsExtExgLocalAccept(ExgSocketPtr exgSocketP) 00057 SYS_SEL_TRAP (sysTrapHsSelector, hsSelExgLocalAccept); 00058 00059 /** 00060 * @brief 00061 * 00062 * @param exgSocketP: IN: 00063 * @param err: IN: 00064 * @retval 00065 **/ 00066 Err HsExtExgLocalDisconnect(ExgSocketPtr exgSocketP, Err err) 00067 SYS_SEL_TRAP (sysTrapHsSelector, hsSelExgLocalDisconnect); 00068 #endif
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:53 2008 for Palm API Guide |