CadPluginImageRead
Plugin image read.
std::int32_t CadPluginImageRead (
const char* szExt,
const char* szLibName,
const char* szFuncName,
std::int32_t Mode
);
Parameters
- szExt (const char*)
- NUL-terminated UTF-8 string.
- szLibName (const char*)
- NUL-terminated UTF-8 string.
- szFuncName (const char*)
- NUL-terminated UTF-8 string.
- Mode (std::int32_t)
- Mode selector — see the constants referenced in the description.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.