Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The CRYPT_URL_INFO structure contains information about groupings of URLs.
Syntax
typedef struct _CRYPT_URL_INFO {
DWORD cbSize;
DWORD dwSyncDeltaTime;
DWORD cGroup;
DWORD *rgcGroupEntry;
} CRYPT_URL_INFO, *PCRYPT_URL_INFO;
Members
cbSize
The size, in bytes, of the structure.
dwSyncDeltaTime
Number of seconds between synchronizations.
cGroup
Number of elements in the rgcGroupEntry array of URL groups.
rgcGroupEntry
Array of URL groups returned.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | wincrypt.h |