次の方法で共有


ModifyPersistentBootConfigOrder method of the MSFT_PCSVDevice class

Changes the order of boot sources for the persistent boot configuration specified by the MSFT_PCSVDevice.PersistentBootConfigOrder property.

Syntax

uint32 ModifyPersistentBootConfigOrder(
  [in]      string              StructuredBootString[],
  [in, out] CIM_ConcreteJob REF Job
);

Parameters

StructuredBootString [in]

Specifies the boot sources in an ordered array of strings.

Job [in, out]

On return contains a reference to the job, but can be null if the task is completed.

Return value

This method returns one of the following values.

Completed with No Error (0)

Not Supported (1)

Failed (2)

Reserved (3 4095)

Job Started (4096)

DMTF Reserved (4097 32767)

Vendor Reserved (32768 65535)

Requirements

Minimum supported client
Windows 8.1
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\HardwareManagement
MOF
PCSVDevice.mof
DLL
PCSVDevice.dll

See also

MSFT_PCSVDevice