Desktop Functions: Smart Device Functions:
|
Search Results for "IsGUIThread" in [All]Constants1: IsGUIThread The IsGUIThread function tests whether the calling thread is already a graphical user interface (GUI) thread. It can also optionally convert the thread to a GUI thread.
static extern bool IsGUIThread([MarshalAs(UnmanagedType.Bool)] bool bConvert); If bConvert is TRUE and the function cannot successfully convert the thread to a GUI thread, IsGUIThread returns ERROR_NOT_ENOUGH_MEMORY. |