@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The ISpecifyPropertyPage interface indicates that an object supports property pages. !!!!C# Definition: [ ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("B196B28B-BAB4-101A-B69C-00AA00341D07") ] public interface ISpecifyPropertyPages { void GetPages(out CAUUID pPages); } !!!!VB Definition: <ComImport> _ <Guid("TODO")> _ 'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch Interface ISpecifiyPropertyPages TODO End Interface !!!!User-Defined Types: [CAUUID] !!!!Notes: None. Documentation: ISpecifiyPropertyPages@msdn on MSDN
Edit Interfaces.ISpeci...
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.