i411viewer.c

来自「一些brew的简单代码」· C语言 代码 · 共 23 行

C
23
字号
/*===========================================================================

FILE: I411Viewer.c
  
SERVICES: Sample applet using AEE IIMAGE Base Classe, and registering a viewer
    
DESCRIPTION
    This file contains a class based on IIMAGE
	The nature of the image format is not to contain animation, nor different sizes
	they are a specific height and width(64X48) and do not change.
	The other Class here is a regular applet to allow the user, to register the 
	viewer class, or to unregiste it. Also shown is a method for showing an example image of 
	the type the image viewer handles, to show that it worked.
	AEECLSID_REG_411 - Registers/Unregisters our viewer
	AEECLSID_VIEW_411 - Implements the IIMAGE interface
PUBLIC CLASSES:  
   N/A
        
INITIALIZATION AND SEQUENCING REQUIREMENTS:



   	   Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?