DSTORAGE_ERROR_PARAMETERS_REQUEST structure (dstorage.h)

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

Syntax

struct DSTORAGE_ERROR_PARAMETERS_REQUEST {
  WCHAR            Filename[MAX_PATH];
  CHAR             RequestName[MAX_PATH];
  DSTORAGE_REQUEST Request;
};

Members

Filename

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

RequestName

The name of the request if one was specified.

Request

The parameters passed to the EnqueueRequest call.

Requirements

   
Header dstorage.h