| 
			
			
			
			 
Newly registers ALID. As this impacts settings in S5F3 Enable/Disable Alarm Send(EAS), in some cases the use of RegisterALID is not recommended. The basic sequence is to add Configure beforehand, and read using Load. 
 
			
			
 Syntax
 
			
				
				
| 
 | 
 
| 
 
 
					Function RegisterALID(lALID As Long, sALCD As Integer, lpszALTX As String) As Boolean 
				 
 
 | 
 
 
			 
			
				
				
| 
 | 
 
| 
 
 
					BOOL RegisterALID(long lALID, short sALCD, LPCTSTR lpszALTX); 
				 
 
 | 
 
 
			 
| lALID | ALID. |  
| sALCD | ALCD. |  
| lpszALTX | ALTX. |  
 
			
			
 Return Value
 
			
| BOOL | Returns true if registration was successful and false if unsuccessful. |  
 
			
			
 Example
 
			
			
			
 Remarks
 
			
			
			
 See Also
 
				
			 
		 |