a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Resources:
 card.resource
  BeginCardAccess
  CardAccessSpeed
  CardChangeCount
  CardForceChange
  CardInterface
  CardMiscControl
  CardProgramVoltage
  CardResetCard
  CardResetRemove
  CopyTuple
  DeviceTuple
  EndCardAccess
  GetCardMap
  IfAmigaXIP
  OwnCard
  ReadCardStatus
  ReleaseCard
Include
GuruMeditation
Docs » Autodocs » card.resource » CardResetRemove

NAME

	CardResetRemove -- Set/Clear reset on card removal.

SYNOPSIS

	success=CardResetRemove( handle, flag );
a1 d0
BOOL CardResetRemove( struct CardHandle *, ULONG );

FUNCTION

	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.

INPUTS

	handle - Same handle as that used when OwnCard() was called.
flag - TRUE if you want to SET HARDWARE RESET on credit
card removal. FALSE if you want to CLEAR HARDWARE
RESET.

RESULT

	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.

NOTES

	This function should only be called from a task.

SEE ALSO

OwnCard()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Scoopex

FC
PHA
SCX
AYS

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se