FFAspiStop
stop ASPI support

Prototype

Put the following prototype in the prototypes section of the application program header file:

   void ( __stdcall *pfnFFAspiStop )( void );

Purpose

Stop ASPI operations. It does the following:
  • free WNASPI32.DLL
  • free the event used for event notification

Description and use

Just call the function when you are finished using any device attached to the SCSI chain.

Specification

None.

Parameters
None.

Return value

None.

Application examples

See also

Notes