InstallHotFix method of the PS_NetworkControllerNode class

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Installs the hotfix on the node and returns whether there is any NetworkController version change.

Syntax

uint32 InstallHotFix(
  [in]  string  HotFixName,
  [in]  boolean IsAddNode,
  [out] boolean IsNCVersionChanged
);

Parameters

  • HotFixName [in]
    The name of the hotfix.

  • IsAddNode [in]
    Set true if the hotfix is an add node case; false if it is not.

  • IsNCVersionChanged [out]
    On return, contains true if the Network Controller version has changed after installation.

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2016 Technical Preview

Namespace

Root\Microsoft\Windows\NetworkController\Server

MOF

NCServerPSProvider.mof

DLL

NCServerPSProvider.dll

See also

PS_NetworkControllerNode