Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This function releases the input context and frees any memory associated with it.
Syntax
BOOL ImmDestroyContext(
HIMC hIMC
);
Parameters
- hIMC
[in] Handle to the input context to free.
Return Value
Nonzero indicates success. Zero indicates failure.
Remarks
Any application that creates an input context by using the ImmCreateContext function must call this function to free the context before it terminates.
Requirements
| Header | imm.h |
| Library | Coreimm.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |