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

Go to the source code of this file.
Defines | |
| #define | MfMetaDataExists(fhandle, objinode) (MfGetObjCount(fhandle,objinode,RVC::OBJTYPE_Metadata) > 0) |
Functions | |
| int | MfMetaDataAllowed (int fhandle, INT32 objinode) |
| int | MfMetaDataMakeLink (int fhandle, INT32 parentinode, const UNICODE *filename, char *encoding) |
| int | MfMetaDataReadSubObject (int fhandle, INT32 inode, UNICODE **textbuf) |
| int | MfMetaDataWriteSubObject (int fhandle, INT32 inode, const UNICODE *textbuf) |
|
|
Determine if metadata exists for a specified object.
|
|
||||||||||||
|
Determine if metadata allowed for a specified object.
|
|
||||||||||||||||||||
|
Create metadata subobject as link to external text file. This will replace the metadata object if it already exists.
|
|
||||||||||||||||
|
Read metadata subobject for a specified object.
|
|
||||||||||||||||
|
Write metadata subobject for a specified object. This will replace the metadata object if it already exists.
|
1.3.8-20040913