CLAIMLIST

表示声明列表。 有关列表中的声明的更多信息,请参见了解个人信息卡中的“声明”部分。

typedef struct _CLAIMLIST
{
    DWORD       count;
    LPCWSTR*    claims;
}CLAIMLIST, *PCLAIMLIST;

参数

成员 说明

count

声明数量的计数。

claims

一个指向声明数组的指针。

要求

:在 infocard.h 中声明。

请参见

其他资源

Windows CardSpace 结构

Footer image

向 Microsoft 发送对本主题的评论。

版权所有 (C) 2007 Microsoft Corporation。保留所有权利。