Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
NTSTATUS NpdBrokerAcquireWithTimeout(
[in] IN HANDLE hBroker,
[in] LONG lTimeoutMS
);
Parameters
[in] hBroker
Reserved.
[in] lTimeoutMS
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 |