@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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@msdn on MSDN
Edit Enums.REGCLS
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.