Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Represent the types for main and custom shim databases.
| Constant/value | Description |
|---|---|
|
The main database. If this flag is not present, the database is a custom database. |
|
The database contains application entries to be shimmed. |
|
The database contains MSI entries. |
|
The database contains driver block entries. |
|
The database contains Apphelp details. |
|
The database contains SP Apphelp details. |
|
The resource DLL contains Apphelp details. |
|
A mask used to extract main database information. |
|
SDB_DATABASE_SHIM | SDB_DATABASE_MSI | SDB_DATABASE_MAIN |
|
SDB_DATABASE_MSI | SDB_DATABASE_MAIN |
|
SDB_DATABASE_DRIVERS | SDB_DATABASE_MAIN |
|
SDB_DATABASE_DETAILS | SDB_DATABASE_MAIN |
|
SDB_DATABASE_SP_DETAILS | SDB_DATABASE_MAIN |
|
SDB_DATABASE_RESOURCE | SDB_DATABASE_MAIN |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows Vista [desktop apps only] |
| Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also