TDI_PROVIDER_RESOURCE_STATS structure
Defines the structure of the information returned within a TDI_PROVIDER_STATISTICS structure as part of a TDI_QUERY_INFORMATION request.
Syntax
typedef struct _TDI_PROVIDER_RESOURCE_STATS {
ULONG ResourceId;
ULONG MaximumResourceUsed;
ULONG AverageResourceUsed;
ULONG ResourceExhausted;
} TDI_PROVIDER_RESOURCE_STATS, *PTDI_PROVIDER_RESOURCE_STATS;
Members
ResourceId
Specifies a transport-specific value identifying a resource.MaximumResourceUsed
Specifies the maximum number of resources of the specified type the transport can use concurrently.AverageResourceUsed
Specifies the average number of resources of the specified type the transport uses overall.ResourceExhausted
Specifies the number of times the transport has failed to allocate the specified resource.
Requirements
Header |
Tdi.h (include Tdi.h or TdiKrnl.h) |
See also