00001 00012 #ifndef __GOBI_API_OMADM_H__ 00013 #define __GOBI_API_OMADM_H__ 00014 00015 #ifdef __cplusplus 00016 extern "C" { 00017 #endif 00018 00035 ULONG OMADMStartSession( 00036 ULONG sessionType ); 00037 00050 ULONG OMADMCancelSession(); 00051 00104 ULONG OMADMGetSessionInfo( 00105 ULONG *pSessionState, 00106 ULONG *pSessionType, 00107 ULONG *pFailureReason, 00108 BYTE *pRetryCount, 00109 WORD *pSessionPause, 00110 WORD *pTimeRemaining ); 00111 00131 ULONG OMADMGetPendingNIA( 00132 ULONG *pSessionType, 00133 USHORT *pSessionID ); 00134 00135 #ifdef __cplusplus 00136 } /* extern "C" { */ 00137 #endif 00138 00139 #endif /* __GOBI_API_OMADM_H__ */