IsGUIThread method

int IsGUIThread(
  1. int bConvert
)

Implementation

int IsGUIThread(
  int bConvert,
) {
  return _IsGUIThread(
    bConvert,
  );
}