Table of Contents

Struct Win32.TagNMHDR

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll

Holds message data sent with WM_NOTIFY.

public struct Win32.TagNMHDR
Inherited Members

Remarks

Fields

Code

A message code.

public uint Code

Field Value

uint

HwndFrom

Environment specific window handle or pointer

public IntPtr HwndFrom

Field Value

IntPtr

IdFrom

Control ID of the window issuing the notification

public UIntPtr IdFrom

Field Value

UIntPtr