NpdBrokerInitialize - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// knetpwrdepbroker.h

NTSTATUS NpdBrokerInitialize(
  [in]  ULONG       ulClientID,
  [out] OUT PHANDLE phBroker
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-knetpwrdepbroker-npdbrokerinitialize)

NpdBrokerInitialize function

Description

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

Parameters

ulClientID [in]

Reserved.

phBroker [out]

Reserved.

Return value

Returns STATUS_SUCCESS if the operation completes successfully.