Skip to content

NET_SDK_IVM_RULE_STATUS

Structure Definition

1
2
3
4
5
typedef struct _net_sdk_IVM_rule_status
{
    DWORD dwIVMType; 
    DWORD dwIVMSize; 
} NET_SDK_IVM_RULE_STATUS;
1
2
3
4
5
6
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_IVM_RULE_STATUS
{
    public UInt32 dwIVMType;
    public UInt32 dwIVMSize;
}

Function Description

Smart event rule status.

Member Description

Member Type Remark
dwIVMType DWORD Intelligent event type, refer to NET_SDK_IVM_RULE_TYPE.
dwIVMSize DWORD DwIVMType corresponds to the size of the structure of the event.
Error Code