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

Go to the source code of this file.
Classes | |
| struct | RVCASSOCINFO |
Defines | |
| #define | MfAssocCreate(_fd, _info, _fn) _MfAssocCreate((_fd),(_info),sizeof(RVCASSOCINFO),(_fn)) |
| #define | MfAssocRead(_fd, _oi, _info, _fn) _MfAssocRead((_fd),(_oi),(_info),sizeof(RVCASSOCINFO),(_fn)) |
| #define | RVCASSOC_DXF 1 |
| #define | RVCASSOC_Invalid 0 |
| #define | RVCASSOC_SHP 2 |
Functions | |
| RVCAPPLIBEXPORT int | _MfAssocCreate (int findex, RVCASSOCINFO *info, int HeaderSize, MIUNICODE *filename) |
| RVCAPPLIBEXPORT int | _MfAssocRead (int findex, INT32 inode, RVCASSOCINFO *info, int HeaderSize, MIUNICODE **filename) |
| RVCAPPLIBEXPORT int | MfAssocCompare (int findex, INT32 inode) |
| RVCAPPLIBEXPORT int | MfAssocUpdate (int findex, INT32 inode, MIUNICODE *filename) |
| int | MfReadAssocHeader (int fhandle, RVCINODENUM inode, RVCASSOCINFO *info) |
| int | MfWriteAssocHeader (int fhandle, RVCINODENUM inode, RVCASSOCINFO *info) |
| PREVENT_MEMFUNC (RVCASSOCINFO) | |
Definition in file rvcassoc.h.
|
|
Definition at line 127 of file rvcassoc.h. |
|
|
INC_MI32_RVCASSOC_H.
Definition at line 128 of file rvcassoc.h. |
|
|
Definition at line 72 of file rvcassoc.h. |
|
|
Definition at line 71 of file rvcassoc.h. |
|
|
Definition at line 73 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 110 of file rvcassoc.h. |
|
||||||||||||||||
|
Write associated header.
Definition at line 119 of file rvcassoc.h. |
|
|
|
1.3.8-20040913