Platform SDK: Removable Storage Manager |
The InjectNtmsCleaner function allows a cleaner cartridge to be inserted into the specified online library unit.
DWORD WINAPI InjectNtmsCleaner( HANDLE hSession, LPNTMS_GUID lpLibrary, LPNTMS_GUID lpInjectOperation, WORD dwNumberOfCleansLeft, DWORD dwAction );
Value | Meaning |
---|---|
NTMS_INJECT_START | Start the insertion with either the NTMS_IEPORT or the NTMS_IEDOOR object. A single cleaner cartridge should be inserted. If the NTMS_IEDOOR object is used, no inventory will be performed on the library. |
NTMS_INJECT_STOP | For libraries with PORTs only: Terminates the insertion prior to the time-out event lapsing. |
Value | Meaning |
---|---|
ERROR_ACCESS_DENIED | Access to at least one RSM object is denied. |
ERROR_DEVICE_NOT_AVAILABLE | The library is not currently connected. |
ERROR_INVALID_HANDLE | The value specified in the hSession parameter is invalid. |
ERROR_INVALID_LIBRARY | Unable to retrieve the library definition from the database. |
ERROR_LIBRARY_OFFLINE | The library must be online for a cleaner cartridge to be inserted. |
ERROR_NO_SLOT_SET | This library has no slot reserved as a cleaner slot. |
ERROR_SLOT_FULL | A cleaner slot is reserved but already has a cleaner cartridge. The cleaner cartridge must be ejected first, using the EjectNtmsCleaner function. |
ERROR_SLOT_NOT_PRESENT | A cleaner slot is reserved but the slot specified is currently not installed in the library. This error occurs if at least one magazine is missing from the library. |
ERROR_SUCCESS | The function was successful. |
To use the InjectNtmsCleaner function, the number of cleaning cycles that remain on the cleaner cartridge must be specified so that RSM can keep track of it.
If an NTMS_IEPORT object is available, the NTMS_IEPORT object directs the cartridge to the currently reserved cleaner slot.
If there is no NTMS_IEPORT object, a door access is performed. In this case, the operator is directed to place the media into the reserved slot.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Ntmsapi.h.
Library: Use Ntmsapi.lib.
Cleaner Management Functions, CleanNtmsDrive, EjectNtmsCleaner, ReleaseNtmsCleanerSlot, ReserveNtmsCleanerSlot