UfnDeinitializeInterface (Compact 2013)
3/26/2014
This function deinitializes the model device driver (MDD) to client interface.
Syntax
DWORD UfnDenitializeInterface(
PVOID pvInterfaceInfo
);
Parameters
- pvInterfaceInfo
[in] Pointer to a handle of an instance of the client interface information to be deinitialized.
Return Value
If the call succeeds, the function returns ERROR_SUCCESS.
Remarks
UfnDeinitializeInterface should only be called when you are certain that there are no more client threads in any callback functions.
Requirements
Header |
usbfntypes.h |
Library |
UfnClientLibBase.lib |