Ignore:
Timestamp:
Mar 18, 2002, 2:04:32 PM (23 years ago)
Author:
sandervl
Message:

PF: added function to disable ASPI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wnaspi32/initwnaspi32.cpp

    r7227 r8098  
    1 /* $Id: initwnaspi32.cpp,v 1.4 2001-10-26 19:51:57 sandervl Exp $
     1/* $Id: initwnaspi32.cpp,v 1.5 2002-03-18 13:04:32 sandervl Exp $
    22 *
    33 * DLL entry point
     
    4444scsiObj *aspi = NULL;
    4545static HMODULE dllHandle = 0;
     46
     47//******************************************************************************
     48//******************************************************************************
     49void WIN32API DisableASPI()
     50{
     51    if (aspi) delete aspi;
     52    aspi = NULL;
     53}
    4654//******************************************************************************
    4755//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.