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.
構文
|
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. |
戻り値
BOOL | Returns true if registration was successful and false if unsuccessful. |
使用例
特記事項
参照
|