@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Flags to specify which interfaces should be returned by Interfaces.IRichEditOle.GetObject() !!!!C# Definition: enum GetObjectOptions { REO_GETOBJ_NO_INTERFACES = 0, // Get no interfaces REO_GETOBJ_POLEOBJ = 1, // Get object interface REO_GETOBJ_PSTG = 2, // Get storage interface REO_GETOBJ_POLESITE = 4, // Get site interface REO_GETOBJ_ALL_INTERFACES = 7 // Get all interfaces } !!!!VB Definition: Enum GetObjectOptions TODO End Enum !!!!Notes: None. Documentation: GetObjectOptions@msdn on MSDN
Edit Enums.GetObjectOp...
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.