次の方法で共有


CEL_THREAD_CLOSE (Windows Embedded CE 6.0)

1/6/2010

This structure specifies a thread handle that has closed using CloseHandle.

Syntax

typedef struct __CEL_THREAD_CLOSE {
  HANDLE hThread;
} CEL_THREAD_CLOSE, *PCEL_THREAD_CLOSE;

Members

  • hThread
    Handle of the thread that has been closed.

Requirements

Header celog.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

CeLog Event Tracking Structures

Other Resources

CloseHandle