Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Enumerates the input contexts on a thread.
Syntax
HRESULT EnumInputContext( DWORD idThread, IEnumInputContext **ppEnum );
Parameters
- idThread
- [in] Unsigned long integer value that specifies the thread.
- ppEnum
- [out] Address of a pointer to the IEnumInputContext interface of the enumeration object.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method is only available for Microsoft® Windows 98® or later versions and Windows NT® version 5.0 or later.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.