AutomaticUpdatesUserType 列挙 (wuapi.h)
ユーザーの種類を定義します。
構文
typedef enum tagAutomaticUpdatesUserType {
auutCurrentUser = 1,
auutLocalAdministrator = 2
} AutomaticUpdatesUserType;
定数
auutCurrentUser 値: 1 現在のユーザーのコンテキスト。 |
auutLocalAdministrator 値: 2 ローカル コンピューター上の任意の管理者。 |
解説
AutomaticUpdatesUserType は、 IAutomaticUpdatesSettings2::CheckPermission メソッドと組み合わせて使用されます。
要件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional SP3 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2003、Windows 2000 Server SP3 [デスクトップ アプリのみ] |
Header | wuapi.h |