typedef struct
{
    BOOL fIPv6;
    UINT32 ipAddr;
    UINT32 ipAddrLow;
    UINT32 ipAddrHigh;
    UINT32 macLow;
    UINT32 macHigh;
    GEV_NETWORK_INTERFACE host;
    UINT32 capabilities;
    char   manufacturer[65];
    char   model[65];
    char   serial[65];
    char   version[65];
    char   username[65];
} GEV_CAMERA_INFO, *PGEV_CAMERA_INFO;

Related Topics

Manual Camera Detection and Configuration (Advanced Topic)