IFlexiPTMInfo Interface (Windows CE 5.0)
This interface contains methods designed to provide information to a set of three windows that display process, thread, and module information.
In addition, this interface defines methods that allow the server to describe different fields exposed in the Process, Thread, and Module Windows.
This interface should not be exposed by a third-party probe driver. It is exposed by the OsAccess service for consumption of clients such as Platform Builder.
Methods
The following table shows the methods defined for the IFlexiPTMInfo interface.
Method | Description |
---|---|
IFlexiPTMInfo::GetData | Gets the data associated with specified processes, threads, or modules. |
IFlexiPTMInfo::GetDescriptionTables | Gets the description table for processes, threads, and modules. |
IFlexiPTMInfo::GetData2 | Gets data associated with specified processes, thread, and modules. In addition, if requested, the function returns the contexts associated with threads. |
IFlexiPTMInfo::GetDescriptionTables2 | Gets the description table for specified processes, thread, and modules. In addition, if requested, the function returns the contexts associated with threads. |
See Also
Send Feedback on this topic to the authors