EndIMEShare function
Terminates IME Share.
Syntax
void __cdecl EndIMEShare(void);
Parameters
This function has no parameters.
Return value
This function does not return a value.
Remarks
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
This function should be called after the last IME Share function is called.
Requirements
Requirement | Value |
---|---|
DLL |
|
See also