Class: WIN32OLE_EVENT::IEventSinkVtbl
- Inherits:
-
Struct
- Object
- Struct
- WIN32OLE_EVENT::IEventSinkVtbl
- Defined in:
- lib/win32ole-pr.rb
Instance Attribute Summary collapse
-
#AddRef ⇒ Object
Returns the value of attribute AddRef.
-
#GetIDsOfNames ⇒ Object
Returns the value of attribute GetIDsOfNames.
-
#GetTypeInfo ⇒ Object
Returns the value of attribute GetTypeInfo.
-
#GetTypeInfoCount ⇒ Object
Returns the value of attribute GetTypeInfoCount.
-
#Invoke ⇒ Object
Returns the value of attribute Invoke.
-
#QueryInterface ⇒ Object
Returns the value of attribute QueryInterface.
-
#Release ⇒ Object
Returns the value of attribute Release.
Instance Attribute Details
#AddRef ⇒ Object
Returns the value of attribute AddRef
4360 4361 4362 |
# File 'lib/win32ole-pr.rb', line 4360 def AddRef @AddRef end |
#GetIDsOfNames ⇒ Object
Returns the value of attribute GetIDsOfNames
4360 4361 4362 |
# File 'lib/win32ole-pr.rb', line 4360 def GetIDsOfNames @GetIDsOfNames end |
#GetTypeInfo ⇒ Object
Returns the value of attribute GetTypeInfo
4360 4361 4362 |
# File 'lib/win32ole-pr.rb', line 4360 def GetTypeInfo @GetTypeInfo end |
#GetTypeInfoCount ⇒ Object
Returns the value of attribute GetTypeInfoCount
4360 4361 4362 |
# File 'lib/win32ole-pr.rb', line 4360 def GetTypeInfoCount @GetTypeInfoCount end |
#Invoke ⇒ Object
Returns the value of attribute Invoke
4360 4361 4362 |
# File 'lib/win32ole-pr.rb', line 4360 def Invoke @Invoke end |
#QueryInterface ⇒ Object
Returns the value of attribute QueryInterface
4360 4361 4362 |
# File 'lib/win32ole-pr.rb', line 4360 def QueryInterface @QueryInterface end |
#Release ⇒ Object
Returns the value of attribute Release
4360 4361 4362 |
# File 'lib/win32ole-pr.rb', line 4360 def Release @Release end |