KsDefaultForwardIrp routine

This default handler allows dispatch routines to forward I/O requests to corresponding Physical Device Objects.

Syntax

KSDDKAPI ULONG NTAPI KsDefaultForwardIrp(
  _In_ PKSWORKER Worker
);

Parameters

  • Worker [in]
    Contains the previously allocated worker.

Return value

Returns the status of the underlying Physical Device Object IRP processing.

Remarks

This default handler provides a way for dispatch routines to fulfill the requirement that a driver have an IRP_MJ_* function handler for specific major functions.

Requirements

Target platform

Universal

Header

Ks.h (include Ks.h)

Library

Ks.lib

 

 

Send comments about this topic to Microsoft