Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves information about the composition window.
Syntax
HRESULT GetCompositionWindow( HIMC hIMC, COMPOSITIONFORM *pCompForm );
Parameters
- hIMC
- [in] Handle to the input context.
- pCompForm
- [out] Address of the COMPOSITIONFORM structure that receives information about the composition window.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImmGetCompositionWindow function documented in the Microsoft® Platform Software Development Kit (SDK).
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.