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] 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 and Windows NT® 4.0.