Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::image::interface Namespace

This is namespace sack::image::interface.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists functions in this documentation. 
The following table lists structs, records, enums in this documentation. 
The following table lists macros in this documentation. 
 
Name 
Description 
 
This defines the interface call table. each function available in the API is reflected in this interface. It provdes a function table so applications don't have to be directly linked to the image API. This allows replacing the image API. 
 
Name 
Description 
 
When done with an image interface, the application should drop it. This disconnects message pipes etc, when the image library is mounted across a pipe service. 
 
Result with an Image interface. This function requires direct linking, so the interface should be loaded with GetInterface instead. 
Name 
Description 
Macro to build function pointer entries in the image interface. 
 
32 (*PutMenuStringFontEx) ( Image pImage, S_32 x, S_32 y, CDATA color, CDATA background, CTEXTSTR pc, _32 nLen, Font font ); 32 (*PutCStringFontEx) ( Image pImage, S_32 x, S_32 y, CDATA color, CDATA background, CTEXTSTR pc, _32 nLen, Font font ); 
Defines a pointer member of the interface structure. 
Method to define automatic name translation from standard names Like BlatColorAlphaEx to the interface the user has specified to be using. For function pointers. 
Method to define automatic name translation from standard names Like BlatColorAlphaEx to the interface the user has specified to be using. 
Name 
Description 
This defines the interface call table. each function available in the API is reflected in this interface. It provdes a function table so applications don't have to be directly linked to the image API. This allows replacing the image API. 
This defines the interface call table. each function available in the API is reflected in this interface. It provdes a function table so applications don't have to be directly linked to the image API. This allows replacing the image API. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!