SHChangeNotifyEntry (Structures)
Last changed: -218.18.39.154

.
Summary
TODO - a short description

C# Definition:

[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Auto)]
struct SHChangeNotifyEntry
{
    public IntPtr pIdl;
    [MarshalAs(UnmanagedType.Bool)] public Boolean Recursively;
}

VB Definition:

Structure SHChangeNotifyEntry
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation