SIGDN (Enums)
Last changed: -84.28.14.97

.
Summary
TODO - a short description

C# Definition:

public enum SIGDN : uint {

    NORMALDISPLAY = 0,
    PARENTRELATIVEPARSING = 0x80018001,
    PARENTRELATIVEFORADDRESSBAR = 0x8001c001,
    DESKTOPABSOLUTEPARSING = 0x80028000,
    PARENTRELATIVEEDITING = 0x80031001,
    DESKTOPABSOLUTEEDITING = 0x8004c000,
    FILESYSPATH = 0x80058000,
    URL = 0x80068000

}

VB Definition:

Enum SIGDN
   TODO
End Enum

Notes:

None.

Documentation
SIGDN on MSDN