typedef struct _tagSpecialChar2
{
L_UINT uStructSize;
L_WCHAR chReject;
L_WCHAR chMissSym;
} SPECIALCHAR2, * pSPECIALCHAR2;
The SPECIALCHAR2 structure contains special characters for the selected language.
Structure size. Set it to sizeof(SPECIALCHAR2)
Specifies which symbol to use to designate rejected characters in the output.
Specifies which symbol to use to designate missing characters in the output.
pSPECIALCHAR2 is a pointer to a SPECIALCHAR2 structure. If the function parameter type is pSPECIALCHAR2, declare a SPECIALCHAR2 variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pSPECIALCHAR2 variable is necessary only if the program requires a pointer.
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document