00001 00012 #ifndef __GOBI_API_OMADM_H__ 00013 #define __GOBI_API_OMADM_H__ 00014 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif 00018 00036 ULONG OMADMStartSession( 00037 ULONG sessionType ); 00038 00052 ULONG OMADMCancelSession(); 00053 00107 ULONG OMADMGetSessionInfo( 00108 ULONG *pSessionState, 00109 ULONG *pSessionType, 00110 ULONG *pFailureReason, 00111 BYTE *pRetryCount, 00112 WORD *pSessionPause, 00113 WORD *pTimeRemaining ); 00114 00135 ULONG OMADMGetPendingNIA( 00136 ULONG *pSessionType, 00137 USHORT *pSessionID ); 00138 00139 #ifdef __cplusplus 00140 } /* extern "C" { */ 00141 #endif 00142 00143 #endif /* __GOBI_API_OMADM_H__ */