SHNOTIFYSTRUCT (Structures)
Last changed: -218.18.39.154

.
Summary
TODO - a short description

C# Definition:

/// <summary>
/// Contains and receives information for change notifications
/// </summary>
[StructLayout(LayoutKind.Sequential)]
public struct SHNOTIFYSTRUCT
{
    /// <summary> Contains the previous PIDL or name of the folder.</summary>
    public IntPtr dwItem1;

    /// <summary>Contains the new PIDL or name of the folder.</summary>
    public IntPtr dwItem2;
};

VB Definition:

Structure SHNOTIFYSTRUCT
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation