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.
The WskQueryProviderCharacteristics function queries the range of WSK NPI versions supported by the WSK subsystem.
Syntax
NTSTATUS WskQueryProviderCharacteristics(
[in] PWSK_REGISTRATION WskRegistration,
[out] PWSK_PROVIDER_CHARACTERISTICS WskProviderCharacteristics
);
Parameters
[in] WskRegistration
A pointer to the memory ___location initialized by WskRegister that identifies a WSK application's registration instance.
[out] WskProviderCharacteristics
A pointer to the range of WSK NPI versions supported by the WSK subsystem.
Return value
WskQueryProviderCharacteristics returns one of the following NTSTATUS codes:
Return code | Description |
---|---|
|
The query completed successfully. |
|
The provider NPI was not yet available. |
|
The query failed. |
Remarks
WSK clients can use this function to determine the WSK NPI versions supported by the WSK subsystem.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Target Platform | Universal |
Header | wsk.h (include Wsk.h) |
Library | Netio.lib |
IRQL | <= DISPATCH_LEVEL |