DEVICE_PSL_NOTIFY (Windows Embedded CE 6.0)

1/5/2010

This structure contains information about the process that is exiting.

Syntax

typedef struct _DEVICE_PSL_NOTIFY {
  DWORD dwSize;
  DWORD dwFlags;
  HANDLE hProc;
  HANDLE hThread;
} DEVICE_PSL_NOTIFY, *PDEVICE_PSL_NOTIFY;

Members

  • dwSize
    Specifies the length, in bytes, of the structure.
  • dwFlags
    Set to DLL_PROCESS_EXITING.

    The DLL_PROCESS_EXITING flag is not associated with DLL entry points.

  • hProc
    Specifies the process identifier.
  • hThread
    Specifies the main thread identifier of a process that is exiting.

Requirements

Header pkfuncs.h
Windows Embedded CE Windows CE 3.1 and later

See Also

Reference

OAL Structures
IOCTL_PSL_NOTIFY