success = CardResetRemove(handle, flag);
BOOL CardResetRemove(
struct CardHandle *, ULONG);
Used to set/clear HARDWARE RESET on card change detect.
This function should generally not be used by devices which support HOT-REMOVAL. HARDWARE RESET on removal is generally intended for execute-in-place software, or ram cards whose memory has been added as system ram.
- 1
-
Success.
- 0
-
Function failed (most likely because the card was removed by the user, and you are no longer the owner of the card).
-1 - This function is not being made available.
This function should only be called from a task.