Driver Interface Functions


This reference sections contains a description of each driver interface API function. The driver interface functions parallel the function and naming of the user mode versions.

NOTE:

DiMgslDlAllocate and DiMgslDlFree must be called at IRQL_PASSIVE. All other functions must be called at IRQL_DISPATCH or below. See the Windows DDK documentation for details about interrupt priority levels.

DiMgslDlAllocate
DiMgslDlCall
DiMgslDlFree
DiMgslDlGetParams
DiMgslDlGetPhysParams
DiMgslDlGetStats
DiMgslDlResetStats
DiMgslDlSetParams
DiMgslDlSetPhysParams
DiMgslDlWait


Previous Contents Next