NET_SDK_GetAlarmStatus¶
Interface Definition¶
1 2 3 4 5 | |
1 2 3 4 5 | |
Function Description¶
Get the alarm information currently occurring on the device.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| lpOutBufferout | LPVOID | Output alarm event buffer, which is the data of DD_ALARM_STATUS_INFO structure array. |
| dwOutBufferSizein | DWORD | The size of the space requested by lpOutBuffer. |
| lpBytesReturnedout | LPDWORD | The valid data size in the returned lpOutBuffer. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None