Enumerates the input contexts on a thread.
Syntax
HRESULT EnumInputContext(
  [in]  DWORD             idThread,
  [out] IEnumInputContext **ppEnum
);
Parameters
- idThread [in] 
 An unsigned long integer value that specifies the thread.
- ppEnum [out] 
 A pointer to the IEnumInputContext interface of the enumeration object.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method is available only for Windows 98 and Microsoft Windows NT 4.0.
Requirements
| Minimum supported client | Windows XP | 
| Minimum supported server | Windows 2000 Server | 
| Header | Dimm.h | 
| IDL | Dimm.idl |