#include <mi32/rvcdefns.h>
Include dependency graph for rvcassoc.h:

Go to the source code of this file.
Classes | |
| struct | RVCASSOCINFO |
Defines | |
| #define | RVCASSOC_Invalid 0 |
| #define | RVCASSOC_DXF 1 |
| #define | RVCASSOC_SHP 2 |
| #define | MfAssocCreate(_fd, _info, _fn) _MfAssocCreate((_fd),(_info),sizeof(RVCASSOCINFO),(_fn)) |
| #define | MfAssocRead(_fd, _oi, _info, _fn) _MfAssocRead((_fd),(_oi),(_info),sizeof(RVCASSOCINFO),(_fn)) |
Functions | |
| PREVENT_MEMFUNC (RVCASSOCINFO) | |
| RVCAPPLIBEXPORT int | _MfAssocCreate (int findex, RVCASSOCINFO *info, int HeaderSize, UNICODE *filename) |
| RVCAPPLIBEXPORT int | _MfAssocRead (int findex, INT32 inode, RVCASSOCINFO *info, int HeaderSize, UNICODE **filename) |
| RVCAPPLIBEXPORT int | MfAssocCompare (int findex, INT32 inode) |
| RVCAPPLIBEXPORT int | MfAssocUpdate (int findex, INT32 inode, UNICODE *filename) |
| int | MfReadAssocHeader (int fhandle, RVCINODENUM inode, RVCASSOCINFO *info) |
| int | MfWriteAssocHeader (int fhandle, RVCINODENUM inode, RVCASSOCINFO *info) |
Definition in file rvcassoc.h.
|
|
Definition at line 124 of file rvcassoc.h. |
|
|
INC_MI32_RVCASSOC_H.
Definition at line 125 of file rvcassoc.h. |
|
|
Definition at line 69 of file rvcassoc.h. |
|
|
Definition at line 68 of file rvcassoc.h. |
|
|
Definition at line 70 of file rvcassoc.h. |
|
||||||||||||||||||||
|
Create an association with an external file.
|
|
||||||||||||||||||||||||
|
Read associated object.
|
|
||||||||||||
|
Compare associated file time with stored time.
|
|
||||||||||||||||
|
Update stored time with associated file time.
|
|
||||||||||||||||
|
Read associated header.
Definition at line 107 of file rvcassoc.h. |
|
||||||||||||||||
|
Write associated header.
Definition at line 116 of file rvcassoc.h. |
|
|
|
1.3.4-20031026