Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Relevant replacement documents include:
TWAIN Helper Glue/TWSystem.h
// =========================================================================== |
// TWSystem.h TWAIN 1.9 ©1991-2001 TWAIN Working Group |
// =========================================================================== |
// |
// |
#ifndef __TWSystem__ |
#define __TWSystem__ |
#pragma once |
#include <TWAIN/TWAIN.h> |
extern TW_INT16 pstrcopy(pTW_UINT8 destin,pTW_UINT8 source); |
extern TW_INT16 pstrcmp(pTW_UINT8 string1,pTW_UINT8 string2); |
extern TW_INT16 pstrcat(pTW_UINT8 destin, pTW_UINT8 source); |
extern TW_INT16 HasColorQuickDraw(); |
extern SInt16 StandardCautionAlert ( ConstStringPtr error, ConstStringPtr explanation ); |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-07-10