GetDriverPackagesFlags Enumeration

Specifies the behavior to get a driver when calling the GetDriverPackages(GetDriverPackagesFlags) function.

Definition

Namespace: DevCase.ThirdParty.Dism
Assembly: DevCase.net48.ThirdParty.Dism (in DevCase.net48.ThirdParty.Dism.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum GetDriverPackagesFlags

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Microsoft.Dism by jeffkl

Members

Inbox 1 Get those drivers that are commonly known as default drivers.

These drivers are included on the Windows distribution media and therefore are automatically installed as part of Windows.

This is the opposite behavior to NotInbox flag.

NotInbox 2 Get those drivers that are commonly known as third-party drivers.

These drivers are not included on the Windows distribution media and therefore are not automatically installed as part of Windows.

This is the opposite behavior to Inbox flag.

Any 3 Get all the drivers (inbox and not-inbox drivers).

See Also