Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains codebase values.
Syntax
typedef struct _tagCODEBASEHOLD {
unsigned long cbSize;
LPWSTR szDistUnit;
LPWSTR szCodeBase;
DWORD dwVersionMS;
DWORD dwVersionLS;
DWORD dwStyle;
} CODEBASEHOLD;
Members
cbSize
Size of the structure, in bytes.szDistUnit
The software distribution unit as a string.szCodeBase
The codebase URL as a string.dwVersionMS
The major version number.dwVersionLS
The minor version number.dwStyle
Specifies the software distribution style.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 3.0 |
Header |
Urlmon.h |
See also
Reference