AcquireUpdateLock method of the PS_NetworkController class

Acquires a network controller update lock.

Syntax

uint32 AcquireUpdateLock(
  [out] boolean LockAcquired
);

Parameters

LockAcquired [out]

on return, contains true if the lock was successfully acquired; 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_NetworkController