NpdBrokerInitialize function (knetpwrdepbroker.h)

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

NTSTATUS NpdBrokerInitialize(
  [in]  ULONG       ulClientID,
  [out] OUT PHANDLE phBroker
);

Parameters

[in] ulClientID

Reserved.

[out] phBroker

Reserved.

Return value

Returns STATUS_SUCCESS if the operation completes successfully.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1709
Target Platform Windows
Header knetpwrdepbroker.h (include KNetPwrDepBroker.h)
IRQL PASSIVE_LEVEL