|
API Guide Home (Online version only) |
![]() |
This file contains the common types of the Transparency Library.
Definition in file TransparencyLibTypes.h.
Go to the source code of this file.
| #define transLibCreator hsFileCTransparencyLib |
Creator ID of Transparency Library - 'HsTL'
Definition at line 40 of file TransparencyLibTypes.h.
| #define transLibErrAlreadyOpen (transLibErrorClass | 3) |
Transparency library already open
Definition at line 79 of file TransparencyLibTypes.h.
| #define transLibErrDockNotAttached (transLibErrorClass | 4) |
Transparency library error when there is cradle not attached to the bottom port
Definition at line 84 of file TransparencyLibTypes.h.
| #define transLibErrNotOpen (transLibErrorClass | 2) |
No connection is open.
Definition at line 74 of file TransparencyLibTypes.h.
| #define transLibErrorClass 0x5000 |
Error class for the transparency library
Definition at line 63 of file TransparencyLibTypes.h.
| #define transLibErrUnknown (transLibErrorClass | 1) |
Unkown command requested. For example, an unknown channel type was passed as a port.
Definition at line 69 of file TransparencyLibTypes.h.
| #define transLibName "Transparency Library" |
Transparency library names
Definition at line 35 of file TransparencyLibTypes.h.
| #define transLibTrapCloseConnection sysLibTrapCustom+1 |
Definition at line 52 of file TransparencyLibTypes.h.
| #define transLibTrapOpenConnection sysLibTrapCustom |
Definition at line 51 of file TransparencyLibTypes.h.
| #define transLibType sysFileTLibrary |
Type ID of transparency library
Definition at line 45 of file TransparencyLibTypes.h.
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:08:08 2008 for Palm API Guide |