Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines the type of user.
Syntax
typedef enum tagAutomaticUpdatesUserType {
auutCurrentUser = 1,
auutLocalAdministrator = 2
} AutomaticUpdatesUserType;
Constants
auutCurrentUserValue: 1 The context of the current user. |
auutLocalAdministratorValue: 2 Any administrator on the local computer. |
Remarks
The AutomaticUpdatesUserType is used in conjunction with the IAutomaticUpdatesSettings2::CheckPermission method.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP, Windows 2000 Professional with SP3 [desktop apps only] |
| Minimum supported server | Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only] |
| Header | wuapi.h |