Skip to content

NET_SDK_NET_REPLY_RESULT

Structure Definition

1
2
3
4
typedef struct _net_sdk_net_reply
{
    unsigned int dwResult; 
} NET_SDK_NET_REPLY_RESULT;
1
2
3
4
5
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_SDK_NET_REPLY_RESULT
{
    public UInt32 dwResult;
}

Function Description

Face comparison data operation response result.

Member Description

Member Type Remark
dwResult unsigned int Operation result, 0: failure, 1: success.
Error Code