#include <PalmOS.h>
#include <PalmCompatibility.h>
#include <stdarg.h>
#include "memo.h"
Defines | |
#define | SIZE_INC 1000 |
#define | memoPadAppType 'memo' |
#define | memoPadDBType 'DATA' |
Functions | |
void | memo_internal_close (void) |
Opens a new memo record in memo pad data base. | |
void | memo_close (char *Trailer) |
Closes the current memo record. | |
void | memo_delete () |
Closes and deletes the curent memo. | |
VoidHand | memo_get_handle () |
returns a handle on the current log | |
void | memo_write (char *p) |
Writes the string given in the memo. | |
void | memo_printf (CharPtr formatStr,...) |
Writes "printf" formatted messages to memo. | |
Variables | |
DmOpenRef | MemoPadDB |
VoidHand | MemoRech |
ULong | WriteIndex |
UInt | MemoRecIndex |
|
Closes the current memo record.
|
|
Closes and deletes the curent memo.
|
|
returns a handle on the current log
|
|
Opens a new memo record in memo pad data base.
|
|
Writes "printf" formatted messages to memo.
|
|
Writes the string given in the memo.
|