www.pudn.com > AM.rar > AMSTATE.H


#ifndef	_AMThread_H 
#define	_AMThread_H 
 
 
void OpenLine(LPLINEINFO);	             //check line device and open it 
long ADmoreGetLineDevCaps(HLINEAPP, DWORD, DWORD, LPLINEINFO, LINEDEVCAPS**); 
void OnCallState(LPLINEINFO);            //receive LINE_CALLSTATE, call this function 
void OnHangUp(HCALL, DWORD);             //call linedrop drop this call 
void OnGatherDigit(LPLINEINFO);		     //check input digits status 
void FinishPlay(LPLINEINFO pLineData);   //finish play wave file 
void FinishRecord(LPLINEINFO pLineData); //finish record wave file 
long ADmorelineGetCallInfo(HCALL,LPLINECALLINFO*);	//get call info 
 
#endif