Struct DSTORAGE_ERROR_PARAMETERS_REQUEST

Struct Documentation

struct DSTORAGE_ERROR_PARAMETERS_REQUEST

The parameters passed to the EnqueueRequest call, and optional filename if the request is for a file source.

Public Members

WCHAR Filename[MAX_PATH]

For a file source request, the name of the file the request was targeted to.

CHAR RequestName[DSTORAGE_REQUEST_MAX_NAME]

The name of the request if one was specified.

DSTORAGE_REQUEST Request

The parameters passed to the EnqueueRequest call.