UFX_CLASS_FUNCTIONS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ufxbase.h

typedef enum _UFX_CLASS_FUNCTIONS {
  UfxFdoInitIndex = ,
  UfxDeviceCreateIndex = ,
  UfxDeviceEventCompleteIndex = ,
  UfxDeviceNotifyHardwareReadyIndex = ,
  UfxDeviceNotifyAttachIndex = ,
  UfxDeviceNotifyDetachIndex = ,
  UfxDeviceNotifySuspendIndex = ,
  UfxDeviceNotifyResumeIndex = ,
  UfxDeviceNotifyResetIndex = ,
  UfxDevicePortDetectCompleteIndex = ,
  UfxDeviceProprietaryChargerDetectCompleteIndex = ,
  UfxDeviceNotifyHardwareFailureIndex = ,
  UfxDeviceIoControlIndex = ,
  UfxDeviceIoInternalControlIndex = ,
  UfxEndpointCreateIndex = ,
  UfxEndpointInitSetEventCallbacksIndex = ,
  UfxEndpointNotifySetupIndex = ,
  UfxEndpointGetTransferQueueIndex = ,
  UfxEndpointGetCommandQueueIndex = ,
  UfxDevicePortDetectCompleteExIndex = ,
  UfxDeviceNotifyFinalExitIndex = ,
  UfxFunctionsMax = 
} UFX_CLASS_FUNCTIONS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ufxbase-_ufx_class_functions)

_UFX_CLASS_FUNCTIONS enumeration

Description

Defines index values for all export functions for the UFX class extension.

Constants

UfxFdoInitIndex :

Index for UfxFdoInit.

UfxDeviceCreateIndex :

Index for UfxDeviceCreate.

UfxDeviceEventCompleteIndex :

Index for UfxDeviceEventComplete.

UfxDeviceNotifyHardwareReadyIndex :

Index for UfxDeviceNotifyHardwareReady.

UfxDeviceNotifyAttachIndex :

Index for UfxDeviceNotifyAttach.

UfxDeviceNotifyDetachIndex :

Index for UfxDeviceNotifyDetach.

UfxDeviceNotifySuspendIndex :

Index for UfxDeviceNotifySuspend.

UfxDeviceNotifyResumeIndex :

Index for UfxDeviceNotifyResume.

UfxDeviceNotifyResetIndex :

Index for UfxDeviceNotifyResetIndex.

UfxDevicePortDetectCompleteIndex :

Index for UfxDevicePortDetectComplete.

UfxDeviceProprietaryChargerDetectCompleteIndex :

Index for UfxDeviceProprietaryChargerDetectComplete.

UfxDeviceNotifyHardwareFailureIndex :

Index for UfxDeviceNotifyHardwareFailure.

UfxDeviceIoControlIndex :

Index for UfxDeviceIoControl.

UfxDeviceIoInternalControlIndex :

Index for UfxDeviceIoInternalControl.

UfxEndpointCreateIndex :

Index for UfxEndpointCreate.

UfxEndpointInitSetEventCallbacksIndex :

Index for UfxEndpointInitSetEventCallbacks.

UfxEndpointNotifySetupIndex :

Index for UfxEndpointNotifySetup.

UfxEndpointGetTransferQueueIndex :

Index for UfxEndpointGetTransferQueue

UfxEndpointGetCommandQueueIndex :

Index for UfxEndpointGetCommandQueue.

UfxDevicePortDetectCompleteExIndex :

Index for UfxDevicePortDetectCompleteEx.

UfxDeviceNotifyFinalExitIndex :

Index for UfxDeviceNotifyFinalExit.

UfxFunctionsMax :

Remarks

See also