Functions | |
CUSTOMDATATYPEPLUGIN * | FindCustomDataTypePlugin (Int32 type) |
RESOURCEDATATYPEPLUGIN * | FindResourceDataTypePlugin (Int32 type) |
Int32 | GetDataType (Int32 resourcetype) |
BaseContainer | GetCustomDataTypeDefault (Int32 type) |
CUSTOMDATATYPEPLUGIN* FindCustomDataTypePlugin | ( | Int32 | type | ) |
Finds registered data type plugin structures from data type ID.
[in] | type | The data type ID. |
RESOURCEDATATYPEPLUGIN* FindResourceDataTypePlugin | ( | Int32 | type | ) |
Finds registered resource data type plugin structures from data type ID.
[in] | type | The resource data type ID. |
Retrieves the data type ID from a resource data type ID.
[in] | resourcetype | The resource data type ID. |
BaseContainer GetCustomDataTypeDefault | ( | Int32 | type | ) |
Retrieves the default settings for a data type.
[in] | type | The data type ID. |