The EnumRegisterWordProc function is an application-defined callback function that process data of register string from the ImmEnumRegisterWord function.
UINT CALLBACK EnumRegisterWordProc(
|
LPCTSTR lpReading, | |
|
DWORD dwStyle, | |
|
LPCTSTR lpszString, | |
|
LPVOID lpData | |
|
); |
Returns a nonzero value to continue enumeration; zero to stop enumeration.