vbAccelerator - Contents of code file: Source_VB_IPerPropertyBrowsingVB.cls

VERSION 1.0 CLASS
BEGIN
  MultiUse = -1  'True
  Persistable = 0  'NotPersistable
  DataBindingBehavior = 0  'vbNone
  DataSourceBehavior  = 0  'vbNone
  MTSTransactionMode  = 0  'NotAnMTSObject
END
Attribute VB_Name = "IPerPropertyBrowsingVB"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
'////////////////////////////////////////////////////////////
'// Name : IPerPropertyBrowsingVB.cls
'// Author : Paul R. Wilde
'// Created : 17th November 1998
'/////////////////////////////////////////////////////////////
'// Copyright  Paul R. Wilde 1998. All Rights Reserved.
'/////////////////////////////////////////////////////////////
'// Bug reports, suggestions & comments should be emailed to :
'// prw.exponential@dial.pipex.com
'/////////////////////////////////////////////////////////////

Option Explicit

Public Function GetPredefinedValue(DispID As Long, Cookie As Long, Value As
 Variant) As Boolean
'base interface implementation

End Function
Public Function GetDisplayString(DispID As Long, DisplayName As String) As
 Boolean
'base interface implementation

End Function
Public Function GetPredefinedStrings(DispID As Long, StringsOut() As String,
 CookiesOut() As Long) As Boolean
'base interface implementation

End Function