Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
Predicting_real_estate_prices_using_scikit-learn copied to clipboard

[IMM32] Renaming around ImmSystemHandler

Open katahiromz opened this issue 3 years ago • 0 comments

Purpose

Some detailed investigation has found the real function names. We want to use concrete names rather than unknown names.

JIRA issue: CORE-11700

Proposed changes

  • Renaming some functions and some structures.
  • Converting C++-style comments to C-style comments.

Renaming

  • s/IMM_UNKNOWN_PROCESS1/IMM_DELAY_SET_LANG_BAND/
  • s/Imm32UnknownProcess1Proc/Imm32DelaySetLangBandProc/ (Win: DelaySetLangBand)
  • s/Imm32UnknownProcess1/CtfImmSetLangBand/ (Win: CtfImmSetLangBand)
  • s/Imm32SendChangeProc/Imm32SendNotificationProc/ (Win: SendNotificationProc)
  • s/Imm32SendChange/Imm32SendNotification/ (Win: ImmSendNotification)

katahiromz avatar Aug 10 '22 05:08 katahiromz