REGCLS (Enums)
Last changed: anonymous

.
Summary
Controls the type of connections to a class object.

C# Definition:

  /// <summary>
  /// CoRegisterClassObject flags.
/// </summary>
    [Flags]
    public enum REGCLS : uint
    {
    SINGLEUSE     = 0,
    MULTIPLEUSE       = 1,
    MULTI_SEPARATE    = 2,
    SUSPENDED     = 4,
    SURROGATE     = 8,
    }

VB Definition:

Enum REGCLS
   TODO
End Enum

Notes:

None.

Documentation
REGCLS on MSDN