CRYPT_URL_INFO structure (wincrypt.h)
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 |