Msvm_VirtualSystemManagementService 클래스의 ModifySystemComponentSettings 메서드

제네릭 시스템 구성 요소 설정을 수정합니다.

구문

uint32 ModifySystemComponentSettings(
  [in]  string                              ComponentSettings[],
  [out] Msvm_SystemComponentSettingData REF ResultingComponentSettings[],
  [out] CIM_ConcreteJob                 REF Job
);

매개 변수

ComponentSettings [in]

업데이트할 구성 요소 설정의 배열입니다.

ResultingComponentSettings [out]

성공하면 결과 구성 요소 설정을 참조하는 Msvm_SystemComponentSettingData 배열을 반환합니다.

작업 [out]

작업이 비동기적으로 수행되면 이 메서드는 4096을 반환하고 이 매개 변수에는 CIM_ConcreteJob 파생된 개체에 대한 참조가 포함됩니다.

반환 값

성공하면 0 또는 4096을 반환합니다. 그렇지 않으면 에서 오류를 반환합니다.

오류 없이 완료됨 (0)

지원되지 않음 (1)

실패( 2)

시간 제한 (3)

잘못된 매개 변수 (4)

잘못된 상태 (5)

호환되지 않는 매개 변수 (6)

DMTF 예약됨 (..)

메서드 매개 변수 확인 - 작업 시작 (4096)

Reserved 메서드 (4097..32767)

공급업체별 (32768..65535)

요구 사항

요구 사항
지원되는 최소 클라이언트
Windows 10 버전 1703 [데스크톱 앱만 해당]
지원되는 최소 서버
Windows Server 2016
네임스페이스
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

추가 정보

Msvm_VirtualSystemManagementService