Share via


User Mode Driver Framework Functions (Compact 2013)

3/26/2014

The following table shows the User Mode Driver Framework functions.

Function

Description

CeDriverDuplicateCallerHandle

Creates a notification handle that other drivers can use.

CeDriverMapCallbackFunction

Maps a notification callback to a handle, which can be used as a handle-based API.

CeDriverPerformCallback

Performs callback upon I/O completion.

See Also

Reference

User Mode Driver Framework Reference

Other Resources

User Mode Driver Framework