Partager via


TPS_QUERY_THREAD_COUNT

This structure indicates the number of threads and is filled in by the TestProc function.

typedef struct _TPS_QUERY_THREAD_COUNT {
  DWORD dwThreadCount;
} TPS_QUERY_THREAD_COUNT, *LPTPS_QUERY_THREAD_COUNT;

Members

  • dwThreadCount
    Number of threads.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Tux.h.

See Also

Tux Architecture | TPM_QUERY_THREAD_COUNT

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.