BOOL CBCGPTranslateManager::SetTranslationBuffer | ( | LPBYTE | lpXMLBuffer, |
UINT | length, | ||
BOOL | bAdd = FALSE |
||
) |
Loads a new translation from the memory buffer
lpXMLBuffer | Specifies the XML memory buffer address. |
length | Specifies the XML memory buffer length. |
bAdd | Specifies whether the translation should be added to the current translation. If this parameter is FALSE, all previously loaded translations will be deleted. |