NET_SDK_GetIVMRuleConfig¶
Interface Definition¶
1 2 3 4 5 6 7 | |
1 2 3 4 5 6 7 | |
Function Description¶
Get the intelligent configuration information of the device (only supports IPC).
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lUserIDin | LONG | User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx. |
| dwCommandin | DWORD | Device configuration commands, see IVM_RULE_CONFIG_TYPE. |
| lChannelin | LONG | Channel number, starting from 0. This parameter is invalid for IPC devices. |
| lpOutBufferout | LPVOID | Pointer to the buffer where data is received. |
| dwOutBufferSizein | DWORD | The length of the buffer pointer lpOutBuffer for receiving data (in bytes) cannot be 0. |
| lpBytesReturnedout | LPDWORD | Pointer to the actual received data length, cannot be NULL. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None