UpdateConfigStoreForUpdates method of the PS_NetworkControllerNode class

Updates the configuration store based on the update parameters.

Syntax

uint32 UpdateConfigStoreForUpdates(
  [in] string  HotFixName,
  [in] string  UpdateIds,
  [in] boolean DeleteAllUpdateConfigSettings
);

Parameters

HotFixName [in]

Name of the hotfix.

UpdateIds [in]

String containing the update ids.

DeleteAllUpdateConfigSettings [in]

Set true to delete all update configuration settings; otherwise, false.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\NetworkController\Server
MOF
NCServerPSProvider.mof
DLL
NCServerPSProvider.dll

See also

PS_NetworkControllerNode