|
Windows SDK API Reference
|
#include <zoom_sdk_def.h>
Public Member Functions | |
| tagCustomizedLanguageInfo () | |
Data Fields | |
| const char * | langName |
| Resource name. More... | |
| const char * | langInfo |
| The value should be the full path of the resource file when the langType value is CustomizedLanguage_FilePath, including the file name. When the langType value is CustomizedLanguage_Content, the value saves the content of the resource. More... | |
| CustomizedLanguageType | langType |
| Use the custom resource type. More... | |
Definition at line 122 of file zoom_sdk_def.h.
|
inline |
Definition at line 127 of file zoom_sdk_def.h.
References CustomizedLanguage_None, langInfo, langName, and langType.
| const char* tagCustomizedLanguageInfo::langInfo |
The value should be the full path of the resource file when the langType value is CustomizedLanguage_FilePath, including the file name. When the langType value is CustomizedLanguage_Content, the value saves the content of the resource.
Definition at line 125 of file zoom_sdk_def.h.
Referenced by tagCustomizedLanguageInfo().
| const char* tagCustomizedLanguageInfo::langName |
Resource name.
Definition at line 124 of file zoom_sdk_def.h.
Referenced by tagCustomizedLanguageInfo().
| CustomizedLanguageType tagCustomizedLanguageInfo::langType |
Use the custom resource type.
Definition at line 126 of file zoom_sdk_def.h.
Referenced by tagCustomizedLanguageInfo().