NDIS_PD_CLOSE_PROVIDER_PARAMETERS - NtDoc

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

typedef struct _NDIS_PD_CLOSE_PROVIDER_PARAMETERS {
  NDIS_OBJECT_HEADER      Header;
  ULONG                   Flags;
  NDIS_PD_PROVIDER_HANDLE ProviderHandle;
} NDIS_PD_CLOSE_PROVIDER_PARAMETERS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndis-_ndis_pd_close_provider_parameters)

_NDIS_PD_CLOSE_PROVIDER_PARAMETERS structure

Description

This structure represents the parameters that are used when calling the OID_PD_CLOSE_PROVIDER OID.

Members

The NDIS_OBJECT_HEADER structure for the NDIS_PD_CLOSE_PROVIDER_PARAMETERS structure. Set the members of this structure as follows:

Flags

This member is reserved and must be set to 0.

ProviderHandle

A provider handle that identifies the PD-capable miniport driver's provider object.

Remarks

This structure must be aligned on an 8-byte boundary.

See also

NDIS_OBJECT_HEADER

OID_PD_CLOSE_PROVIDER