Editéieren

Deelen iwwer


STOR_DRIVER_PROXY_ENDPOINT_INFORMATION structure (storport.h)

The STOR_DRIVER_PROXY_ENDPOINT_INFORMATION structure contains information about a driver proxy endpoint.

Syntax

typedef struct _STOR_DRIVER_PROXY_ENDPOINT_INFORMATION {
  STOR_DRIVER_PROXY_ENDPOINT_FUNCTION_ID Id;
  PVOID                                  EndpointFunction;
  ULONG                                  ParameterCount;
} STOR_DRIVER_PROXY_ENDPOINT_INFORMATION, *PSTOR_DRIVER_PROXY_ENDPOINT_INFORMATION;

Members

Id

Unique identifier for the endpoint function that EndpointFunction points to.

EndpointFunction

Pointer to the driver's endpoint function. EndpointFunction must point to a function that has ParameterCount parameters.

ParameterCount

Number of parameters that the endpoint function takes.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2
Header storport.h

See also

StorPortRegisterDriverProxyEndpoints