typedef struct _ECP_LIST
{
    unsigned long Signature;
    unsigned long Flags;
    LIST_ENTRY EcpList;
} ECP_LIST, *PECP_LIST;