home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / OLE.TOC (.txt) < prev    next >
Microsoft Windows Help File Content  |  1997-02-28  |  93KB  |  1,776 lines

  1. :Base ole.HLP
  2. 0 OLE Programmer's Reference
  3. 1 Legal Information=_com_Legal_Information
  4. 1 Overview
  5. 2 Overview=_com_Overview
  6. 2 Explaining the Component Object Model=_com_Explaining_the_Component_Object_Model
  7. 2 OLE Information Management=_com_OLE_Information_Management
  8. 2 Describing Compound Documents=_com_Describing_Compound_Documents
  9. 2 Defining Automation=_com_Defining_Automation
  10. 2 Where to Find Additional Information=_com_Where_to_Find_Additional_Information
  11. 1 The Component Object Model
  12. 2 The Component Object Model=_com_The_Component_Object_Model
  13. 2 COM Objects and Interfaces=_com_COM_Objects_and_Interfaces
  14. 2 Interfaces and Interface Implementations=_com_Interfaces_and_Interface_Implementations
  15. 2 Interface Pointers and Interfaces=_com_Interface_Pointers_and_Interfaces
  16. 2 IUnknown and Interface Definition Inheritance=_com_IUnknown_and_Interface_Definition_Inheritance
  17. 2 Using and Implementing IUnknown=_com_Using_and_Implementing_IUnknown
  18. 2 QueryInterface: Navigating in an Object=_com_QueryInterface_Navigating_in_an_Object
  19. 2 Rules for Implementing QueryInterface=_com_Rules_for_Implementing_QueryInterface
  20. 2 Managing Object Lifetimes through Reference Counting=_com_Managing_Object_Lifetimes_through_Reference_Counting
  21. 2 Implementing Reference Counting=_com_Implementing_Reference_Counting
  22. 2 Rules for Managing Reference Counts=_com_Rules_for_Managing_Reference_Counts
  23. 2 Reusing Objects=_com_Reusing_Objects
  24. 2 Containment/Delegation=_com_Containment_Delegation
  25. 2 Aggregation=_com_Aggregation
  26. 2 The COM Library=_com_The_COM_Library
  27. 2 Managing Memory Allocation=_com_Managing_Memory_Allocation
  28. 2 The OLE Memory Allocator=_com_The_OLE_Memory_Allocator
  29. 2 Memory Management Rules=_com_Memory_Management_Rules
  30. 2 Debugging Memory Allocations=_com_Debugging_Memory_Allocations
  31. 2 Processes and Threads=_com_Processes_and_Threads
  32. 2 Choosing the Threading Model=_com_Choosing_the_Threading_Model
  33. 2 Single-threaded Apartments=_com_Single_threaded_Apartments
  34. 2 Multi-threaded Apartments=_com_Multi_threaded_Apartments
  35. 2 Single-/Multi-threaded Communication=_com_Single_Multi_threaded_Communication
  36. 2 In-process server Threading Issues=_com_In_process_server_Threading_Issues
  37. 1 comext
  38. 2 COM Clients and Servers=_com_COM_Clients_and_Servers
  39. 2 COM Clients and Servers=_com_Getting_a_Pointer_to_an_Object
  40. 2 Creating an Object through a Class Object=_com_Creating_an_Object_through_a_Class_Object
  41. 2 OLE Class Objects and CLSIDs=_com_OLE_Class_Objects_and_CLSIDs
  42. 2 Locating a Remote Object=_com_Locating_a_Remote_Object
  43. 2 Instance Creation Helper Functions=_com_Instance_Creation_Helper_Functions
  44. 2 COM Server Responsibilities=_com_COM_Server_Responsibilities
  45. 2 Implementing IClassFactory=_com_Implementing_IClassFactory
  46. 2 Licensing and IClassFactory2=_com_Licensing_and_IClassFactory2
  47. 2 Registering COM Servers=_com_Registering_COM_Servers
  48. 2 Registering a Class at Installation=_com_Registering_a_Class_at_Installation
  49. 2 Registering a Running EXE Server=_com_Registering_a_Running_EXE_Server
  50. 2 Registering Objects in the ROT=_com_Registering_Objects_in_the_ROT
  51. 2 Self-Registration=_com_Self_Registration
  52. 2 Installing as a Win32 Service or User Account=_com_Installing_as_a_Win32_Service_or_User_Account
  53. 2 Out-of-process Server Implementation Helpers=_com_Out_of_process_Server_Implementation_Helpers
  54. 2 GUID Creation and Optimizations=_com_GUID_Creation_and_Optimizations
  55. 2 Persistent Object State=_com_Persistent_Object_State
  56. 2 Persistent Object Interfaces=_com_Persistent_Object_Interfaces
  57. 2 Initializing Persistent Objects=_com_Initializing_Persistent_Objects
  58. 2 Security in COM=_com_Security_in_COM
  59. 2 Launch Security=_com_Launch_Security
  60. 2 Call Security=_com_Call_Security
  61. 2 Providing Class Information=_com_Providing_Class_Information
  62. 2 Inter-object Communication=_com_Inter_object_Communication
  63. 2 Marshaling Details=_com_Marshaling_Details
  64. 2 Proxy=_com_Proxy
  65. 2 Stub=_com_Stub
  66. 2 Channel=_com_Channel
  67. 2 Call Synchronization=_com_Call_Synchronization
  68. 1 Registry
  69. 2 Registering Object Applications=_com_Registering_Object_Applications
  70. 1 Error Handling
  71. 2 Error Handling=_com_Error_Handling
  72. 2 Structure of OLE Error Codes=_com_Structure_of_OLE_Error_Codes
  73. 2 Codes in FACILITY_ITF=_com_Codes_in_FACILITY_ITF
  74. 2 Using Macros for Error Handling=_com_Using_Macros_for_Error_Handling
  75. 2 Error Handling Strategies=_com_Error_Handling_Strategies
  76. 2 HRESULTs=_com_HRESULTs
  77. 2 Handling Error Information=_com_Handling_Error_Information
  78. 1 Monikers
  79. 2 Monikers=_com_Monikers
  80. 2 Moniker Clients=_com_Moniker_Clients
  81. 2 Moniker Providers=_com_Moniker_Providers
  82. 2 OLE Moniker Implementations=_com_OLE_Moniker_Implementations
  83. 2 File Monikers=_com_File_Monikers
  84. 2 Composite Monikers=_com_Composite_Monikers
  85. 2 Item Monikers=_com_Item_Monikers
  86. 2 Anti-monikers=_com_Anti_monikers
  87. 2 Pointer Monikers=_com_Pointer_Monikers
  88. 2 Class Monikers=_com_Class_Monikers
  89. 2 Asynchronous Monikers=_com_Asynchronous_Monikers
  90. 2 Asynchronous Versus Synchronous Monikers=_com_Asynchronous_Versus_Synchronous_Monikers
  91. 2 Asynchronous Versus Synchronous Binding=_com_Asynchronous_Versus_Synchronous_Binding
  92. 2 Asynchronous Versus Synchronous Storage=_com_Asynchronous_Versus_Synchronous_Storage
  93. 2 Data-Pull Model Versus Data-Push Model=_com_Data_Pull_Model_Versus_Data_Push_Model
  94. 2 URL Monikers=_com_URL_Monikers
  95. 2 Callback Synchronization=_com_Callback_Synchronization
  96. 2 Media-Type Negotiation=_com_Media_Type_Negotiation
  97. 2 URL Moniker API Functions=_com_URL_Moniker_API_Functions
  98. 1 Connectable Objects
  99. 2 Connectable Objects=_com_Connectable_Objects
  100. 2 Architecture of Connectable Objects=_com_Architecture_of_Connectable_Objects
  101. 2 Connectable Object Interfaces=_com_Connectable_Object_Interfaces
  102. 2 Using IConnectionPointContainer=_com_Using_IConnectionPointContainer
  103. 2 Using IConnectionPoint=_com_Using_IConnectionPoint
  104. 2 Using IProvideClassInfo=_com_Using_IProvideClassInfo
  105. 1 Structured Storage
  106. 2 Structured Storage=_com_Structured_Storage
  107. 2 The Evolution of File Systems=_com_The_Evolution_of_File_Systems
  108. 2 Storages and Streams=_com_Storages_and_Streams
  109. 2 Compound Files=_com_Compound_Files
  110. 2 Structured Storage Elements=_com_Structured_Storage_Elements
  111. 2 Interfaces=_com_Interfaces
  112. 2 API Functions=_com_API_Functions
  113. 2 Access Modes=_com_Access_Modes
  114. 2 Storage Object Naming Conventions=_com_Storage_Object_Naming_Conventions_guide
  115. 2 Persistent Property Sets=_com_Persistent_Property_Sets
  116. 2 Managing Property Sets=_com_Managing_Property_Sets
  117. 2 Managing Properties=_com_Managing_Properties
  118. 2 Using Property Sets=_com_Using_Property_Sets
  119. 2 Storing Information with System Objects=_com_Storing_Information_with_System_Objects
  120. 2 The Summary Information Property Set=_com_The_Summary_Information_Property_Set
  121. 2 Guidelines for Implementing the Document Summary Information Property Set=_com_Guidelines_for_Implementing_the_Document_Summary_Information_Property_Set
  122. 2 OLE Compound File Property Set Implementations=_com_OLE_Compound_File_Property_Set_Implementations
  123. 2 Performance Characteristics=_com_Performance_Characteristics
  124. 2 Using OLE-Implemented Property Sets=_com_Using_OLE_Implemented_Property_Sets
  125. 2 IPropertySetStorage Implementation Considerations=_com_IPropertySetStorage_Implementation_Considerations
  126. 2 Names in IStorage=_com_Names_in_IStorage
  127. 2 Storage vs Stream for a Property Set=_com_Storage_vs_Stream_for_a_Property_Set
  128. 2 Setting the CLSID of the Property Set=_com_Setting_the_CLSID_of_the_Property_Set
  129. 2 Synchronization Points=_com_Synchronization_Points
  130. 2 Code pages: Unicode strings, Macintosh, etc.=_com_Code_pages_Unicode_strings_Macintosh_etc.
  131. 2 Dictionary=_com_Dictionary
  132. 2 Extensions=_com_Extensions
  133. 1 Asynchronous Storage
  134. 2 Asynchronous Storage=_com_Asynchronous_Storage
  135. 2 Storage Modes=_com_Storage_Modes
  136. 2 Asynchronous Compound Files=_com_Asynchronous_Compound_Files
  137. 2 How Asynchronous Binding and Storage Work=_com_How_Asynchronous_Binding_and_Storage_Work
  138. 2 Compound File Optimization=_com_Compound_File_Optimization
  139. 1 Data Transfer
  140. 2 Data Transfer=_com_Data_Transfer
  141. 2 Data Transfer Interfaces=_com_Data_Transfer_Interfaces
  142. 2 Data Formats and Transfer Media=_com_Data_Formats_and_Transfer_Media
  143. 2 The FORMATETC Structure=_com_The_FORMATETC_Structure
  144. 2 The STGMEDIUM Structure=_com_The_STGMEDIUM_Structure
  145. 2 Drag and Drop=_com_Drag_and_Drop
  146. 2 Drag Source Responsibilities=_com_Drag_Source_Responsibilities
  147. 2 Data Notification=_com_Data_Notification
  148. 1 Property pages and Property Sheets
  149. 2 Property Pages and Property Sheets=_com_Property_Pages_and_Property_Sheets
  150. 2 Property Sheets and Property Pages=_com_Property_Sheets_and_Property_Pages
  151. 2 Data Binding through IPropertyNotifySink=_com_Data_Binding_through_IPropertyNotifySink
  152. 1 Compound Documents
  153. 2 Compound Documents=_com_Compound_Documents
  154. 2 Containers and Servers=_com_Containers_and_Servers
  155. 2 Linking and Embedding=_com_Linking_and_Embedding
  156. 2 Linked Objects=_com_Linked_Objects
  157. 2 Embedded Objects=_com_Embedded_Objects
  158. 2 Object Handlers=_com_Object_Handlers
  159. 2 The Default Handler and Custom Handlers=_com_The_Default_Handler_and_Custom_Handlers
  160. 2 In-Process Servers=_com_In_Process_Servers
  161. 2 Advantages=_com_Advantages
  162. 2 Disadvantages=_com_Disadvantages
  163. 2 Linked Objects=_com_Linked_Objects_and_Monikers
  164. 2 Notifications=_com_Notifications
  165. 2 Types of Notifications=_com_Types_of_Notifications
  166. 2 How Notifications Work=_com_How_Notifications_Work
  167. 2 Compound Document Interfaces=_com_Compound_Document_Interfaces
  168. 2 Object States=_com_Object_States
  169. 2 Entering the Loaded State=_com_Entering_the_Loaded_State
  170. 2 Entering the Running State=_com_Entering_the_Running_State
  171. 2 Entering the Passive State=_com_Entering_the_Passive_State
  172. 2 Implementing In-Place Activation=_com_Implementing_In_Place_Activation
  173. 2 Creating Linked and Embedded Objects from Existing Data=_com_Creating_Linked_and_Embedded_Objects_from_Existing_Data
  174. 2 View Caching=_com_View_Caching
  175. 1 ActiveX Controls
  176. 2 ActiveX Controls=_com_ActiveX_Controls
  177. 2 ActiveX Controls Architecture=_com_ActiveX_Controls_Architecture
  178. 2 ActiveX Controls Interfaces=_com_ActiveX_Controls_Interfaces
  179. 2 Properties and Methods=_com_Properties_and_Methods
  180. 2 Control Properties=_com_Control_Properties
  181. 2 Standard Properties=_com_Standard_Properties
  182. 2 Standard Font Object=_com_Standard_Font_Object
  183. 2 Standard Picture Object=_com_Standard_Picture_Object
  184. 2 Control Methods=_com_Control_Methods
  185. 2 Control Events=_com_Control_Events
  186. 2 Visual Representation=_com_Visual_Representation
  187. 2 Keyboard Handling for Controls=_com_Keyboard_Handling_for_Controls
  188. 2 Persistence=_com_Persistence
  189. 2 Registration and Licensing=_com_Registration_and_Licensing
  190. 2 ActiveX Controls Registry Information=_com_ActiveX_Controls_Registry_Information
  191. 1 Designing COM Interfaces
  192. 2 Designing COM Interfaces=_com_Designing_COM_Interfaces
  193. 2 Interface Design Rules=_com_Interface_Design_Rules
  194. 2 Writing a Custom Interface=_com_Writing_a_Custom_Interface
  195. 2 Designing Efficient Interfaces=_com_Designing_Efficient_Interfaces
  196. 2 Creating a Custom Interface=_com_Creating_a_Custom_Interface
  197. 2 Building a Proxy/Stub DLL=_com_Building_a_Proxy_Stub_DLL
  198. 2 Registering a Proxy/Stub DLL=_com_Registering_a_Proxy_Stub_DLL
  199. 2 Using a Custom Interface=_com_Using_a_Custom_Interface
  200. 1 URL Open Stream Functions
  201. 2 URL Open Stream Functions=_com_URL_Open_Stream_Functions
  202. 1 Compatibility with OLE 1 and 16:32-Bit Interoperability
  203. 2 Compatibility with OLE 1 and 16:32-Bit Interoperability=_ole_Compatibility_with_OLE_1_and_16_32_Bit_Interoperability
  204. 2 Compatibility with OLE 1=_ole_Compatibility_with_OLE_1
  205. 2 Working with OLE 1 Clients=_ole_Working_with_OLE_1_Clients
  206. 2 Working with OLE 1 Servers=_ole_Working_with_OLE_1_Servers
  207. 2 OLE 1/Registry Compatibility Information=_com_OLE_1_Registry_Compatibility_Information
  208. 2 OLE 1 Compatibility Subkeys=_com_OLE_1_Compatibility_Subkeys
  209. 2 Information for OLE 1 Applications Subkey Entries=_com_Information_for_OLE_1_Applications_Subkey_Entries
  210. 2 OLE 1 Application Entries=_com_OLE_1_Application_Entries
  211. 2 ProgID and OLE 1 Compatibility=_com_ProgID_and_OLE_1_Compatibility
  212. 2 Version-dependent Identifiers=_com_Version_dependent_Identifiers
  213. 2 Inserting an OLE 2 Object in an OLE 1 Application=_com_Inserting_an_OLE_2_Object_in_an_OLE_1_Application
  214. 2 Specifying Unregistered Verbs=_com_Specifying_Unregistered_Verbs
  215. 2 Accommodating OLE 1 Versions of the Object Application=_com_Accommodating_OLE_1_Versions_of_the_Object_Application
  216. 2 When the OLE 1 Version is Overwritten=_com_When_the_OLE_1_Version_is_Overwritten
  217. 2 When the OLE 1 Version is Not Overwritten=_com_When_the_OLE_1_Version_is_Not_Overwritten
  218. 2 Upgrading Applications=_ole_Upgrading_Applications
  219. 2 Functions to Support Compatibility=_ole_Functions_to_Support_Compatibility
  220. 2 16:32 Bit Interoperability=_ole_16_32_Bit_Interoperability
  221. 2 Thunk Layer Operation=_ole_Thunk_Layer_Operation
  222. 2 Interoperability Using Standard Interfaces (OLE 2 Defined)=_ole_Interoperability_Using_Standard_Interfaces_OLE_2_Defined_
  223. 2 Interoperability Using Custom Interfaces (either MIDL or Manually Written Marshalling)=_ole_Interoperability_Using_Custom_Interfaces_either_MIDL_or_Manually_Written_Marshalling_
  224. 1 OLE Serialized Property Set Format
  225. 2 OLE Serialized Property Set Format=_com_OLE_Serialized_Property_Set_Format
  226. 2 Property Set Header=_com_Property_Set_Header
  227. 2 Byte-Order Indicator=_com_Byte_Order_Indicator
  228. 2 Format Version=_com_Format_Version
  229. 2 Originating OS Version=_com_Originating_OS_Version
  230. 2 CLSID=_com_CLSID
  231. 2 Reserved=_com_Reserved
  232. 2 Format Identifier/Offset Pair=_com_Format_Identifier_Offset_Pair
  233. 2 Format Identifiers=_com_Format_Identifiers
  234. 2 Allocating Format Identifiers=_com_Allocating_Format_Identifiers
  235. 2 Section=_com_Section
  236. 2 Size of Section=_com_Size_of_Section
  237. 2 Count of Properties=_com_Count_of_Properties
  238. 2 Property ID/Offset Pairs=_com_Property_ID_Offset_Pairs
  239. 2 Type Indicators=_com_Type_Indicators
  240. 2 Reserved Property IDs=_com_Reserved_Property_IDs
  241. 2 Property ID 0=_com_Property_ID_0
  242. 2 Example Dictionary=_com_Example_Dictionary
  243. 2 Property ID One=_com_Property_ID_One
  244. 2 Property ID 0x80000000=_com_Property_ID_0x80000000
  245. 2 Other Reserved Property IDs=_com_Other_Reserved_Property_IDs
  246. 2 Storing Property Sets=_com_Storing_Property_Sets
  247. 2 The DocumentSummaryInformation Property Set=_com_The_DocumentSummaryInformation_Property_Set
  248. 1 C and C++ Design Considerations
  249. 2 C and C++ Design Considerations=_com_C_and_C_Design_Considerations
  250. 2 Component Objects: C Nested Structures=_com_Component_Objects_C_Nested_Structures
  251. 2 Component Objects: C++ Nested Classes=_com_Component_Objects_C_Nested_Classes
  252. 2 Multiple Inheritance=_com_Multiple_Inheritance
  253. 1 Converting Mapping Modes
  254. 2 Converting Mapping Modes=_com_Converting_Mapping_Modes
  255. 1 ActiveX Control and Control Container Guidelines
  256. 2 ActiveX Control and Control Container Guidelines=_com_ActiveX_Control_and_Control_Container_Guidelines
  257. 2 Overview of Control and Control Container Guidelines=_com_Overview_of_Control_and_Control_Container_Guidelines
  258. 2 Why are the ActiveX Control and Control Container Guidelines Important?=_com_Why_are_the_ActiveX_Control_and_Control_Container_Guidelines_Important_
  259. 2 What to do When an Interface You Need is Not Available=_com_What_to_do_When_an_Interface_You_Need_is_Not_Available
  260. 2 What's New in the Control and Control Container Guidelines?=_com_Whats_New_in_the_Control_and_Control_Container_Guidelines_
  261. 2 Controls=_com_Controls
  262. 2 Self Registration for Controls=_com_Self_Registration_for_Controls
  263. 2 What Support for an Interface Means=_com_What_Support_for_an_Interface_Means
  264. 2 Persistence Interfaces=_com_Persistence_Interfaces
  265. 2 Optional Methods in Control Interfaces=_com_Optional_Methods_in_Control_Interfaces
  266. 2 Class Factory Options=_com_Class_Factory_Options
  267. 2 Properties=_com_Properties
  268. 2 Methods (via IDispatch and Other dispinterfaces)=_com_Methods_via_IDispatch_and_Other_dispinterfaces_
  269. 2 Events in Controls=_com_Events_in_Controls
  270. 2 Property Pages=_com_Property_Pages
  271. 2 Ambient Properties for Controls=_com_Ambient_Properties_for_Controls
  272. 2 Using the Container's Functionality=_com_Using_the_Containers_Functionality
  273. 2 Containers=_com_Containers
  274. 2 Required Interfaces=_com_Required_Interfaces
  275. 2 Optional Methods=_com_Optional_Methods
  276. 2 Miscellaneous Status Bits Support=_com_Miscellaneous_Status_Bits_Support
  277. 2 Keyboard Handling in Controls=_com_Keyboard_Handling_in_Controls
  278. 2 Storage Interfaces=_com_Storage_Interfaces
  279. 2 Ambient Properties=_com_Ambient_Properties
  280. 2 Extended Properties, Events and Methods=_com_Extended_Properties_Events_and_Methods
  281. 2 Message Reflection=_com_Message_Reflection
  282. 2 Automatic Clipping=_com_Automatic_Clipping
  283. 2 Degrading Gracefully in the Absence of an Interface=_com_Degrading_Gracefully_in_the_Absence_of_an_Interface
  284. 2 Component Categories=_com_Component_Categories
  285. 2 What are Component Categories and how do they work?=_com_What_are_Component_Categories_and_how_do_they_work_
  286. 2 Simple Frame Site Containment=_com_Simple_Frame_Site_Containment
  287. 2 Simple Data Binding=_com_Simple_Data_Binding
  288. 2 Advanced Data Binding=_com_Advanced_Data_Binding
  289. 2 Visual Basic private interfaces=_com_Visual_Basic_private_interfaces
  290. 2 Internet-Aware Objects=_com_Internet_Aware_Objects
  291. 2 Windowless Controls=_com_Windowless_Controls
  292. 2 General Guidelines=_com_General_Guidelines
  293. 2 Overloading IPropertyNotifySink=_com_Overloading_IPropertyNotifySink
  294. 2 Container-Specific Private Interfaces=_com_Container_Specific_Private_Interfaces
  295. 2 Multi-Threaded Issues=_com_Multi_Threaded_Issues
  296. 2 Event Freezing=_com_Event_Freezing
  297. 2 Container Controls=_com_Container_Controls
  298. 2 WS_GROUP and WS_TABSTOP Flags in Controls=_com_WS_GROUP_and_WS_TABSTOP_Flags_in_Controls
  299. 2 Multiple Controls in One DLL=_com_Multiple_Controls_in_One_DLL
  300. 2 The IOleContainer::EnumObjects Method=_com_The_IOleContainer_EnumObjects_Method
  301. 2 Enhanced Metafiles=_com_Enhanced_Metafiles
  302. 2 Licensing=_com_Licensing
  303. 2 Dual Interfaces=_com_Dual_Interfaces
  304. 2 IPropertyBag and IPersistPropertyBag=_com_IPropertyBag_and_IPersistPropertyBag
  305. 2 Event Coordinate Translation=_com_Event_Coordinate_Translation
  306. 2 Standard DISPIDS=_com_Standard_DISPIDS
  307. 2 Databinding=_com_Databinding
  308. 1 Reference: IA -IE
  309. 2 IAdviseSink=_com_IAdviseSink
  310. 2 IAdviseSink::OnClose=_com_IAdviseSink_OnClose
  311. 2 IAdviseSink::OnDataChange=_com_IAdviseSink_OnDataChange
  312. 2 IAdviseSink::OnRename=_com_IAdviseSink_OnRename
  313. 2 IAdviseSink::OnSave=_com_IAdviseSink_OnSave
  314. 2 IAdviseSink::OnViewChange=_com_IAdviseSink_OnViewChange
  315. 2 IAdviseSink2=_com_IAdviseSink2
  316. 2 IAdviseSink2::OnLinkSrcChange=_com_IAdviseSink2_OnLinkSrcChange
  317. 2 IAdviseSinkEx=_com_IAdviseSinkEx
  318. 2 IAdviseSinkEx::OnViewStatusChange=_com_IAdviseSinkEx_OnViewStatusChange
  319. 2 IBindCtx=_com_IBindCtx
  320. 2 IBindCtx::EnumObjectParam=_com_IBindCtx_EnumObjectParam
  321. 2 IBindCtx::GetBindOptions=_com_IBindCtx_GetBindOptions
  322. 2 IBindCtx::GetObjectParam=_com_IBindCtx_GetObjectParam
  323. 2 IBindCtx::GetRunningObjectTable=_com_IBindCtx_GetRunningObjectTable
  324. 2 IBindCtx::RegisterObjectBound=_com_IBindCtx_RegisterObjectBound
  325. 2 IBindCtx::RegisterObjectParam=_com_IBindCtx_RegisterObjectParam
  326. 2 IBindCtx::ReleaseBoundObjects=_com_IBindCtx_ReleaseBoundObjects
  327. 2 IBindCtx::RevokeObjectBound=_com_IBindCtx_RevokeObjectBound
  328. 2 IBindCtx::RevokeObjectParam=_com_IBindCtx_RevokeObjectParam
  329. 2 IBindCtx::SetBindOptions=_com_IBindCtx_SetBindOptions
  330. 2 IClassActivator=_com_IClassActivator
  331. 2 IClassActivator::GetClassObject=_com_IClassActivator_GetClassObject
  332. 2 IClassFactory=_com_IClassFactory
  333. 2 IClassFactory::CreateInstance=_com_IClassFactory_CreateInstance
  334. 2 IClassFactory::LockServer=_com_IClassFactory_LockServer
  335. 2 IClassFactory2=_com_IClassFactory2
  336. 2 IClassFactory2::CreateInstanceLic=_com_IClassFactory2_CreateInstanceLic
  337. 2 IClassFactory2::GetLicInfo=_com_IClassFactory2_GetLicInfo
  338. 2 IClassFactory2::RequestLicKey=_com_IClassFactory2_RequestLicKey
  339. 2 IClientSecurity=_com_IClientSecurity
  340. 2 IClientSecurity::CopyProxy=_com_IClientSecurity_CopyProxy
  341. 2 IClientSecurity::QueryBlanket=_com_IClientSecurity_QueryBlanket
  342. 2 IClientSecurity::SetBlanket=_com_IClientSecurity_SetBlanket
  343. 2 IConnectionPoint=_com_IConnectionPoint
  344. 2 IConnectionPoint::Advise=_com_IConnectionPoint_Advise
  345. 2 IConnectionPoint::EnumConnections=_com_IConnectionPoint_EnumConnections
  346. 2 IConnectionPoint::GetConnectionInterface=_com_IConnectionPoint_GetConnectionInterface
  347. 2 IConnectionPoint::GetConnectionPointContainer=_com_IConnectionPoint_GetConnectionPointContainer
  348. 2 IConnectionPoint::Unadvise=_com_IConnectionPoint_Unadvise
  349. 2 IConnectionPointContainer=_com_IConnectionPointContainer
  350. 2 IConnectionPointContainer::EnumConnectionPoints=_com_IConnectionPointContainer_EnumConnectionPoints
  351. 2 IConnectionPointContainer::FindConnectionPoint=_com_IConnectionPointContainer_FindConnectionPoint
  352. 2 IDataAdviseHolder=_com_IDataAdviseHolder
  353. 2 IDataAdviseHolder::Advise=_com_IDataAdviseHolder_Advise
  354. 2 IDataAdviseHolder::EnumAdvise=_com_IDataAdviseHolder_EnumAdvise
  355. 2 IDataAdviseHolder::SendOnDataChange=_com_IDataAdviseHolder_SendOnDataChange
  356. 2 IDataAdviseHolder::Unadvise=_com_IDataAdviseHolder_Unadvise
  357. 2 IDataObject=_com_IDataObject
  358. 2 IDataObject::DAdvise=_com_IDataObject_DAdvise
  359. 2 IDataObject::DUnadvise=_com_IDataObject_DUnadvise
  360. 2 IDataObject::EnumDAdvise=_com_IDataObject_EnumDAdvise
  361. 2 IDataObject::EnumFormatEtc=_com_IDataObject_EnumFormatEtc
  362. 2 IDataObject::GetCanonicalFormatEtc=_com_IDataObject_GetCanonicalFormatEtc
  363. 2 IDataObject::GetData=_com_IDataObject_GetData
  364. 2 IDataObject::GetDataHere=_com_IDataObject_GetDataHere
  365. 2 IDataObject::QueryGetData=_com_IDataObject_QueryGetData
  366. 2 IDataObject::SetData=_com_IDataObject_SetData
  367. 2 IDropSource=_com_IDropSource
  368. 2 IDropSource::GiveFeedback=_com_IDropSource_GiveFeedback
  369. 2 IDropSource::QueryContinueDrag=_com_IDropSource_QueryContinueDrag
  370. 2 IDropTarget=_com_IDropTarget
  371. 2 IDropTarget::DragEnter=_com_IDropTarget_DragEnter
  372. 2 IDropTarget::DragLeave=_com_IDropTarget_DragLeave
  373. 2 IDropTarget::DragOver=_com_IDropTarget_DragOver
  374. 2 IDropTarget::Drop=_com_IDropTarget_Drop
  375. 2 IEnumXXXX=_com_IEnumXXXX
  376. 2 IEnumXXXX::Clone=_com_IEnumXXXX_Clone
  377. 2 IEnumXXXX::Next=_com_IEnumXXXX_Next
  378. 2 IEnumXXXX::Reset=_com_IEnumXXXX_Reset
  379. 2 IEnumXXXX::Skip=_com_IEnumXXXX_Skip
  380. 2 IEnumConnectionPoints=_com_IEnumConnectionPoints
  381. 2 IEnumConnections=_com_IEnumConnections
  382. 2 IEnumFORMATETC=_com_IEnumFORMATETC
  383. 2 IEnumMoniker=_com_IEnumMoniker
  384. 2 IEnumOleUndoUnits=_com_IEnumOleUndoUnits
  385. 2 IEnumOLEVERB=_com_IEnumOLEVERB
  386. 2 IEnumSTATDATA=_com_IEnumSTATDATA
  387. 2 IEnumSTATPROPSETSTG=_com_IEnumSTATPROPSETSTG
  388. 2 IEnumSTATPROPSETSTG-Compound File Implementation=_com_IEnumSTATPROPSETSTG_Compound_File_Implementation
  389. 2 IEnumSTATPROPSTG=_com_IEnumSTATPROPSTG
  390. 2 IEnumSTATPROPSTG-Compound File Implementation=_com_IEnumSTATPROPSTG_Compound_File_Implementation
  391. 2 IEnumSTATSTG=_com_IEnumSTATSTG
  392. 2 IEnumString=_com_IEnumString
  393. 2 IEnumUnknown=_com_IEnumUnknown
  394. 2 IErrorLog=_com_IErrorLog
  395. 2 IErrorLog::AddError=_com_IErrorLog_AddError
  396. 2 IExternalConnection=_com_IExternalConnection
  397. 2 IExternalConnection::AddConnection=_com_IExternalConnection_AddConnection
  398. 2 IExternalConnection::ReleaseConnection=_com_IExternalConnection_ReleaseConnection
  399. 1 Reference: IF - IM
  400. 2 IFillLockBytes=_com_IFillLockBytes
  401. 2 IFillLockBytes::FillAppend=_com_IFillLockBytes_FillAppend
  402. 2 IFillLockBytes::FillAt=_com_IFillLockBytes_FillAt
  403. 2 IFillLockBytes::SetFillSize=_com_IFillLockBytes_SetFillSize
  404. 2 IFillLockBytes::Terminate=_com_IFillLockBytes_Terminate
  405. 2 IFillLockBytes - Implementation=_com_IFillLockBytes_Implementation
  406. 2 IFont=_com_IFont
  407. 2 IFont::AddRefHfont=_com_IFont_AddRefHfont
  408. 2 IFont::Clone=_com_IFont_Clone
  409. 2 IFont::get_Bold=_com_IFont_get_Bold
  410. 2 IFont::get_Charset=_com_IFont_get_Charset
  411. 2 IFont::get_hFont=_com_IFont_get_hFont
  412. 2 IFont::get_Italic=_com_IFont_get_Italic
  413. 2 IFont::get_Name=_com_IFont_get_Name
  414. 2 IFont::get_Size=_com_IFont_get_Size
  415. 2 IFont::get_Strikethrough=_com_IFont_get_Strikethrough
  416. 2 IFont::get_Underline=_com_IFont_get_Underline
  417. 2 IFont::get_Weight=_com_IFont_get_Weight
  418. 2 IFont::IsEqual=_com_IFont_IsEqual
  419. 2 IFont::put_Bold=_com_IFont_put_Bold
  420. 2 IFont::put_Charset=_com_IFont_put_Charset
  421. 2 IFont::put_Italic=_com_IFont_put_Italic
  422. 2 IFont::put_Name=_com_IFont_put_Name
  423. 2 IFont::put_Size=_com_IFont_put_Size
  424. 2 IFont::put_Strikethrough=_com_IFont_put_Strikethrough
  425. 2 IFont::put_Underline=_com_IFont_put_Underline
  426. 2 IFont::put_Weight=_com_IFont_put_Weight
  427. 2 IFont::QueryTextMetrics=_com_IFont_QueryTextMetrics
  428. 2 IFont::ReleaseHfont=_com_IFont_ReleaseHfont
  429. 2 IFont::SetHdc=_com_IFont_SetHdc
  430. 2 IFont::SetRatio=_com_IFont_SetRatio
  431. 2 IFont - Ole Implementation=_com_IFont_Ole_Implementation
  432. 2 IFontDisp=_com_IFontDisp
  433. 2 IFontDisp - Ole Implementation=_com_IFontDisp_Ole_Implementation
  434. 2 ILayoutStorage=_com_ILayoutStorage
  435. 2 ILayoutStorage::LayoutScript=_com_ILayoutStorage_LayoutScript
  436. 2 ILayoutStorage::BeginMonitor=_com_ILayoutStorage_BeginMonitor
  437. 2 ILayoutStorage::EndMonitor=_com_ILayoutStorage_EndMonitor
  438. 2 ILayoutStorage::ReLayoutDocfile=_com_ILayoutStorage_ReLayoutDocfile
  439. 2 ILockBytes=_com_ILockBytes
  440. 2 ILockBytes::Flush=_com_ILockBytes_Flush
  441. 2 ILockBytes::LockRegion=_com_ILockBytes_LockRegion
  442. 2 ILockBytes::ReadAt=_com_ILockBytes_ReadAt
  443. 2 ILockBytes::SetSize=_com_ILockBytes_SetSize
  444. 2 ILockBytes::Stat=_com_ILockBytes_Stat
  445. 2 ILockBytes::UnlockRegion=_com_ILockBytes_UnlockRegion
  446. 2 ILockBytes::WriteAt=_com_ILockBytes_WriteAt
  447. 2 ILockBytes - File-Based Implementation=_com_ILockBytes_File_Based_Implementation
  448. 2 ILockBytes - Global Memory Implementation=_com_ILockBytes_Global_Memory_Implementation
  449. 2 IMalloc=_com_IMalloc
  450. 2 IMalloc::Alloc=_com_IMalloc_Alloc
  451. 2 IMalloc::DidAlloc=_com_IMalloc_DidAlloc
  452. 2 IMalloc::Free=_com_IMalloc_Free
  453. 2 IMalloc::GetSize=_com_IMalloc_GetSize
  454. 2 IMalloc::HeapMinimize=_com_IMalloc_HeapMinimize
  455. 2 IMalloc::Realloc=_com_IMalloc_Realloc
  456. 2 IMallocSpy=_com_IMallocSpy
  457. 2 IMallocSpy::PreAlloc=_com_IMallocSpy_PreAlloc
  458. 2 IMallocSpy::PostAlloc=_com_IMallocSpy_PostAlloc
  459. 2 IMallocSpy::PreDidAlloc=_com_IMallocSpy_PreDidAlloc
  460. 2 IMallocSpy::PostDidAlloc=_com_IMallocSpy_PostDidAlloc
  461. 2 IMallocSpy::PreFree=_com_IMallocSpy_PreFree
  462. 2 IMallocSpy::PostFree=_com_IMallocSpy_PostFree
  463. 2 IMallocSpy::PreGetSize=_com_IMallocSpy_PreGetSize
  464. 2 IMallocSpy::PostGetSize=_com_IMallocSpy_PostGetSize
  465. 2 IMallocSpy::PreHeapMinimize=_com_IMallocSpy_PreHeapMinimize
  466. 2 IMallocSpy::PostHeapMinimize=_com_IMallocSpy_PostHeapMinimize
  467. 2 IMallocSpy::PreRealloc=_com_IMallocSpy_PreRealloc
  468. 2 IMallocSpy::PostRealloc=_com_IMallocSpy_PostRealloc
  469. 2 IMarshal=_com_IMarshal
  470. 2 IMarshal::DisconnectObject=_com_IMarshal_DisconnectObject
  471. 2 IMarshal::GetMarshalSizeMax=_com_IMarshal_GetMarshalSizeMax
  472. 2 IMarshal::GetUnmarshalClass=_com_IMarshal_GetUnmarshalClass
  473. 2 IMarshal::MarshalInterface=_com_IMarshal_MarshalInterface
  474. 2 IMarshal::ReleaseMarshalData=_com_IMarshal_ReleaseMarshalData
  475. 2 IMarshal::UnmarshalInterface=_com_IMarshal_UnmarshalInterface
  476. 2 IMarshal - Default Implementation=_com_IMarshal_Default_Implementation
  477. 2 IMessageFilter=_com_IMessageFilter
  478. 2 IMessageFilter::HandleInComingCall=_com_IMessageFilter_HandleInComingCall
  479. 2 IMessageFilter::MessagePending=_com_IMessageFilter_MessagePending
  480. 2 IMessageFilter::RetryRejectedCall=_com_IMessageFilter_RetryRejectedCall
  481. 2 IMoniker=_com_IMoniker
  482. 2 IMoniker::BindToObject=_com_IMoniker_BindToObject
  483. 2 IMoniker::BindToStorage=_com_IMoniker_BindToStorage
  484. 2 IMoniker::CommonPrefixWith=_com_IMoniker_CommonPrefixWith
  485. 2 IMoniker::ComposeWith=_com_IMoniker_ComposeWith
  486. 2 IMoniker::Enum=_com_IMoniker_Enum
  487. 2 IMoniker::GetDisplayName=_com_IMoniker_GetDisplayName
  488. 2 IMoniker::GetTimeOfLastChange=_com_IMoniker_GetTimeOfLastChange
  489. 2 IMoniker::Hash=_com_IMoniker_Hash
  490. 2 IMoniker::Inverse=_com_IMoniker_Inverse
  491. 2 IMoniker::IsEqual=_com_IMoniker_IsEqual
  492. 2 IMoniker::IsRunning=_com_IMoniker_IsRunning
  493. 2 IMoniker::IsSystemMoniker=_com_IMoniker_IsSystemMoniker
  494. 2 IMoniker::ParseDisplayName=_com_IMoniker_ParseDisplayName
  495. 2 IMoniker::Reduce=_com_IMoniker_Reduce
  496. 2 IMoniker::RelativePathTo=_com_IMoniker_RelativePathTo
  497. 2 IMoniker - Anti-Moniker Implementation=_com_IMoniker_Anti_Moniker_Implementation
  498. 2 IMoniker - Class Moniker Implementation=_com_IMoniker_Class_Moniker_Implementation
  499. 2 IMoniker - File Moniker Implementation=_com_IMoniker_File_Moniker_Implementation
  500. 2 IMoniker - Generic Composite Moniker Implementation=_com_IMoniker_Generic_Composite_Moniker_Implementation
  501. 2 IMoniker - Item Moniker Implementation=_com_IMoniker_Item_Moniker_Implementation
  502. 2 IMoniker - Pointer Moniker Implementation=_com_IMoniker_Pointer_Moniker_Implementation
  503. 2 IMultiQI=_com_IMultiQI
  504. 2 IMultiQI::QueryMultipleInterfaces=_com_IMultiQI_QueryMultipleInterfaces
  505. 1 Reference: IO
  506. 2 IObjectWithSite=_com_IObjectWithSite
  507. 2 IObjectWithSite::GetSite=_com_IObjectWithSite_GetSite
  508. 2 IObjectWithSite::SetSite=_com_IObjectWithSite_SetSite
  509. 2 IOleAdviseHolder=_com_IOleAdviseHolder
  510. 2 IOleAdviseHolder::Advise=_com_IOleAdviseHolder_Advise
  511. 2 IOleAdviseHolder::EnumAdvise=_com_IOleAdviseHolder_EnumAdvise
  512. 2 IOleAdviseHolder::SendOnClose=_com_IOleAdviseHolder_SendOnClose
  513. 2 IOleAdviseHolder::SendOnRename=_com_IOleAdviseHolder_SendOnRename
  514. 2 IOleAdviseHolder::SendOnSave=_com_IOleAdviseHolder_SendOnSave
  515. 2 IOleAdviseHolder::Unadvise=_com_IOleAdviseHolder_Unadvise
  516. 2 IOleCache=_com_IOleCache
  517. 2 IOleCache::Cache=_com_IOleCache_Cache
  518. 2 IOleCache::EnumCache=_com_IOleCache_EnumCache
  519. 2 IOleCache::InitCache=_com_IOleCache_InitCache
  520. 2 IOleCache::SetData=_com_IOleCache_SetData
  521. 2 IOleCache::Uncache=_com_IOleCache_Uncache
  522. 2 IOleCache2=_com_IOleCache2
  523. 2 IOleCache2::DiscardCache=_com_IOleCache2_DiscardCache
  524. 2 IOleCache2::UpdateCache=_com_IOleCache2_UpdateCache
  525. 2 IOleCacheControl=_com_IOleCacheControl
  526. 2 IOleCacheControl::OnRun=_com_IOleCacheControl_OnRun
  527. 2 IOleCacheControl::OnStop=_com_IOleCacheControl_OnStop
  528. 2 IOleClientSite=_com_IOleClientSite
  529. 2 IOleClientSite::GetContainer=_com_IOleClientSite_GetContainer
  530. 2 IOleClientSite::GetMoniker=_com_IOleClientSite_GetMoniker
  531. 2 IOleClientSite::OnShowWindow=_com_IOleClientSite_OnShowWindow
  532. 2 IOleClientSite::RequestNewObjectLayout=_com_IOleClientSite_RequestNewObjectLayout
  533. 2 IOleClientSite::SaveObject=_com_IOleClientSite_SaveObject
  534. 2 IOleClientSite::ShowObject=_com_IOleClientSite_ShowObject
  535. 2 IOleContainer=_com_IOleContainer
  536. 2 IOleContainer::EnumObjects=_com_IOleContainer_EnumObjects
  537. 2 IOleContainer::LockContainer=_com_IOleContainer_LockContainer
  538. 2 IOleControl=_com_IOleControl
  539. 2 IOleControl::FreezeEvents=_com_IOleControl_FreezeEvents
  540. 2 IOleControl::GetControlINfo=_com_IOleControl_GetControlINfo
  541. 2 IOleControl::OnAmbientPropertyChange=_com_IOleControl_OnAmbientPropertyChange
  542. 2 IOleControl::OnMnemonic=_com_IOleControl_OnMnemonic
  543. 2 IOleControlSite=_com_IOleControlSite
  544. 2 IOleControlSite::GetExtendedControl=_com_IOleControlSite_GetExtendedControl
  545. 2 IOleControlSite::LockInPlaceActive=_com_IOleControlSite_LockInPlaceActive
  546. 2 IOleControlSite::OnControlInfoChanged=_com_IOleControlSite_OnControlInfoChanged
  547. 2 IOleControlSite::OnFocus=_com_IOleControlSite_OnFocus
  548. 2 IOleControlSite::ShowPropertyFrame=_com_IOleControlSite_ShowPropertyFrame
  549. 2 IOleControlSite::TransformCoords=_com_IOleControlSite_TransformCoords
  550. 2 IOleControlSite::TranslateAccelerator=_com_IOleControlSite_TranslateAccelerator
  551. 2 IOleInPlaceActiveObject=_com_IOleInPlaceActiveObject
  552. 2 IOleInPlaceActiveObject::EnableModeless=_com_IOleInPlaceActiveObject_EnableModeless
  553. 2 IOleInPlaceActiveObject::OnDocWindowActivate=_com_IOleInPlaceActiveObject_OnDocWindowActivate
  554. 2 IOleInPlaceActiveObject::OnFrameWindowActivate=_com_IOleInPlaceActiveObject_OnFrameWindowActivate
  555. 2 IOleInPlaceActiveObject::ResizeBorder=_com_IOleInPlaceActiveObject_ResizeBorder
  556. 2 IOleInPlaceActiveObject::TranslateAccelerator=_com_IOleInPlaceActiveObject_TranslateAccelerator
  557. 2 IOleInPlaceFrame=_com_IOleInPlaceFrame
  558. 2 IOleInPlaceFrame::EnableModeless=_com_IOleInPlaceFrame_EnableModeless
  559. 2 IOleInPlaceFrame::InsertMenus=_com_IOleInPlaceFrame_InsertMenus
  560. 2 IOleInPlaceFrame::RemoveMenus=_com_IOleInPlaceFrame_RemoveMenus
  561. 2 IOleInPlaceFrame::SetMenu=_com_IOleInPlaceFrame_SetMenu
  562. 2 IOleInPlaceFrame::SetStatusText=_com_IOleInPlaceFrame_SetStatusText
  563. 2 IOleInPlaceFrame::TranslateAccelerator=_com_IOleInPlaceFrame_TranslateAccelerator
  564. 2 IOleInPlaceObject=_com_IOleInPlaceObject
  565. 2 IOleInPlaceObject::InPlaceDeactivate=_com_IOleInPlaceObject_InPlaceDeactivate
  566. 2 IOleInPlaceObject::ReactivateAndUndo=_com_IOleInPlaceObject_ReactivateAndUndo
  567. 2 IOleInPlaceObject::SetObjectRects=_com_IOleInPlaceObject_SetObjectRects
  568. 2 IOleInPlaceObject::UIDeactivate=_com_IOleInPlaceObject_UIDeactivate
  569. 2 IOleInPlaceObjectWindowless=_com_IOleInPlaceObjectWindowless
  570. 2 IOleInPlaceObjectWindowless::GetDropTarget=_com_IOleInPlaceObjectWindowless_GetDropTarget
  571. 2 IOleInPlaceObjectWindowless::OnWindowMessage=_com_IOleInPlaceObjectWindowless_OnWindowMessage
  572. 2 IOleInPlaceSite=_com_IOleInPlaceSite
  573. 2 IOleInPlaceSite::CanInPlaceActivate=_com_IOleInPlaceSite_CanInPlaceActivate
  574. 2 IOleInPlaceSite::DeactivateAndUndo=_com_IOleInPlaceSite_DeactivateAndUndo
  575. 2 IOleInPlaceSite::DiscardUndoState=_com_IOleInPlaceSite_DiscardUndoState
  576. 2 IOleInPlaceSite::GetWindowContext=_com_IOleInPlaceSite_GetWindowContext
  577. 2 IOleInPlaceSite::OnInPlaceActivate=_com_IOleInPlaceSite_OnInPlaceActivate
  578. 2 IOleInPlaceSite::OnInPlaceDeactivate=_com_IOleInPlaceSite_OnInPlaceDeactivate
  579. 2 IOleInPlaceSite::OnPosRectChange=_com_IOleInPlaceSite_OnPosRectChange
  580. 2 IOleInPlaceSite::OnUIActivate=_com_IOleInPlaceSite_OnUIActivate
  581. 2 IOleInPlaceSite::OnUIDeactivate=_com_IOleInPlaceSite_OnUIDeactivate
  582. 2 IOleInPlaceSite::Scroll=_com_IOleInPlaceSite_Scroll
  583. 2 IOleInPlaceSiteEx=_com_IOleInPlaceSiteEx
  584. 2 IOleInPlaceSiteEx::OnInPlaceActivateEx=_com_IOleInPlaceSiteEx_OnInPlaceActivateEx
  585. 2 IOleInPlaceSiteEx::OnInPlaceDeactivateEx=_com_IOleInPlaceSiteEx_OnInPlaceDeactivateEx
  586. 2 IOleInPlaceSiteEx::RequestUIActivate=_com_IOleInPlaceSiteEx_RequestUIActivate
  587. 2 IOleInPlaceSiteWindowless=_com_IOleInPlaceSiteWindowless
  588. 2 IOleInPlaceSiteWindowless::AdjustRect=_com_IOleInPlaceSiteWindowless_AdjustRect
  589. 2 IOleInPlaceSiteWindowless::CanWindowlessActivate=_com_IOleInPlaceSiteWindowless_CanWindowlessActivate
  590. 2 IOleInPlaceSiteWindowless::GetCapture=_com_IOleInPlaceSiteWindowless_GetCapture
  591. 2 IOleInPlaceSiteWindowless::GetDC=_com_IOleInPlaceSiteWindowless_GetDC
  592. 2 IOleInPlaceSiteWindowless::GetFocus=_com_IOleInPlaceSiteWindowless_GetFocus
  593. 2 IOleInPlaceSiteWindowless::InvalidateRect=_com_IOleInPlaceSiteWindowless_InvalidateRect
  594. 2 IOleInPlaceSiteWindowless::InvalidateRgn=_com_IOleInPlaceSiteWindowless_InvalidateRgn
  595. 2 IOleInPlaceSiteWindowless::OnDefWindowMessage=_com_IOleInPlaceSiteWindowless_OnDefWindowMessage
  596. 2 IOleInPlaceSiteWindowless::ReleaseDC=_com_IOleInPlaceSiteWindowless_ReleaseDC
  597. 2 IOleInPlaceSiteWindowless::ScrollRect=_com_IOleInPlaceSiteWindowless_ScrollRect
  598. 2 IOleInPlaceSiteWindowless::SetCapture=_com_IOleInPlaceSiteWindowless_SetCapture
  599. 2 IOleInPlaceSiteWindowless::SetFocus=_com_IOleInPlaceSiteWindowless_SetFocus
  600. 2 IOleInPlaceUIWindow=_com_IOleInPlaceUIWindow
  601. 2 IOleInPlaceUIWindow::GetBorder=_com_IOleInPlaceUIWindow_GetBorder
  602. 2 IOleInPlaceUIWindow::RequestBorderSpace=_com_IOleInPlaceUIWindow_RequestBorderSpace
  603. 2 IOleInPlaceUIWindow::SetActiveObject=_com_IOleInPlaceUIWindow_SetActiveObject
  604. 2 IOleInPlaceUIWindow::SetBorderSpace=_com_IOleInPlaceUIWindow_SetBorderSpace
  605. 2 IOleItemContainer=_com_IOleItemContainer
  606. 2 IOleItemContainer::GetObject=_com_IOleItemContainer_GetObject
  607. 2 IOleItemContainer::GetObjectStorage=_com_IOleItemContainer_GetObjectStorage
  608. 2 IOleItemContainer::IsRunning=_com_IOleItemContainer_IsRunning
  609. 2 IOleLink=_com_IOleLink
  610. 2 IOleLink::BindIfRunning=_com_IOleLink_BindIfRunning
  611. 2 IOleLink::BindToSource=_com_IOleLink_BindToSource
  612. 2 IOleLink::GetBoundSource=_com_IOleLink_GetBoundSource
  613. 2 IOleLink::GetSourceDisplayName=_com_IOleLink_GetSourceDisplayName
  614. 2 IOleLink::GetSourceMoniker=_com_IOleLink_GetSourceMoniker
  615. 2 IOleLink::GetUpdateOptions=_com_IOleLink_GetUpdateOptions
  616. 2 IOleLink::SetSourceDisplayName=_com_IOleLink_SetSourceDisplayName
  617. 2 IOleLink::SetSourceMoniker=_com_IOleLink_SetSourceMoniker
  618. 2 IOleLink::SetUpdateOptions=_com_IOleLink_SetUpdateOptions
  619. 2 IOleLink::UnbindSource=_com_IOleLink_UnbindSource
  620. 2 IOleLink::Update=_com_IOleLink_Update
  621. 2 IOleObject=_com_IOleObject
  622. 2 IOleObject::Advise=_com_IOleObject_Advise
  623. 2 IOleObject::Close=_com_IOleObject_Close
  624. 2 IOleObject::DoVerb=_com_IOleObject_DoVerb
  625. 2 IOleObject::EnumAdvise=_com_IOleObject_EnumAdvise
  626. 2 IOleObject::EnumVerbs=_com_IOleObject_EnumVerbs
  627. 2 IOleObject::GetClientSite=_com_IOleObject_GetClientSite
  628. 2 IOleObject::GetClipboardData=_com_IOleObject_GetClipboardData
  629. 2 IOleObject::GetExtent=_com_IOleObject_GetExtent
  630. 2 IOleObject::GetMiscStatus=_com_IOleObject_GetMiscStatus
  631. 2 IOleObject::GetMoniker=_com_IOleObject_GetMoniker
  632. 2 IOleObject::GetUserClassID=_com_IOleObject_GetUserClassID
  633. 2 IOleObject::GetUserType=_com_IOleObject_GetUserType
  634. 2 IOleObject::InitFromData=_com_IOleObject_InitFromData
  635. 2 IOleObject::IsUpToDate=_com_IOleObject_IsUpToDate
  636. 2 IOleObject::SetClientSite=_com_IOleObject_SetClientSite
  637. 2 IOleObject::SetColorScheme=_com_IOleObject_SetColorScheme
  638. 2 IOleObject::SetExtent=_com_IOleObject_SetExtent
  639. 2 IOleObject::SetHostNames=_com_IOleObject_SetHostNames
  640. 2 IOleObject::SetMoniker=_com_IOleObject_SetMoniker
  641. 2 IOleObject::Unadvise=_com_IOleObject_Unadvise
  642. 2 IOleObject::Update=_com_IOleObject_Update
  643. 2 IOleParentUndoUnit=_com_IOleParentUndoUnit
  644. 2 IOleParentUndoUnit::Add=_com_IOleParentUndoUnit_Add
  645. 2 IOleParentUndoUnit::Close=_com_IOleParentUndoUnit_Close
  646. 2 IOleParentUndoUnit::FindUnit=_com_IOleParentUndoUnit_FindUnit
  647. 2 IOleParentUndoUnit::GetParentState=_com_IOleParentUndoUnit_GetParentState
  648. 2 IOleParentUndoUnit::Open=_com_IOleParentUndoUnit_Open
  649. 2 IOleUILinkContainer=_com_IOleUILinkContainer
  650. 2 IOleUILinkContainer::CancelLink=_com_IOleUILinkContainer_CancelLink
  651. 2 IOleUILinkContainer::GetLinkSource=_com_IOleUILinkContainer_GetLinkSource
  652. 2 IOleUILinkContainer::GetLinkUpdateOptions=_com_IOleUILinkContainer_GetLinkUpdateOptions
  653. 2 IOleUILinkContainer::GetNextLink=_com_IOleUILinkContainer_GetNextLink
  654. 2 IOleUILinkContainer::OpenLinkSource=_com_IOleUILinkContainer_OpenLinkSource
  655. 2 IOleUILinkContainer::SetLinkSource=_com_IOleUILinkContainer_SetLinkSource
  656. 2 IOleUILinkContainer::SetLinkUpdateOptions=_com_IOleUILinkContainer_SetLinkUpdateOptions
  657. 2 IOleUILinkContainer::UpdateLink=_com_IOleUILinkContainer_UpdateLink
  658. 2 IOleUILinkInfo=_com_IOleUILinkInfo
  659. 2 IOleUILinkInfo::GetLastUpdate=_com_IOleUILinkInfo_GetLastUpdate
  660. 2 IOleUIObjInfo=_com_IOleUIObjInfo
  661. 2 IOleUIObjInfo::ConvertObject=_com_IOleUIObjInfo_ConvertObject
  662. 2 IOleUIObjInfo::GetConvertInfo=_com_IOleUIObjInfo_GetConvertInfo
  663. 2 IOleUIObjInfo::GetObjectInfo=_com_IOleUIObjInfo_GetObjectInfo
  664. 2 IOleUIObjInfo::GetViewInfo=_com_IOleUIObjInfo_GetViewInfo
  665. 2 IOleUIObjInfo::SetViewInfo=_com_IOleUIObjInfo_SetViewInfo
  666. 2 IOleUndoManager=_com_IOleUndoManager
  667. 2 IOleUndoManager::Add=_com_IOleUndoManager_Add
  668. 2 IOleUndoManager::Close=_com_IOleUndoManager_Close
  669. 2 IOleUndoManager::DiscardFrom=_com_IOleUndoManager_DiscardFrom
  670. 2 IOleUndoManager::Enable=_com_IOleUndoManager_Enable
  671. 2 IOleUndoManager::EnumRedoable=_com_IOleUndoManager_EnumRedoable
  672. 2 IOleUndoManager::EnumUndoable=_com_IOleUndoManager_EnumUndoable
  673. 2 IOleUndoManager::GetLastRedoDescription=_com_IOleUndoManager_GetLastRedoDescription
  674. 2 IOleUndoManager::GetLastUndoDescription=_com_IOleUndoManager_GetLastUndoDescription
  675. 2 IOleUndoManager::GetOpenParentState=_com_IOleUndoManager_GetOpenParentState
  676. 2 IOleUndoManager::Open=_com_IOleUndoManager_Open
  677. 2 IOleUndoManager::RedoTo=_com_IOleUndoManager_RedoTo
  678. 2 IOleUndoManager::UndoTo=_com_IOleUndoManager_UndoTo
  679. 2 IOleUndoUnit=_com_IOleUndoUnit
  680. 2 IOleUndoUnit::Do=_com_IOleUndoUnit_Do
  681. 2 IOleUndoUnit::GetDescription=_com_IOleUndoUnit_GetDescription
  682. 2 IOleUndoUnit::GetUnitType=_com_IOleUndoUnit_GetUnitType
  683. 2 IOleUndoUnit::OnNextAdd=_com_IOleUndoUnit_OnNextAdd
  684. 2 IOleWindow=_com_IOleWindow
  685. 2 IOleWindow::ContextSensitiveHelp=_com_IOleWindow_ContextSensitiveHelp
  686. 2 IOleWindow::GetWindow=_com_IOleWindow_GetWindow
  687. 1 Reference: IP - IQ
  688. 2 IParseDisplayName=_com_IParseDisplayName
  689. 2 IParseDisplayName::ParseDisplayName=_com_IParseDisplayName_ParseDisplayName
  690. 2 IPerPropertyBrowsing=_com_IPerPropertyBrowsing
  691. 2 IPerPropertyBrowsing::GetDisplayString=_com_IPerPropertyBrowsing_GetDisplayString
  692. 2 IPerPropertyBrowsing::GetPredefinedStrings=_com_IPerPropertyBrowsing_GetPredefinedStrings
  693. 2 IPerPropertyBrowsing::GetPredefinedValue=_com_IPerPropertyBrowsing_GetPredefinedValue
  694. 2 IPerPropertyBrowsing::MapPropertyToPage=_com_IPerPropertyBrowsing_MapPropertyToPage
  695. 2 IPersist=_com_IPersist
  696. 2 IPersist::GetClassID=_com_IPersist_GetClassID
  697. 2 IPersistFile=_com_IPersistFile
  698. 2 IPersistFile::GetCurFile=_com_IPersistFile_GetCurFile
  699. 2 IPersistFile::IsDirty=_com_IPersistFile_IsDirty
  700. 2 IPersistFile::Load=_com_IPersistFile_Load
  701. 2 IPersistFile::Save=_com_IPersistFile_Save
  702. 2 IPersistFile::SaveCompleted=_com_IPersistFile_SaveCompleted
  703. 2 IPersistMemory=_com_IPersistMemory
  704. 2 IPersistMemory::GetSizeMax=_com_IPersistMemory_GetSizeMax
  705. 2 IPersistMemory::InitNew=_com_IPersistMemory_InitNew
  706. 2 IPersistMemory::IsDirty=_com_IPersistMemory_IsDirty
  707. 2 IPersistMemory::Load=_com_IPersistMemory_Load
  708. 2 IPersistMemory::Save=_com_IPersistMemory_Save
  709. 2 IPersistPropertyBag=_com_IPersistPropertyBag
  710. 2 IPersistPropertyBag::InitNew=_com_IPersistPropertyBag_InitNew
  711. 2 IPersistPropertyBag::Load=_com_IPersistPropertyBag_Load
  712. 2 IPersistPropertyBag::Save=_com_IPersistPropertyBag_Save
  713. 2 IPersistStorage=_com_IPersistStorage
  714. 2 IPersistStorage::HandsOffStorage=_com_IPersistStorage_HandsOffStorage
  715. 2 IPersistStorage::InitNew=_com_IPersistStorage_InitNew
  716. 2 IPersistStorage::IsDirty=_com_IPersistStorage_IsDirty
  717. 2 IPersistStorage::Load=_com_IPersistStorage_Load
  718. 2 IPersistStorage::Save=_com_IPersistStorage_Save
  719. 2 IPersistStorage::SaveCompleted=_com_IPersistStorage_SaveCompleted
  720. 2 IPersistStream=_com_IPersistStream
  721. 2 IPersistStream::GetSizeMax=_com_IPersistStream_GetSizeMax
  722. 2 IPersistStream::IsDirty=_com_IPersistStream_IsDirty
  723. 2 IPersistStream::Load=_com_IPersistStream_Load
  724. 2 IPersistStream::Save=_com_IPersistStream_Save
  725. 2 IPersistStreamInit=_com_IPersistStreamInit
  726. 2 IPersistStreamInit::GetSizeMax=_com_IPersistStreamInit_GetSizeMax
  727. 2 IPersistStreamInit::InitNew=_com_IPersistStreamInit_InitNew
  728. 2 IPersistStreamInit::IsDirty=_com_IPersistStreamInit_IsDirty
  729. 2 IPersistStreamInit::Load=_com_IPersistStreamInit_Load
  730. 2 IPersistStreamInit::Save=_com_IPersistStreamInit_Save
  731. 2 IPicture=_com_IPicture
  732. 2 IPicture::get_Attributes=_com_IPicture_get_Attributes
  733. 2 IPicture::get_CurDC=_com_IPicture_get_CurDC
  734. 2 IPicture::get_Handle=_com_IPicture_get_Handle
  735. 2 IPicture::get_Height=_com_IPicture_get_Height
  736. 2 IPicture::get_hPal=_com_IPicture_get_hPal
  737. 2 IPicture::get_KeepOriginalFormat=_com_IPicture_get_KeepOriginalFormat
  738. 2 IPicture::get_Type=_com_IPicture_get_Type
  739. 2 IPicture::get_Width=_com_IPicture_get_Width
  740. 2 IPicture::PictureChanged=_com_IPicture_PictureChanged
  741. 2 IPicture::put_KeepOriginalFormat=_com_IPicture_put_KeepOriginalFormat
  742. 2 IPicture::Render=_com_IPicture_Render
  743. 2 IPicture::SaveAsFile=_com_IPicture_SaveAsFile
  744. 2 IPicture::SelectPicture=_com_IPicture_SelectPicture
  745. 2 IPicture::set_hPal=_com_IPicture_set_hPal
  746. 2 IPicture - Ole Implementation=_com_IPicture_com_Implementation
  747. 2 IPictureDisp=_com_IPictureDisp
  748. 2 IPictureDisp - Ole Implementation=_com_IPictureDisp_com_Implementation
  749. 2 IPointerInactive=_com_IPointerInactive
  750. 2 IPointerInactive::GetActivationPolicy=_com_IPointerInactive_GetActivationPolicy
  751. 2 IPointerInactive::OnInactiveMouseMove=_com_IPointerInactive_OnInactiveMouseMove
  752. 2 IPointerInactive::OnInactiveSetCursor=_com_IPointerInactive_OnInactiveSetCursor
  753. 2 IProgressNotify=_com_IProgressNotify
  754. 2 IProgressNotify::OnProgress=_com_IProgressNotify_OnProgress
  755. 2 IPropertyBag=_com_IPropertyBag
  756. 2 IPropertyBag::Read=_com_IPropertyBag_Read
  757. 2 IPropertyBag::Write=_com_IPropertyBag_Write
  758. 2 IPropertyNotifySink=_com_IPropertyNotifySink
  759. 2 IPropertyNotifySink::OnChanged=_com_IPropertyNotifySink_OnChanged
  760. 2 IPropertyNotifySink::OnRequestEdit=_com_IPropertyNotifySink_OnRequestEdit
  761. 2 IPropertyPage=_com_IPropertyPage
  762. 2 IPropertyPage::Activate=_com_IPropertyPage_Activate
  763. 2 IPropertyPage::Apply=_com_IPropertyPage_Apply
  764. 2 IPropertyPage::Deactivate=_com_IPropertyPage_Deactivate
  765. 2 IPropertyPage::GetPageInfo=_com_IPropertyPage_GetPageInfo
  766. 2 IPropertyPage::Help=_com_IPropertyPage_Help
  767. 2 IPropertyPage::IsPageDirty=_com_IPropertyPage_IsPageDirty
  768. 2 IPropertyPage::Move=_com_IPropertyPage_Move
  769. 2 IPropertyPage::SetObjects=_com_IPropertyPage_SetObjects
  770. 2 IPropertyPage::SetPageSite=_com_IPropertyPage_SetPageSite
  771. 2 IPropertyPage::Show=_com_IPropertyPage_Show
  772. 2 IPropertyPage::TranslateAccelerator=_com_IPropertyPage_TranslateAccelerator
  773. 2 IPropertyPage2=_com_IPropertyPage2
  774. 2 IPropertyPage2::EditProperty=_com_IPropertyPage2_EditProperty
  775. 2 IPropertyPageSite=_com_IPropertyPageSite
  776. 2 IPropertyPageSite::GetLocaleID=_com_IPropertyPageSite_GetLocaleID
  777. 2 IPropertyPageSite::GetPageContainer=_com_IPropertyPageSite_GetPageContainer
  778. 2 IPropertyPageSite::OnStatusChange=_com_IPropertyPageSite_OnStatusChange
  779. 2 IPropertyPageSite::TranslateAccelerator=_com_IPropertyPageSite_TranslateAccelerator
  780. 2 IPropertyPageSite - Ole Implementation=_com_IPropertyPageSite_com_Implementation
  781. 2 IPropertySetStorage=_com_IPropertySetStorage
  782. 2 IPropertySetStorage::Create=_com_IPropertySetStorage_Create
  783. 2 IPropertySetStorage::Delete=_com_IPropertySetStorage_Delete
  784. 2 IPropertySetStorage::Enum=_com_IPropertySetStorage_Enum
  785. 2 IPropertySetStorage::Open=_com_IPropertySetStorage_Open
  786. 2 IPropertySetStorage-Compound File Implementation=_com_IPropertySetStorage_Compound_File_Implementation
  787. 2 IPropertyStorage=_com_IPropertyStorage
  788. 2 IPropertyStorage::Commit=_com_IPropertyStorage_Commit
  789. 2 IPropertyStorage::DeleteMultiple=_com_IPropertyStorage_DeleteMultiple
  790. 2 IPropertyStorage::DeletePropertyNames=_com_IPropertyStorage_DeletePropertyNames
  791. 2 IPropertyStorage::Enum=_com_IPropertyStorage_Enum
  792. 2 IPropertyStorage::ReadMultiple=_com_IPropertyStorage_ReadMultiple
  793. 2 IPropertyStorage::ReadPropertyNames=_com_IPropertyStorage_ReadPropertyNames
  794. 2 IPropertyStorage::Revert=_com_IPropertyStorage_Revert
  795. 2 IPropertyStorage::Stat=_com_IPropertyStorage_Stat
  796. 2 IPropertyStorage::SetClass=_com_IPropertyStorage_SetClass
  797. 2 IPropertyStorage::SetTimes=_com_IPropertyStorage_SetTimes
  798. 2 IPropertyStorage::WriteMultiple=_com_IPropertyStorage_WriteMultiple
  799. 2 IPropertyStorage::WritePropertyNames=_com_IPropertyStorage_WritePropertyNames
  800. 2 IPropertyStorage-Compound File Implementation=_com_IPropertyStorage_Compound_File_Implementation
  801. 2 IProvideClassInfo=_com_IProvideClassInfo
  802. 2 IProvideClassInfo::GetClassInfo=_com_IProvideClassInfo_GetClassInfo
  803. 2 IProvideClassInfo2=_com_IProvideClassInfo2
  804. 2 IProvideClassInfo2::GetGUID=_com_IProvideClassInfo2_GetGUID
  805. 2 IQuickActivate=_com_IQuickActivate
  806. 2 IQuickActivate::GetContentExtent=_com_IQuickActivate_GetContentExtent
  807. 2 IQuickActivate::QuickActivate=_com_IQuickActivate_QuickActivate
  808. 2 IQuickActivate::SetContentExtent=_com_IQuickActivate_SetContentExtent
  809. 1 Reference: IR - IV
  810. 2 IRootStorage=_com_IRootStorage
  811. 2 IRootStorage::SwitchToFile=_com_IRootStorage_SwitchToFile
  812. 2 IRootStorage - Compound File Implementation=_com_IRootStorage_Compound_File_Implementation
  813. 2 IROTData=_com_IROTData
  814. 2 IROTData::GetComparisonData=_com_IROTData_GetComparisonData
  815. 2 IRunnableObject=_com_IRunnableObject
  816. 2 IRunnableObject::GetRunningClass=_com_IRunnableObject_GetRunningClass
  817. 2 IRunnableObject::IsRunning=_com_IRunnableObject_IsRunning
  818. 2 IRunnableObject::LockRunning=_com_IRunnableObject_LockRunning
  819. 2 IRunnableObject::Run=_com_IRunnableObject_Run
  820. 2 IRunnableObject::SetContainedObject=_com_IRunnableObject_SetContainedObject
  821. 2 IRunningObjectTable=_com_IRunningObjectTable
  822. 2 IRunningObjectTable::EnumRunning=_com_IRunningObjectTable_EnumRunning
  823. 2 IRunningObjectTable::GetObject=_com_IRunningObjectTable_GetObject
  824. 2 IRunningObjectTable::GetTimeOfLastChange=_com_IRunningObjectTable_GetTimeOfLastChange
  825. 2 IRunningObjectTable::IsRunning=_com_IRunningObjectTable_IsRunning
  826. 2 IRunningObjectTable::NoteChangeTime=_com_IRunningObjectTable_NoteChangeTime
  827. 2 IRunningObjectTable::Register=_com_IRunningObjectTable_Register
  828. 2 IRunningObjectTable::Revoke=_com_IRunningObjectTable_Revoke
  829. 2 IServerSecurity=_com_IServerSecurity
  830. 2 IServerSecurity::ImpersonateClient=_com_IServerSecurity_ImpersonateClient
  831. 2 IServerSecurity::IsImpersonating=_com_IServerSecurity_IsImpersonating
  832. 2 IServerSecurity::QueryBlanket=_com_IServerSecurity_QueryBlanket
  833. 2 IServerSecurity::RevertToSelf=_com_IServerSecurity_RevertToSelf
  834. 2 IServiceProvider [New - Windows NT]=_com_IServiceProvider
  835. 2 IServiceProvider::QueryService=_com_IServiceProvider_QueryService
  836. 2 ISimpleFrameSite=_com_ISimpleFrameSite
  837. 2 ISimpleFrameSite::PostMessageFilter=_com_ISimpleFrameSite_PostMessageFilter
  838. 2 ISimpleFrameSite::PreMessageFilter=_com_ISimpleFrameSite_PreMessageFilter
  839. 2 ISpecifyPropertyPages=_com_ISpecifyPropertyPages
  840. 2 ISpecifyPropertyPages::GetPages=_com_ISpecifyPropertyPages_GetPages
  841. 2 IStdMarshalInfo=_com_IStdMarshalInfo
  842. 2 IStdMarshalInfo::GetClassForHandler=_com_IStdMarshalInfo_GetClassForHandler
  843. 2 IStorage=_com_IStorage
  844. 2 IStorage::Commit=_com_IStorage_Commit
  845. 2 IStorage::CopyTo=_com_IStorage_CopyTo
  846. 2 IStorage::CreateStorage=_com_IStorage_CreateStorage
  847. 2 IStorage::CreateStream=_com_IStorage_CreateStream
  848. 2 IStorage::DestroyElement=_com_IStorage_DestroyElement
  849. 2 IStorage::EnumElements=_com_IStorage_EnumElements
  850. 2 IStorage::MoveElementTo=_com_IStorage_MoveElementTo
  851. 2 IStorage::OpenStorage=_com_IStorage_OpenStorage
  852. 2 IStorage::OpenStream=_com_IStorage_OpenStream
  853. 2 IStorage::RenameElement=_com_IStorage_RenameElement
  854. 2 IStorage::Revert=_com_IStorage_Revert
  855. 2 IStorage::SetClass=_com_IStorage_SetClass
  856. 2 IStorage::SetElementTimes=_com_IStorage_SetElementTimes
  857. 2 IStorage::SetStateBits=_com_IStorage_SetStateBits
  858. 2 IStorage::Stat=_com_IStorage_Stat
  859. 2 IStorage - Compound File Implementation=_com_IStorage_Compound_File_Implementation
  860. 2 IStream=_com_IStream
  861. 2 IStream::Clone=_com_IStream_Clone
  862. 2 IStream::Commit=_com_IStream_Commit
  863. 2 IStream::CopyTo=_com_IStream_CopyTo
  864. 2 IStream::LockRegion=_com_IStream_LockRegion
  865. 2 IStream::Read=_com_IStream_Read
  866. 2 IStream::Revert=_com_IStream_Revert
  867. 2 IStream::Seek=_com_IStream_Seek
  868. 2 IStream::SetSize=_com_IStream_SetSize
  869. 2 IStream::Stat=_com_IStream_Stat
  870. 2 IStream::UnlockRegion=_com_IStream_UnlockRegion
  871. 2 IStream::Write=_com_IStream_Write
  872. 2 IStream - Compound File Implementation=_com_IStream_Compound_File_Implementation
  873. 2 IUnknown=_com_IUnknown
  874. 2 IUnknown::AddRef=_com_IUnknown_AddRef
  875. 2 IUnknown::QueryInterface=_com_IUnknown_QueryInterface
  876. 2 IUnknown::Release=_com_IUnknown_Release
  877. 2 IViewObject=_com_IViewObject
  878. 2 IViewObject::Draw=_com_IViewObject_Draw
  879. 2 IViewObject::Freeze=_com_IViewObject_Freeze
  880. 2 IViewObject::GetAdvise=_com_IViewObject_GetAdvise
  881. 2 IViewObject::GetColorSet=_com_IViewObject_GetColorSet
  882. 2 IViewObject::SetAdvise=_com_IViewObject_SetAdvise
  883. 2 IViewObject::Unfreeze=_com_IViewObject_Unfreeze
  884. 2 IViewObject2=_com_IViewObject2
  885. 2 IViewObject2::GetExtent=_com_IViewObject2_GetExtent
  886. 2 IViewObjectEx=_com_IViewObjectEx
  887. 2 IViewObjectEx::GetNaturalExtent=_com_IViewObjectEx_GetNaturalExtent
  888. 2 IViewObjectEx::GetRect=_com_IViewObjectEx_GetRect
  889. 2 IViewObjectEx::GetViewStatus=_com_IViewObjectEx_GetViewStatus
  890. 2 IViewObjectEx::QueryHitPoint=_com_IViewObjectEx_QueryHitPoint
  891. 2 IViewObjectEx::QueryHitRect=_com_IViewObjectEx_QueryHitRect
  892. 1 API Reference: BindMoniker - CoUnmarshallInterface
  893. 2 BindMoniker=_com_BindMoniker
  894. 2 CLSIDFromProgID=_com_CLSIDFromProgID
  895. 2 CLSIDFromString=_com_CLSIDFromString
  896. 2 CoAddRefServerProcess=_com_CoAddRefServerProcess
  897. 2 CoBuildVersion=_com_CoBuildVersion
  898. 2 CoCopyProxy=_com_CoCopyProxy
  899. 2 CoCreateFreeThreadedMarshaler=_com_CoCreateFreeThreadedMarshaler
  900. 2 CoCreateGuid=_com_CoCreateGuid
  901. 2 CoCreateInstance=_com_CoCreateInstance
  902. 2 CoCreateInstanceEx=_com_CoCreateInstanceEx
  903. 2 CoCreateStandardMalloc=_com_CoCreateStandardMalloc
  904. 2 CoDisconnectObject=_com_CoDisconnectObject
  905. 2 CoDosDateTimeToFileTime=_com_CoDosDateTimeToFileTime
  906. 2 CoFileTimeNow=_com_CoFileTimeNow
  907. 2 CoFileTimeToDosDateTime=_com_CoFileTimeToDosDateTime
  908. 2 CoFreeAllLibraries=_com_CoFreeAllLibraries
  909. 2 CoFreeLibrary=_com_CoFreeLibrary
  910. 2 CoFreeUnusedLibraries=_com_CoFreeUnusedLibraries
  911. 2 CoGetCallContext=_com_CoGetCallContext
  912. 2 CoGetClassObject=_com_CoGetClassObject
  913. 2 CoGetCurrentProcess=_com_CoGetCurrentProcess
  914. 2 CoGetInstanceFromFile=_com_CoGetInstanceFromFile
  915. 2 CoGetInstanceFromIStorage=_com_CoGetInstanceFromIStorage
  916. 2 CoGetInterfaceAndReleaseStream=_com_CoGetInterfaceAndReleaseStream
  917. 2 CoGetMalloc=_com_CoGetMalloc
  918. 2 CoGetMarshalSizeMax=_com_CoGetMarshalSizeMax
  919. 2 CoGetPSClsid=_com_CoGetPSClsid
  920. 2 CoGetStandardMarshal=_com_CoGetStandardMarshal
  921. 2 CoGetTreatAsClass=_com_CoGetTreatAsClass
  922. 2 CoImpersonateClient=_com_CoImpersonateClient
  923. 2 CoInitialize=_com_CoInitialize
  924. 2 CoInitializeEx=_com_CoInitializeEx
  925. 2 CoInitializeSecurity=_com_CoInitializeSecurity
  926. 2 CoIsHandlerConnected=_com_CoIsHandlerConnected
  927. 2 CoIsOle1Class=_com_CoIsOle1Class
  928. 2 CoLoadLibrary=_com_CoLoadLibrary
  929. 2 CoLockObjectExternal=_com_CoLockObjectExternal
  930. 2 CoMarshalHresult=_com_CoMarshalHresult
  931. 2 CoMarshalInterface=_com_CoMarshalInterface
  932. 2 CoMarshalInterThreadInterfaceInStream=_com_CoMarshalInterThreadInterfaceInStream
  933. 2 CoQueryAuthenticationServices=_com_CoQueryAuthenticationServices
  934. 2 CoQueryClientBlanket=_com_CoQueryClientBlanket
  935. 2 CoQueryProxyBlanket=_com_CoQueryProxyBlanket
  936. 2 CoRegisterClassObject=_com_CoRegisterClassObject
  937. 2 CoRegisterMallocSpy=_com_CoRegisterMallocSpy
  938. 2 CoRegisterMessageFilter=_com_CoRegisterMessageFilter
  939. 2 CoRegisterPSClsid=_com_CoRegisterPSClsid
  940. 2 CoReleaseMarshalData=_com_CoReleaseMarshalData
  941. 2 CoReleaseServerProcess=_com_CoReleaseServerProcess
  942. 2 CoResumeClassObjects=_com_CoResumeClassObjects
  943. 2 CoRevertToSelf=_com_CoRevertToSelf
  944. 2 CoRevokeClassObject=_com_CoRevokeClassObject
  945. 2 CoRevokeMallocSpy=_com_CoRevokeMallocSpy
  946. 2 CoSetProxyBlanket=_com_CoSetProxyBlanket
  947. 2 CoSuspendClassObjects=_com_CoSuspendClassObjects
  948. 2 CoTaskMemAlloc=_com_CoTaskMemAlloc
  949. 2 CoTaskMemFree=_com_CoTaskMemFree
  950. 2 CoTaskMemRealloc=_com_CoTaskMemRealloc
  951. 2 CoTreatAsClass=_com_CoTreatAsClass
  952. 2 CoUninitialize=_com_CoUninitialize
  953. 2 CoUnmarshalHresult=_com_CoUnmarshalHresult
  954. 2 CoUnmarshalInterface=_com_CoUnmarshalInterface
  955. 1 API Reference: CreateAntiMoniker - MonikerRelativePathTo
  956. 2 CreateAntiMoniker=_com_CreateAntiMoniker
  957. 2 CreateBindCtx=_com_CreateBindCtx
  958. 2 CreateClassMoniker=_com_CreateClassMoniker
  959. 2 CreateDataAdviseHolder=_com_CreateDataAdviseHolder
  960. 2 CreateDataCache=_com_CreateDataCache
  961. 2 CreateFileMoniker=_com_CreateFileMoniker
  962. 2 CreateGenericComposite=_com_CreateGenericComposite
  963. 2 CreateILockBytesOnHGlobal=_com_CreateILockBytesOnHGlobal
  964. 2 CreateItemMoniker=_com_CreateItemMoniker
  965. 2 CreateOleAdviseHolder=_com_CreateOleAdviseHolder
  966. 2 CreatePointerMoniker=_com_CreatePointerMoniker
  967. 2 CreateStreamOnHGlobal=_com_CreateStreamOnHGlobal
  968. 2 DllCanUnloadNow=_com_DllCanUnloadNow
  969. 2 DllGetClassObject=_com_DllGetClassObject
  970. 2 DllRegisterServer=_com_DllRegisterServer
  971. 2 DllUnregisterServer=_com_DllUnregisterServer
  972. 2 DoDragDrop=_com_DoDragDrop
  973. 2 FACILITY_NT_BIT=_com_FACILITY_NT_BIT
  974. 2 FAILED=_com_FAILED
  975. 2 FreePropVariantArray=_com_FreePropVariantArray
  976. 2 GetClassFile=_com_GetClassFile
  977. 2 GetConvertStg=_com_GetConvertStg
  978. 2 GetHGlobalFromILockBytes=_com_GetHGlobalFromILockBytes
  979. 2 GetHGlobalFromStream=_com_GetHGlobalFromStream
  980. 2 GetRunningObjectTable=_com_GetRunningObjectTable
  981. 2 GetScode=_com_GetScode
  982. 2 HRESULT_CODE=_com_HRESULT_CODE
  983. 2 HRESULT_FACILITY=_com_HRESULT_FACILITY
  984. 2 HRESULT_FROM_NT=_com_HRESULT_FROM_NT
  985. 2 HRESULT_FROM_WIN32=_com_HRESULT_FROM_WIN32
  986. 2 HRESULT_SEVERITY=_com_HRESULT_SEVERITY
  987. 2 IIDFromString=_com_IIDFromString
  988. 2 IsAccelerator=_com_IsAccelerator
  989. 2 IS_ERROR=_com_IS_ERROR
  990. 2 IsEqualGUID=_com_IsEqualGUID
  991. 2 IsEqualCLSID=_com_IsEqualCLSID
  992. 2 IsEqualIID=_com_IsEqualIID
  993. 2 IsValidIid=_com_IsValidIid
  994. 2 IsValidInterface=_com_IsValidInterface
  995. 2 IsValidPtrIn=_com_IsValidPtrIn
  996. 2 IsValidPtrOut=_com_IsValidPtrOut
  997. 2 MAKE_HRESULT=_com_MAKE_HRESULT
  998. 2 MAKE_SCODE=_com_MAKE_SCODE
  999. 2 MkParseDisplayName=_com_MkParseDisplayName
  1000. 2 MonikerCommonPrefixWith=_com_MonikerCommonPrefixWith
  1001. 2 MonikerRelativePathTo=_com_MonikerRelativePathTo
  1002. 1 API Reference: OleBuildVision - RevokeDragDrop
  1003. 2 OleBuildVersion=_com_OleBuildVersion
  1004. 2 OleConvertIStorageToOLESTREAM=_com_OleConvertIStorageToOLESTREAM
  1005. 2 OleConvertIStorageToOLESTREAMEx=_com_OleConvertIStorageToOLESTREAMEx
  1006. 2 OleConvertOLESTREAMToIStorage=_com_OleConvertOLESTREAMToIStorage
  1007. 2 OleConvertOLESTREAMToIStorageEx=_com_OleConvertOLESTREAMToIStorageEx
  1008. 2 OleCreate=_com_OleCreate
  1009. 2 OleCreateDefaultHandler=_com_OleCreateDefaultHandler
  1010. 2 OleCreateEmbeddingHelper=_com_OleCreateEmbeddingHelper
  1011. 2 OleCreateEx=_com_OleCreateEx
  1012. 2 OleCreateFontIndirect=_com_OleCreateFontIndirect
  1013. 2 OleCreateFromData=_com_OleCreateFromData
  1014. 2 OleCreateFromDataEx=_com_OleCreateFromDataEx
  1015. 2 OleCreateFromFile=_com_OleCreateFromFile
  1016. 2 OleCreateFromFileEx=_com_OleCreateFromFileEx
  1017. 2 OleCreateLink=_com_OleCreateLink
  1018. 2 OleCreateLinkEx=_com_OleCreateLinkEx
  1019. 2 OleCreateLinkFromData=_com_OleCreateLinkFromData
  1020. 2 OleCreateLinkFromDataEx=_com_OleCreateLinkFromDataEx
  1021. 2 OleCreateLinkToFile=_com_OleCreateLinkToFile
  1022. 2 OleCreateLinkToFileEX=_com_OleCreateLinkToFileEX
  1023. 2 OleCreateMenuDescriptor=_com_OleCreateMenuDescriptor
  1024. 2 OleCreatePictureIndirect=_com_OleCreatePictureIndirect
  1025. 2 OleCreatePropertyFrame=_com_OleCreatePropertyFrame
  1026. 2 OleCreatePropertyFrameIndirect=_com_OleCreatePropertyFrameIndirect
  1027. 2 OleCreateStaticFromData=_com_OleCreateStaticFromData
  1028. 2 OleDestroyMenuDescriptor=_com_OleDestroyMenuDescriptor
  1029. 2 OleDoAutoConvert=_com_OleDoAutoConvert
  1030. 2 OleDraw=_com_OleDraw
  1031. 2 OleDuplicateData=_com_OleDuplicateData
  1032. 2 OleFlushClipboard=_com_OleFlushClipboard
  1033. 2 OleGetAutoConvert=_com_OleGetAutoConvert
  1034. 2 OleGetClipboard=_com_OleGetClipboard
  1035. 2 OleGetIconOfClass=_com_OleGetIconOfClass
  1036. 2 OleGetIconOfFile=_com_OleGetIconOfFile
  1037. 2 OleIconToCursor=_com_OleIconToCursor
  1038. 2 OleInitialize=_com_OleInitialize
  1039. 2 OleIsCurrentClipboard=_com_OleIsCurrentClipboard
  1040. 2 OleIsRunning=_com_OleIsRunning
  1041. 2 OleLoad=_com_OleLoad
  1042. 2 OleLoadFromStream=_com_OleLoadFromStream
  1043. 2 OleLoadPicture=_com_OleLoadPicture
  1044. 2 OleLockRunning=_com_OleLockRunning
  1045. 2 OleMetafilePictFromIconAndLabel=_com_OleMetafilePictFromIconAndLabel
  1046. 2 OleNoteObjectVisible=_com_OleNoteObjectVisible
  1047. 2 OleQueryCreateFromData=_com_OleQueryCreateFromData
  1048. 2 OleQueryLinkFromData=_com_OleQueryLinkFromData
  1049. 2 OleRegGetUserType=_com_OleRegGetUserType
  1050. 2 OleRegGetMiscStatus=_com_OleRegGetMiscStatus
  1051. 2 OleRegEnumFormatEtc=_com_OleRegEnumFormatEtc
  1052. 2 OleRegEnumVerbs=_com_OleRegEnumVerbs
  1053. 2 OleRun=_com_OleRun
  1054. 2 OleSave=_com_OleSave
  1055. 2 OleSaveToStream=_com_OleSaveToStream
  1056. 2 OleSetAutoConvert=_com_OleSetAutoConvert
  1057. 2 OleSetClipboard=_com_OleSetClipboard
  1058. 2 OleSetContainedObject=_com_OleSetContainedObject
  1059. 2 OleSetMenuDescriptor=_com_OleSetMenuDescriptor
  1060. 2 OleTranslateAccelerator=_com_OleTranslateAccelerator
  1061. 2 OleTranslateColor=_com_OleTranslateColor
  1062. 2 OleUIAddVerbMenu=_com_OleUIAddVerbMenu
  1063. 2 OleUIBusy=_com_OleUIBusy
  1064. 2 OleUICanConvertOrActivateAs=_com_OleUICanConvertOrActivateAs
  1065. 2 OleUIChangeIcon=_com_OleUIChangeIcon
  1066. 2 OleUIChangeSource=_com_OleUIChangeSource
  1067. 2 OleUIConvert=_com_OleUIConvert
  1068. 2 OleUIEditLinks=_com_OleUIEditLinks
  1069. 2 OleUIInsertObject=_com_OleUIInsertObject
  1070. 2 OleUIObjectProperties=_com_OleUIObjectProperties
  1071. 2 OleUIPasteSpecial=_com_OleUIPasteSpecial
  1072. 2 OleUIPromptUser=_com_OleUIPromptUser
  1073. 2 OleUIUpdateLinks=_com_OleUIUpdateLinks
  1074. 2 OleUninitialize=_com_OleUninitialize
  1075. 2 ProgIDFromCLSID=_com_ProgIDFromCLSID
  1076. 2 PropagateResult=_com_PropagateResult
  1077. 2 PropVariantClear=_com_PropVariantClear
  1078. 2 PropVariantCopy=_com_PropVariantCopy
  1079. 2 ReadClassStg=_com_ReadClassStg
  1080. 2 ReadClassStm=_com_ReadClassStm
  1081. 2 ReadFmtUserTypeStg=_com_ReadFmtUserTypeStg
  1082. 2 RegisterDragDrop=_com_RegisterDragDrop
  1083. 2 ReleaseStgMedium=_com_ReleaseStgMedium
  1084. 2 ResultFromScode=_com_ResultFromScode
  1085. 2 RevokeDragDrop=_com_RevokeDragDrop
  1086. 1 API Reference: SCODE_CODE - WriteFmtUserTypeStg
  1087. 2 SCODE_CODE=_com_SCODE_CODE
  1088. 2 SCODE_FACILITY=_com_SCODE_FACILITY
  1089. 2 SCODE_SEVERITY=_com_SCODE_SEVERITY
  1090. 2 SetConvertStg=_com_SetConvertStg
  1091. 2 StgCreateDocfile=_com_StgCreateDocfile
  1092. 2 StgCreateDocfileOnILockBytes=_com_StgCreateDocfileOnILockBytes
  1093. 2 StgGetIFillLockBytesOnFile=_com_StgGetIFillLockBytesOnFile
  1094. 2 StgGetIFillLockBytesOnILockBytes=_com_StgGetIFillLockBytesOnILockBytes
  1095. 2 StgIsStorageFile=_com_StgIsStorageFile
  1096. 2 StgIsStorageILockBytes=_com_StgIsStorageILockBytes
  1097. 2 StgOpenAsyncDocfileOnIFillLockBytes=_com_StgOpenAsyncDocfileOnIFillLockBytes
  1098. 2 StgOpenLayoutDocfile=_com_StgOpenLayoutDocfile
  1099. 2 StgOpenStorage=_com_StgOpenStorage
  1100. 2 StgOpenStorageOnILockBytes=_com_StgOpenStorageOnILockBytes
  1101. 2 StgSetTimes=_com_StgSetTimes
  1102. 2 StringFromCLSID=_com_StringFromCLSID
  1103. 2 StringFromGUID2=_com_StringFromGUID2
  1104. 2 StringFromIID=_com_StringFromIID
  1105. 2 SUCCEEDED=_com_SUCCEEDED
  1106. 2 WriteClassStg=_com_WriteClassStg
  1107. 2 WriteClassStm=_com_WriteClassStm
  1108. 2 WriteFmtUserTypeStg=_com_WriteFmtUserTypeStg
  1109. 1 Structures
  1110. 2 BIND_OPTS=_com_BIND_OPTS
  1111. 2 BIND_OPTS2=_com_BIND_OPTS2
  1112. 2 CADWORD=_com_CADWORD
  1113. 2 CALPOLESTR=_com_CALPOLESTR
  1114. 2 CAUUID=_com_CAUUID
  1115. 2 COAUTHINFO=_com_COAUTHINFO
  1116. 2 CONNECTDATA=_com_CONNECTDATA
  1117. 2 CONTROLINFO=_com_CONTROLINFO
  1118. 2 COSERVERINFO=_com_COSERVERINFO
  1119. 2 DVASPECTINFO=_com_DVASPECTINFO
  1120. 2 DVEXTENTINFO=_com_DVEXTENTINFO
  1121. 2 DVTARGETDEVICE=_com_DVTARGETDEVICE
  1122. 2 FILETIME=_com_FILETIME
  1123. 2 FONTDESC=_com_FONTDESC
  1124. 2 FORMATETC=_com_FORMATETC
  1125. 2 INTERFACEINFO=_com_INTERFACEINFO
  1126. 2 LICINFO=_com_LICINFO
  1127. 2 MULTI_QI=_com_MULTI_QI
  1128. 2 OBJECTDESCRIPTOR=_com_OBJECTDESCRIPTOR
  1129. 2 OCPFIPARAMS=_com_OCPFIPARAMS
  1130. 2 OLEINPLACEFRAMEINFO=_com_OLEINPLACEFRAMEINFO
  1131. 2 OLEMENUGROUPWIDTHS=_com_OLEMENUGROUPWIDTHS
  1132. 2 OLEUIBUSY=_com_OLEUIBUSY_str
  1133. 2 OLEUICHANGEICON=_com_OLEUICHANGEICON_str
  1134. 2 OLEUICHANGESOURCE=_com_OLEUICHANGESOURCE_str
  1135. 2 OLEUICONVERT=_com_OLEUICONVERT_str
  1136. 2 OLEUIEDITLINKS=_com_OLEUIEDITLINKS_str
  1137. 2 OLEUIGNRLPROPS=_com_OLEUIGNRLPROPS
  1138. 2 OLEUIINSERTOBJECT=_com_OLEUIINSERTOBJECT_str
  1139. 2 OLEUILINKPROPS=_com_OLEUILINKPROPS
  1140. 2 OLEUIOBJECTPROPS=_com_OLEUIOBJECTPROPS
  1141. 2 OLEUIPASTEENTRY=_com_OLEUIPASTEENTRY
  1142. 2 OLEUIPASTESPECIAL=_com_OLEUIPASTESPECIAL_str
  1143. 2 OLEUIVIEWPROPS=_com_OLEUIVIEWPROPS
  1144. 2 OLEVERB=_com_OLEVERB
  1145. 2 PICTDESC=_com_PICTDESC
  1146. 2 POINTF=_com_POINTF
  1147. 2 PROPPAGEINFO=_com_PROPPAGEINFO
  1148. 2 PROPSPEC=_com_PROPSPEC
  1149. 2 PROPVARIANT=_com_PROPVARIANT
  1150. 2 QACONTAINER=_com_QACONTAINER
  1151. 2 QACONTROL=_com_QACONTROL
  1152. 2 RemSNB=_com_RemSNB
  1153. 2 SNB=_com_SNB
  1154. 2 SOLE_AUTHENTICATION_SERVICE=_com_SOLE_AUTHENTICATION_SERVICE
  1155. 2 STATDATA=_com_STATDATA
  1156. 2 STATPROPSETSTG=_com_STATPROPSETSTG
  1157. 2 STATPROPSTG=_com_STATPROPSTG
  1158. 2 STATSTG=_com_STATSTG
  1159. 2 STORAGELAYOUT=_com_STORAGELAYOUT
  1160. 2 STGMEDIUM=_com_STGMEDIUM
  1161. 1 Enumerations
  1162. 2 ACTIVATEFLAGS=_com_ACTIVATEFLAGS
  1163. 2 ADVF=_com_ADVF
  1164. 2 BIND_FLAGS=_com_BIND_FLAGS
  1165. 2 BINDSPEED=_com_BINDSPEED
  1166. 2 CALLTYPE=_com_CALLTYPE
  1167. 2 CLSCTX=_com_CLSCTX
  1168. 2 COINIT=_com_COINIT
  1169. 2 DATADIR=_com_DATADIR
  1170. 2 DISCARDCACHE=_com_DISCARDCACHE
  1171. 2 DROPEFFECT=_com_DROPEFFECT
  1172. 2 DVASPECT=_com_DVASPECT
  1173. 2 DVASPECT2=_com_DVASPECT2
  1174. 2 DVASPECTINFOFLAG=_com_DVASPECTINFOFLAG
  1175. 2 DVEXTENTMODE=_com_DVEXTENTMODE
  1176. 2 EXTCONN=_com_EXTCONN
  1177. 2 GUIDKIND=_com_GUIDKIND
  1178. 2 HITRESULT=_com_HITRESULT
  1179. 2 KEYMODIFIERS=_com_KEYMODIFIERS
  1180. 2 LOCKTYPE=_com_LOCKTYPE
  1181. 2 MKRREDUCE=_com_MKRREDUCE
  1182. 2 MKSYS=_com_MKSYS
  1183. 2 MSHCTX=_com_MSHCTX
  1184. 2 MSHLFLAGS=_com_MSHLFLAGS
  1185. 2 OLECLOSE=_com_OLECLOSE
  1186. 2 OLECONTF=_com_OLECONTF
  1187. 2 OLECREATE=_com_OLECREATE_enum
  1188. 2 OLEDCFLAGS=_com_OLEDCFLAGS
  1189. 2 OLEGETMONIKER=_com_OLEGETMONIKER
  1190. 2 OLELINKBIND=_com_OLELINKBIND
  1191. 2 OLEMISC=_com_OLEMISC
  1192. 2 OLERENDER=_com_OLERENDER
  1193. 2 OLEUIPASTEFLAG=_com_OLEUIPASTEFLAG
  1194. 2 OLEUPDATE=_com_OLEUPDATE
  1195. 2 OLEVERBATTRIB=_com_OLEVERBATTRIB
  1196. 2 OLEWHICHMK=_com_OLEWHICHMK
  1197. 2 PENDINGMSG=_com_PENDINGMSG
  1198. 2 PENDINGTYPE=_com_PENDINGTYPE
  1199. 2 PICTURE=_com_PICTURE
  1200. 2 PICTYPE=_com_PICTYPE
  1201. 2 POINTERINACTIVE=_com_POINTERINACTIVE
  1202. 2 PROPSETFLAG=_com_PROPSETFLAG
  1203. 2 QACONTAINERFLAGS=_com_QACONTAINERFLAGS
  1204. 2 REGCLS=_com_REGCLS
  1205. 2 RPC_C_AUTHN_xxx=_com_RPC_C_AUTHN_xxx
  1206. 2 RPC_C_AUTHN_LEVEL_xxx=_com_RPC_C_AUTHN_LEVEL_xxx
  1207. 2 RPC_C_AUTHZ_xxx=_com_RPC_C_AUTHZ_xxx
  1208. 2 RPC_C_IMP_LEVEL_xxx=_com_RPC_C_IMP_LEVEL_xxx
  1209. 2 SERVERCALL=_com_SERVERCALL
  1210. 2 STATFLAG=_com_STATFLAG
  1211. 2 STATSTATE=_com_STATSTATE
  1212. 2 STGC=_com_STGC
  1213. 2 STGFMT=_com_STGFMT
  1214. 2 STGM=_com_STGM
  1215. 2 STGMOVE=_com_STGMOVE
  1216. 2 STGTY=_com_STGTY
  1217. 2 STREAM_SEEK=_com_STREAM_SEEK
  1218. 2 TYMED=_com_TYMED
  1219. 2 UASFLAGS=_com_UASFLAGS
  1220. 2 USERCLASSTYPE=_com_USERCLASSTYPE
  1221. 2 VIEWSTATUS=_com_VIEWSTATUS
  1222. 1 OLE Registry Entries
  1223. 2 OLE Registry Entries=_com_OLE_Registry_Entries
  1224. 2 HKEY_LOCAL_MACHINE\SOFTWARE\Classes=_com_HKEY_LOCAL_MACHINE_SOFTWARE_Classes
  1225. 2 AppID Key=_com_AppID_Key
  1226. 2 RemoteServerName=_com_RemoteServerName
  1227. 2 ActivateAtStorage=_com_ActivateAtStorage
  1228. 2 LocalService=_com_LocalService
  1229. 2 ServiceParameters=_com_ServiceParameters
  1230. 2 RunAs=_com_RunAs
  1231. 2 LaunchPermission=_com_LaunchPermission
  1232. 2 AccessPermission=_com_AccessPermission
  1233. 2 CLSID Key=_com_CLSID_Key
  1234. 2 <CLSID>=_com_CLSID_clsid
  1235. 2 AppID=_com_AppID_clsid
  1236. 2 AutoConvertTo=_com_AutoConvertTo
  1237. 2 AutoTreatAs=_com_AutoTreatAs
  1238. 2 AuxUserType=_com_AuxUserType
  1239. 2 Control=_com_Control
  1240. 2 Conversion=_com_Conversion
  1241. 2 DataFormats=_com_DataFormats
  1242. 2 DefaultIcon=_com_DefaultIcon
  1243. 2 InprocHandler=_com_InprocHandler
  1244. 2 InprocHandler32=_com_InprocHandler32
  1245. 2 InprocServer=_com_InprocServer
  1246. 2 InprocServer32=_com_InprocServer32
  1247. 2 Insertable=_com_Insertable_clsid
  1248. 2 Interface=_com_Interface_clsid
  1249. 2 LocalServer=_com_LocalServer
  1250. 2 LocalServer32=_com_LocalServer32
  1251. 2 MiscStatus=_com_MiscStatus
  1252. 2 ProgID=_com_ProgID
  1253. 2 ToolBoxBitmap32=_com_ToolBoxBitmap32
  1254. 2 TreatAs=_com_TreatAs
  1255. 2 Verb=_com_Verb
  1256. 2 Version=_com_Version
  1257. 2 ProgID Key=_com_ProgID_Key
  1258. 2 CLSID=_com_CLSID_progid
  1259. 2 Insertable=_com_Insertable_progid
  1260. 2 Protocol=_com_Protocol_progid
  1261. 2 Shell=_com_Shell
  1262. 2 VersionIndependentProgID Key=_com_VersionIndependentProgID_Key
  1263. 2 File Extension Key=_com_File_Extension_Key
  1264. 2 (Non-Compound) FileType Key=_com_FileType_Key
  1265. 2 Interface Key=_com_Interface_Key
  1266. 2 <IID>=_com__IID_
  1267. 2 BaseInterface=_com_BaseInterface
  1268. 2 NumMethods=_com_NumMethods
  1269. 2 ProxyStubClsid=_com_ProxyStubClsid
  1270. 2 ProxyStubClsid32=_com_ProxyStubClsid32
  1271. 2 HKEY_LOCAL_MACHINE\Software\Microsoft\OLE=_com_HKEY_LOCAL_MACHINE_Software_Microsoft_OLE
  1272. 2 EnableDCOM=_com_EnableDCOM
  1273. 2 DefaultLaunchPermission=_com_DefaultLaunchPermission
  1274. 2 DefaultAccessPermission=_com_DefaultAccessPermission
  1275. 2 LegacyAuthenticationLevel=_com_LegacyAuthenticationLevel
  1276. 2 LegacyImpersonationLevel=_com_LegacyImpersonationLevel
  1277. 2 LegacyMutualAuthentication=_com_LegacyMutualAuthentication
  1278. 2 LegacySecureReferences=_com_LegacySecureReferences
  1279. 1 OLE Glossary
  1280. 2 OLE Glossary=_oleglos_Glossary
  1281. 1 OLE Automation Legal Information
  1282. 2 Legal Information=_oa96_Legal_Information
  1283. 1 Introduction
  1284. 2 Introduction=_oa96_Introduction
  1285. 2 About This Book=_oa96_About_This_Book
  1286. 2 Other Sources of Information=_oa96_Other_Sources_of_Information
  1287. 2 Document Conventions=_oa96_Document_Conventions
  1288. 1 Overview of Automation
  1289. 2 Overview of Automation=_oa96_Overview_of_Automation
  1290. 2 Why Expose Objects?=_oa96_Why_Expose_Objects_
  1291. 2 What Is An ActiveX Object?=_oa96_What_Is_An_ActiveX_Object_
  1292. 2 What Is An ActiveX Client?=_oa96_What_Is_An_ActiveX_Client_
  1293. 2 How Do Clients and Objects Interact?=_oa96_How_Do_Clients_and_Objects_Interact_
  1294. 2 Accessing an Object Through the IDispatch Interface=_oa96_Accessing_an_Object_Through_the_IDispatch_Interface
  1295. 2 Accessing an Object Through the VTBL=_oa96_Accessing_an_Object_Through_the_VTBL
  1296. 2 In-Process and Out-of-Process Server Objects=_oa96_In_Process_and_Out_of_Process_Server_Objects
  1297. 2 What Is a Type Library?=_oa96_What_Is_a_Type_Library_
  1298. 1 Exposing ActiveX Objects
  1299. 2 Exposing ActiveX Objects=_oa96_Exposing_ActiveX_Objects
  1300. 2 Exposing Objects=_oa96_Exposing_Objects
  1301. 2 Initializing Exposed Objects=_oa96_Initializing_Exposed_Objects
  1302. 2 Implementing Exposed Objects=_oa96_Implementing_Exposed_Objects
  1303. 2 Implementing a Class Factory=_oa96_Implementing_a_Class_Factory
  1304. 2 Exposing the Application Object=_oa96_Exposing_the_Application_Object
  1305. 2 Creating a Registration File=_oa96_Creating_a_Registration_File
  1306. 2 Registering the Application=_oa96_Registering_the_Application
  1307. 2 Registering Classes=_oa96_Registering_Classes
  1308. 2 Releasing OLE and Objects=_oa96_Releasing_OLE_and_Objects
  1309. 2 Retrieving Objects=_oa96_Retrieving_Objects
  1310. 2 Returning Objects=_oa96_Returning_Objects
  1311. 2 Shutting Down Objects=_oa96_Shutting_Down_Objects
  1312. 2 Application Design Considerations=_oa96_Application_Design_Considerations
  1313. 2 Creating the Programmable Interface=_oa96_Creating_the_Programmable_Interface
  1314. 2 Creating Methods=_oa96_Creating_Methods
  1315. 2 Creating Properties=_oa96_Creating_Properties
  1316. 2 Implementing the Value Property=_oa96_Implementing_the_Value_Property_02
  1317. 2 Handling Events=_oa96_Handling_Events
  1318. 2 Creating the IUnknown Interface=_oa96_Creating_the_IUnknown_Interface
  1319. 2 Creating the IDispatch Interface=_oa96_Creating_the_IDispatch_Interface
  1320. 2 Implementing Dual Interfaces=_oa96_Implementing_Dual_Interfaces
  1321. 2 Converting Existing Objects to Dual Interfaces=_oa96_Converting_Existing_Objects_to_Dual_Interfaces
  1322. 2 Registering Interfaces=_oa96_Registering_Interfaces
  1323. 2 Creating Class Identifiers=_oa96_Creating_Class_Identifiers
  1324. 2 Passing Formatted Data=_oa96_Passing_Formatted_Data
  1325. 2 Implementing the IEnumVARIANT Interface=_oa96_Implementing_the_IEnumVARIANT_Interface
  1326. 2 Implementing the _NewEnum Property=_oa96_Implementing_the__NewEnum_Property
  1327. 2 Type Libraries=_oa96_Type_Libraries
  1328. 2 Creating a Type Library=_oa96_Creating_a_Type_Library
  1329. 2 Building a Type Library=_oa96_Building_a_Type_Library
  1330. 2 Registering a Type Library=_oa96_Registering_a_Type_Library
  1331. 2 Returning an Error=_oa96_Returning_an_Error
  1332. 2 Passing Exceptions Through IDispatch=_oa96_Passing_Exceptions_Through_IDispatch
  1333. 2 "Hello World" Sample=_oa96_Hello_World_Sample
  1334. 2 "Lines" Sample=_oa96_Lines_Sample
  1335. 2 Supporting Multiple National Languages=_oa96_Supporting_Multiple_National_Languages
  1336. 2 Implementing IDispatch for Multilingual Applications=_oa96_Implementing_IDispatch_for_Multilingual_Applications
  1337. 2 Implementing the IDispatch Member Functions=_oa96_Implementing_the_IDispatch_Member_Functions
  1338. 2 Creating Separate Type Libraries=_oa96_Creating_Separate_Type_Libraries
  1339. 2 Defining the Locale IDs=_oa96_Defining_the_Locale_IDs
  1340. 2 Loading Type information=_oa96_Loading_Type_information
  1341. 2 Interpreting Arguments and Strings Based on the Locale ID=_oa96_Interpreting_Arguments_and_Strings_Based_on_the_Locale_ID
  1342. 2 Locale, Language, and Sublanguage IDs=_oa96_Locale_Language_and_Sublanguage_IDs
  1343. 2 Language Tables=_oa96_Language_Tables
  1344. 1 Accessing ActiveX Objects
  1345. 2 Accessing ActiveX Objects=_oa96_Accessing_ActiveX_Objects
  1346. 2 Creating Scripts Using Visual Basic=_oa96_Creating_Scripts_Using_Visual_Basic
  1347. 2 Accessing a Remote Object=_oa96_Accessing_a_Remote_Object
  1348. 2 Creating an Invisible Object=_oa96_Creating_an_Invisible_Object
  1349. 2 Activating an Object from a File=_oa96_Activating_an_Object_from_a_File
  1350. 2 Accessing Linked and Embedded Objects=_oa96_Accessing_Linked_and_Embedded_Objects
  1351. 2 Manipulating Objects=_oa96_Manipulating_Objects
  1352. 2 Accessing the Properties of an Object=_oa96_Accessing_the_Properties_of_an_Object
  1353. 2 Invoking Methods=_oa96_Invoking_Methods
  1354. 2 Creating Applications and Tools That Access Objects=_oa96_Creating_Applications_and_Tools_That_Access_Objects
  1355. 2 Accessing Members Through VTBLs=_oa96_Accessing_Members_Through_VTBLs
  1356. 2 Accessing Members Through IDispatch=_oa96_Accessing_Members_Through_IDispatch
  1357. 2 Creating Type Information Browsers=_oa96_Creating_Type_Information_Browsers
  1358. 1 Standard Objects
  1359. 2 Standard Objects and Naming Guidelines=_oa96_Standard_Objects_and_Naming_Guidelines
  1360. 2 Using Standard Objects=_oa96_Using_Standard_Objects
  1361. 2 Object Properties=_oa96_Object_Properties
  1362. 2 Collection Object Properties=_oa96_Collection_Object_Properties
  1363. 2 Collection Methods=_oa96_Collection_Methods
  1364. 2 Kinds of Collections=_oa96_Kinds_of_Collections
  1365. 2 Using the Application Object in a Type Library=_oa96_Using_the_Application_Object_in_a_Type_Library
  1366. 2 Document Object Properties=_oa96_Document_Object_Properties
  1367. 2 Documents Collection Object=_oa96_Documents_Collection_Object
  1368. 2 The Font Object=_oa96_The_Font_Object
  1369. 2 Naming Conventions=_oa96_Naming_Conventions
  1370. 2 Programmability Interfaces=_oa96_Programmability_Interfaces
  1371. 2 Accessing the Containing Document=_oa96_Accessing_the_Containing_Document
  1372. 2 Accessing the Containing Application=_oa96_Accessing_the_Containing_Application
  1373. 1 Dispatch Interface and API Functions
  1374. 2 Dispatch Interface and API Functions=_oa96_Dispatch_Interface_and_API_Functions
  1375. 2 Overview of the IDispatch Interface=_oa96_Overview_of_the_IDispatch_Interface
  1376. 2 Implementing the IDispatch Interface=_oa96_Implementing_the_IDispatch_Interface
  1377. 2 IDispatch::GetIDsOfNames=_oa96_IDispatch_GetIDsOfNames
  1378. 2 IDispatch::GetTypeInfo=_oa96_IDispatch_GetTypeInfo
  1379. 2 IDispatch::GetTypeInfoCount=_oa96_IDispatch_GetTypeInfoCount
  1380. 2 IDispatch::Invoke=_oa96_IDispatch_Invoke
  1381. 2 Overview of Dispatch API Functions=_oa96_Overview_of_Dispatch_API_Functions
  1382. 2 Using API Functions with the IDispatch Interface=_oa96_Using_API_Functions_with_the_IDispatch_Interface
  1383. 2 CreateDispTypeInfo=_oa96_CreateDispTypeInfo
  1384. 2 CreateStdDispatch=_oa96_CreateStdDispatch
  1385. 2 DispGetIDsOfNames=_oa96_DispGetIDsOfNames
  1386. 2 DispGetParam=_oa96_DispGetParam
  1387. 2 DispInvoke=_oa96_DispInvoke
  1388. 2 Registering the Active Object with API Functions=_oa96_Registering_the_Active_Object_with_API_Functions
  1389. 2 GetActiveObject=_oa96_GetActiveObject
  1390. 2 RegisterActiveObject=_oa96_RegisterActiveObject
  1391. 2 RevokeActiveObject=_oa96_RevokeActiveObject
  1392. 2 IEnumVARIANT Interface=_oa96_IEnumVARIANT_Interface
  1393. 2 IEnumVARIANT::Clone=_oa96_IEnumVARIANT_Clone
  1394. 2 IEnumVARIANT::Next=_oa96_IEnumVARIANT_Next
  1395. 2 IEnumVARIANT::Reset=_oa96_IEnumVARIANT_Reset
  1396. 2 IEnumVARIANT::Skip=_oa96_IEnumVARIANT_Skip
  1397. 1 Data Types, Structures, and Enumerations
  1398. 2 Data Types, Structures, and Enumerations=_oa96_Data_Types_Structures_and_Enumerations
  1399. 2 IDispatch Data Types and Structures=_oa96_IDispatch_Data_Types_and_Structures
  1400. 2 BSTR=_oa96_BSTR
  1401. 2 CALLCONV=_oa96_CALLCONV
  1402. 2 CURRENCY=_oa96_CURRENCY
  1403. 2 DECIMAL=_oa96_DECIMAL
  1404. 2 DISPID=_oa96_DISPID
  1405. 2 DISPPARAMS=_oa96_DISPPARAMS
  1406. 2 EXCEPINFO=_oa96_EXCEPINFO
  1407. 2 INTERFACEDATA=_oa96_INTERFACEDATA
  1408. 2 LCID=_oa96_LCID
  1409. 2 METHODDATA=_oa96_METHODDATA
  1410. 2 PARAMDATA=_oa96_PARAMDATA
  1411. 2 VARIANT and VARIANTARG=_oa96_VARIANT_and_VARIANTARG
  1412. 2 VARTYPE=_oa96_VARTYPE
  1413. 2 VARENUM=_oa96_VARENUM
  1414. 2 ITypeInfo Data Types=_oa96_ITypeInfo_Data_Types
  1415. 2 ARRAYDESC=_oa96_ARRAYDESC
  1416. 2 ELEMDESC=_oa96_ELEMDESC
  1417. 2 FUNCDESC=_oa96_FUNCDESC
  1418. 2 FUNCFLAGS=_oa96_FUNCFLAGS
  1419. 2 FUNCKIND=_oa96_FUNCKIND
  1420. 2 HREFTYPE=_oa96_HREFTYPE
  1421. 2 IMPLTYPEFLAGS=_oa96_IMPLTYPEFLAGS
  1422. 2 INVOKEKIND=_oa96_INVOKEKIND
  1423. 2 MEMBERID=_oa96_MEMBERID
  1424. 2 PARAMDESC=_oa96_PARAMDESC
  1425. 2 PARAMFLAGS=_oa96_PARAMFLAGS
  1426. 2 TYPEATTR=_oa96_TYPEATTR
  1427. 2 TYPEDESC=_oa96_TYPEDESC
  1428. 2 TYPEFLAGS=_oa96_TYPEFLAGS
  1429. 2 TYPEKIND=_oa96_TYPEKIND
  1430. 2 VARDESC=_oa96_VARDESC
  1431. 2 VARFLAGS=_oa96_VARFLAGS
  1432. 2 VARKIND=_oa96_VARKIND
  1433. 2 ITypeLib Structures and Enumerations=_oa96_ITypeLib_Structures_and_Enumerations
  1434. 2 LIBFLAGS=_oa96_LIBFLAGS
  1435. 2 REGKIND=_oa96_REGKIND
  1436. 2 SYSKIND=_oa96_SYSKIND
  1437. 2 TLIBATTR=_oa96_TLIBATTR
  1438. 2 ITypeComp Structures and Enumerations=_oa96_ITypeComp_Structures_and_Enumerations
  1439. 2 BINDPTR=_oa96_BINDPTR
  1440. 2 DESCKIND=_oa96_DESCKIND
  1441. 1 Converions and Manipulations Functions
  1442. 2 Conversion and Manipulation Functions=_oa96_Conversion_and_Manipulation_Functions
  1443. 2 Overview of Functions=_oa96_Overview_of_Functions_07
  1444. 2 Array Manipulation API Functions=_oa96_Array_Manipulation_API_Functions
  1445. 2 SAFEARRAY Data Type=_oa96_SAFEARRAY_Data_Type
  1446. 2 SAFEARRAYBOUND Structure=_oa96_SAFEARRAYBOUND_Structure
  1447. 2 SafeArrayAccessData=_oa96_SafeArrayAccessData
  1448. 2 SafeArrayAllocData=_oa96_SafeArrayAllocData
  1449. 2 SafeArrayAllocDescriptor=_oa96_SafeArrayAllocDescriptor
  1450. 2 SafeArrayCopy=_oa96_SafeArrayCopy
  1451. 2 SafeArrayCopyData=_oa96_SafeArrayCopyData
  1452. 2 SafeArrayCreate=_oa96_SafeArrayCreate
  1453. 2 SafeArrayCreateVector=_oa96_SafeArrayCreateVector
  1454. 2 SafeArrayDestroy=_oa96_SafeArrayDestroy
  1455. 2 SafeArrayDestroyData=_oa96_SafeArrayDestroyData
  1456. 2 SafeArrayDestroyDescriptor=_oa96_SafeArrayDestroyDescriptor
  1457. 2 SafeArrayGetDim=_oa96_SafeArrayGetDim
  1458. 2 SafeArrayGetElement=_oa96_SafeArrayGetElement
  1459. 2 SafeArrayGetElemsize=_oa96_SafeArrayGetElemsize
  1460. 2 SafeArrayGetLBound=_oa96_SafeArrayGetLBound
  1461. 2 SafeArrayGetUBound=_oa96_SafeArrayGetUBound
  1462. 2 SafeArrayLock=_oa96_SafeArrayLock
  1463. 2 SafeArrayPtrOfIndex=_oa96_SafeArrayPtrOfIndex
  1464. 2 SafeArrayPutElement=_oa96_SafeArrayPutElement
  1465. 2 SafeArrayRedim=_oa96_SafeArrayRedim
  1466. 2 SafeArrayUnaccessData=_oa96_SafeArrayUnaccessData
  1467. 2 SafeArrayUnlock=_oa96_SafeArrayUnlock
  1468. 2 String Manipulation Functions=_oa96_String_Manipulation_Functions
  1469. 2 SysAllocString=_oa96_SysAllocString
  1470. 2 SysAllocStringByteLen=_oa96_SysAllocStringByteLen
  1471. 2 SysAllocStringLen=_oa96_SysAllocStringLen
  1472. 2 SysFreeString=_oa96_SysFreeString
  1473. 2 SysReAllocString=_oa96_SysReAllocString
  1474. 2 SysReAllocStringLen=_oa96_SysReAllocStringLen
  1475. 2 SysStringByteLen=_oa96_SysStringByteLen
  1476. 2 SysStringLen=_oa96_SysStringLen
  1477. 2 Variant Manipulation API Functions=_oa96_Variant_Manipulation_API_Functions
  1478. 2 VariantChangeType=_oa96_VariantChangeType
  1479. 2 VariantChangeTypeEx=_oa96_VariantChangeTypeEx
  1480. 2 VariantClear=_oa96_VariantClear
  1481. 2 VariantCopy=_oa96_VariantCopy
  1482. 2 VariantCopyInd=_oa96_VariantCopyInd
  1483. 2 VariantInit=_oa96_VariantInit
  1484. 2 Data Type Conversion APIs=_oa96_Data_Type_Conversion_APIs
  1485. 2 BSTR and Vector Conversion Functions=_oa96_BSTR_and_Vector_Conversion_Functions
  1486. 2 VectorFromBstr=_oa96_VectorFromBstr
  1487. 2 BstrFromVector=_oa96_BstrFromVector
  1488. 2 Numeric Parsing Functions=_oa96_Numeric_Parsing_Functions
  1489. 2 VarParseNumFromStr=_oa96_VarParseNumFromStr
  1490. 2 NUMPARSE Structure=_oa96_NUMPARSE_Structure
  1491. 2 VarParseNumFromNum=_oa96_VarParseNumFromNum
  1492. 2 Date and Time Conversion Functions=_oa96_Date_and_Time_Conversion_Functions
  1493. 2 DosDateTimeToVariantTime=_oa96_DosDateTimeToVariantTime
  1494. 2 VariantTimeToDosDateTime=_oa96_VariantTimeToDosDateTime
  1495. 2 VariantTimeToSystemTime=_oa96_VariantTimeToSystemTime
  1496. 2 SystemTimeToVariantTime=_oa96_SystemTimeToVariantTime
  1497. 1 Type Libraries and the Object Description Language
  1498. 2 Type Libraries and the Object Description Language=_oa96_Type_Libraries_and_the_Object_Description_Language
  1499. 2 Contents of a Type Library=_oa96_Contents_of_a_Type_Library
  1500. 2 Using MIDL and MkTypeLib=_oa96_Using_MIDL_and_MkTypeLib
  1501. 2 Adding ODL to an IDL Definition=_oa96_Adding_ODL_to_an_IDL_Definition
  1502. 2 Support for ODL Base Types=_oa96_Support_for_ODL_Base_Types
  1503. 2 /mktyplib203 Option=_oa96__mktyplib203_Option
  1504. 2 MkTypLib: Type Library Creation Tool=_oa96_MkTypLib_Type_Library_Creation_Tool
  1505. 2 Invoking MkTypLib=_oa96_Invoking_MkTypLib
  1506. 2 ODL File Syntax=_oa96_ODL_File_Syntax
  1507. 2 ODL File Example=_oa96_ODL_File_Example
  1508. 2 Source File Contents=_oa96_Source_File_Contents
  1509. 2 Array Definitions=_oa96_Array_Definitions
  1510. 2 Comments=_oa96_Comments
  1511. 2 Constants=_oa96_Constants
  1512. 2 File Names=_oa96_File_Names
  1513. 2 Forward Declarations=_oa96_Forward_Declarations
  1514. 2 Globally Unique ID (GUID)=_oa96_Globally_Unique_ID_GUID_
  1515. 2 Identifiers=_oa96_Identifiers
  1516. 2 Intrinsic Data Types=_oa96_Intrinsic_Data_Types
  1517. 2 String Definitions=_oa96_String_Definitions
  1518. 2 ODL Reference=_oa96_ODL_Reference
  1519. 2 Attribute Descriptions=_oa96_Attribute_Descriptions
  1520. 2 appobject=_oa96_appobject
  1521. 2 aggregatable=_oa96_aggregatable
  1522. 2 bindable=_oa96_bindable
  1523. 2 control=_oa96_control
  1524. 2 custom(<guid>, <value>)=_oa96_custom_guid_value_
  1525. 2 default=_oa96_default
  1526. 2 defaultbind=_oa96_defaultbind
  1527. 2 defaultcollelem=_oa96_defaultcollelem
  1528. 2 defaultvalue(value)=_oa96_defaultvalue_value_
  1529. 2 defaultvtbl=_oa96_defaultvtbl
  1530. 2 displaybind=_oa96_displaybind
  1531. 2 dllname(str)=_oa96_dllname_str_
  1532. 2 dual=_oa96_dual
  1533. 2 entry(entryid)=_oa96_entry_entryid_
  1534. 2 helpcontext(numctxt)=_oa96_helpcontext_numctxt_
  1535. 2 helpfile(filename)=_oa96_helpfile_filename_
  1536. 2 helpstring(string)=_oa96_helpstring_string_
  1537. 2 helpstringcontext(contextid)=_oa96_helpstringcontext_contextid_
  1538. 2 helpstringdll(dllname)=_oa96_helpstringdll_dllname_
  1539. 2 hidden=_oa96_hidden
  1540. 2 id(num)=_oa96_id_num_
  1541. 2 immediatebind=_oa96_immediatebind
  1542. 2 in=_oa96_in
  1543. 2 lcid=_oa96_lcid_8
  1544. 2 lcid(numid)=_oa96_lcid_numid_
  1545. 2 licensed=_oa96_licensed
  1546. 2 nonbrowsable=_oa96_nonbrowsable
  1547. 2 noncreatable=_oa96_noncreatable
  1548. 2 nonextensible=_oa96_nonextensible
  1549. 2 odl=_oa96_odl
  1550. 2 oleautomation=_oa96_oleautomation
  1551. 2 optional=_oa96_optional
  1552. 2 out=_oa96_out
  1553. 2 propget=_oa96_propget
  1554. 2 propput=_oa96_propput
  1555. 2 propputref=_oa96_propputref
  1556. 2 public=_oa96_public
  1557. 2 readonly=_oa96_readonly
  1558. 2 replaceable=_oa96_replaceable
  1559. 2 requestedit=_oa96_requestedit
  1560. 2 restricted=_oa96_restricted
  1561. 2 retval=_oa96_retval
  1562. 2 source=_oa96_source
  1563. 2 string=_oa96_string
  1564. 2 uidefault=_oa96_uidefault
  1565. 2 uuid(uuidval)=_oa96_uuid_uuidval_
  1566. 2 vararg=_oa96_vararg
  1567. 2 version(versionval)=_oa96_version_versionval_
  1568. 2 ODL Statements and Directives=_oa96_ODL_Statements_and_Directives
  1569. 2 coclass Statement=_oa96_coclass_Statement
  1570. 2 dispinterface Statement=_oa96_dispinterface_Statement
  1571. 2 enum Statement=_oa96_enum_Statement
  1572. 2 importlib Directive=_oa96_importlib_Directive
  1573. 2 interface Statement=_oa96_interface_Statement
  1574. 2 library Statement=_oa96_library_Statement
  1575. 2 module Statement=_oa96_module_Statement
  1576. 2 struct Statement=_oa96_struct_Statement
  1577. 2 typedef Statement=_oa96_typedef_Statement
  1578. 2 union Statement=_oa96_union_Statement
  1579. 1 Type Description Interfaces
  1580. 2 Type Description Interfaces=_oa96_Type_Description_Interfaces
  1581. 2 Overview of Type Description Interfaces=_oa96_Overview_of_Type_Description_Interfaces
  1582. 2 ITypeLib Interface=_oa96_ITypeLib_Interface
  1583. 2 ITypeLib::FindName=_oa96_ITypeLib_FindName
  1584. 2 ITypeLib::GetDocumentation=_oa96_ITypeLib_GetDocumentation
  1585. 2 ITypeLib::GetLibAttr=_oa96_ITypeLib_GetLibAttr
  1586. 2 ITypeLib::GetTypeComp=_oa96_ITypeLib_GetTypeComp
  1587. 2 ITypeLib::GetTypeInfo=_oa96_ITypeLib_GetTypeInfo
  1588. 2 ITypeLib::GetTypeInfoCount=_oa96_ITypeLib_GetTypeInfoCount
  1589. 2 ITypeLib::GetTypeInfoOfGuid=_oa96_ITypeLib_GetTypeInfoOfGuid
  1590. 2 ITypeLib::GetTypeInfoType=_oa96_ITypeLib_GetTypeInfoType
  1591. 2 ITypeLib::IsName=_oa96_ITypeLib_IsName
  1592. 2 ITypeLib::ReleaseTLibAttr=_oa96_ITypeLib_ReleaseTLibAttr
  1593. 2 ITypeInfo Interface=_oa96_ITypeInfo_Interface
  1594. 2 Type Descriptions=_oa96_Type_Descriptions
  1595. 2 ITypeInfo::AddressOfMember=_oa96_ITypeInfo_AddressOfMember
  1596. 2 ITypeInfo::CreateInstance=_oa96_ITypeInfo_CreateInstance
  1597. 2 ITypeInfo::GetContainingTypeLib=_oa96_ITypeInfo_GetContainingTypeLib
  1598. 2 ITypeInfo::GetDllEntry=_oa96_ITypeInfo_GetDllEntry
  1599. 2 ITypeInfo::GetDocumentation=_oa96_ITypeInfo_GetDocumentation
  1600. 2 ITypeInfo::GetFuncDesc=_oa96_ITypeInfo_GetFuncDesc
  1601. 2 ITypeInfo::GetIDsOfNames=_oa96_ITypeInfo_GetIDsOfNames
  1602. 2 ITypeInfo::GetImplTypeFlags=_oa96_ITypeInfo_GetImplTypeFlags
  1603. 2 ITypeInfo::GetMops=_oa96_ITypeInfo_GetMops
  1604. 2 ITypeInfo::GetNames=_oa96_ITypeInfo_GetNames
  1605. 2 ITypeInfo::GetRefTypeInfo=_oa96_ITypeInfo_GetRefTypeInfo
  1606. 2 ITypeInfo::GetRefTypeOfImplType=_oa96_ITypeInfo_GetRefTypeOfImplType
  1607. 2 ITypeInfo::GetTypeAttr=_oa96_ITypeInfo_GetTypeAttr
  1608. 2 ITypeInfo::GetTypeComp=_oa96_ITypeInfo_GetTypeComp
  1609. 2 ITypeInfo::GetVarDesc=_oa96_ITypeInfo_GetVarDesc
  1610. 2 ITypeInfo::Invoke=_oa96_ITypeInfo_Invoke
  1611. 2 ITypeInfo::ReleaseFuncDesc=_oa96_ITypeInfo_ReleaseFuncDesc
  1612. 2 ITypeInfo::ReleaseTypeAttr=_oa96_ITypeInfo_ReleaseTypeAttr
  1613. 2 ITypeInfo::ReleaseVarDesc=_oa96_ITypeInfo_ReleaseVarDesc
  1614. 2 New Automation Interfaces=_oa96_New_Automation_Interfaces
  1615. 2 Data Access=_oa96_Data_Access
  1616. 2 ITypeLib2 Interface=_oa96_ITypeLib2_Interface
  1617. 2 ITypeLib2::GetCustData=_oa96_ITypeLib2_GetCustData
  1618. 2 ITypeLib2::GetDocumentation2=_oa96_ITypeLib2_GetDocumentation2
  1619. 2 ITypeLib2::GetLibStatistics=_oa96_ITypeLib2_GetLibStatistics_09
  1620. 2 ITypeLib2::GetHelpStringContext=_oa96_ITypeLib2_GetHelpStringContext
  1621. 2 ITypeInfo2::GetTypeKind=_oa96_ITypeInfo2_GetTypeKind_09
  1622. 2 ITypeInfo2::GetTypeFlags=_oa96_ITypeInfo2_GetTypeFlags_09
  1623. 2 ITypeInfo2::GetFuncIndexOfMemId=_oa96_ITypeInfo2_GetFuncIndexOfMemId_09
  1624. 2 ITypeInfo2::GetVarIndexOfMemId=_oa96_ITypeInfo2_GetVarIndexOfMemId_09
  1625. 2 ITypeInfo2::GetFuncCustData=_oa96_ITypeInfo2_GetFuncCustData
  1626. 2 ITypeInfo2::GetParamCustData=_oa96_ITypeInfo2_GetParamCustData
  1627. 2 ITypeInfo2::GetVarCustData=_oa96_ITypeInfo2_GetVarCustData
  1628. 2 ITypeInfo2::GetImplTypeCustData=_oa96_ITypeInfo2_GetImplTypeCustData
  1629. 2 ITypeInfo2::GetDocumentation2=_oa96_ITypeInfo2_GetDocumentation2
  1630. 2 ITypeInfo2::GetHelpStringContext=_oa96_ITypeInfo2_GetHelpStringContext
  1631. 2 ITypeComp Interface=_oa96_ITypeComp_Interface
  1632. 2 ITypeComp::Bind=_oa96_ITypeComp_Bind
  1633. 2 ITypeComp::BindType=_oa96_ITypeComp_BindType
  1634. 2 Overview of Type Compilation and Library Functions=_oa96_Overview_of_Type_Compilation_and_Library_Functions
  1635. 2 LHashValOfName=_oa96_LHashValOfName
  1636. 2 LHashValOfNameSys=_oa96_LHashValOfNameSys
  1637. 2 LoadTypeLib=_oa96_LoadTypeLib
  1638. 2 LoadRegTypeLib=_oa96_LoadRegTypeLib
  1639. 2 RegisterTypeLib=_oa96_RegisterTypeLib
  1640. 2 UnRegisterTypeLib=_oa96_UnRegisterTypeLib
  1641. 2 LoadTypeLibEx=_oa96_LoadTypeLibEx
  1642. 2 QueryPathOfRegTypeLib=_oa96_QueryPathOfRegTypeLib
  1643. 2 Debugging the Type Library and Type Information=_oa96_Debugging_the_Type_Library_and_Type_Information
  1644. 2 Memory Leak Debugging=_oa96_Memory_Leak_Debugging
  1645. 2 Type Library Performance=_oa96_Type_Library_Performance
  1646. 2 VBA 5.0Custom Data Storage=_oa96_VBA_5.0Custom_Data_Storage
  1647. 2 Case-Sensitive Identifiers=_oa96_Case_Sensitive_Identifiers
  1648. 2 Changes to Existing Data Structures=_oa96_Changes_to_Existing_Data_Structures
  1649. 2 File Formats=_oa96_File_Formats
  1650. 2 Creating a New TypeLib=_oa96_Creating_a_New_TypeLib
  1651. 1 Type Building Interfaces
  1652. 2 Type Building Interfaces=_oa96_Type_Building_Interfaces
  1653. 2 Overview of Type Building Interfaces=_oa96_Overview_of_Type_Building_Interfaces
  1654. 2 ICreateTypeInfo Interface=_oa96_ICreateTypeInfo_Interface
  1655. 2 ICreateTypeInfo::AddFuncDesc=_oa96_ICreateTypeInfo_AddFuncDesc
  1656. 2 ICreateTypeInfo::AddImplType=_oa96_ICreateTypeInfo_AddImplType
  1657. 2 ICreateTypeInfo::AddRefTypeInfo=_oa96_ICreateTypeInfo_AddRefTypeInfo
  1658. 2 ICreateTypeInfo::AddVarDesc=_oa96_ICreateTypeInfo_AddVarDesc
  1659. 2 ICreateTypeInfo::DefineFuncAsDllEntry=_oa96_ICreateTypeInfo_DefineFuncAsDllEntry
  1660. 2 ICreateTypeInfo::LayOut=_oa96_ICreateTypeInfo_LayOut
  1661. 2 ICreateTypeInfo::SetAlignment=_oa96_ICreateTypeInfo_SetAlignment
  1662. 2 ICreateTypeInfo::SetDocString=_oa96_ICreateTypeInfo_SetDocString
  1663. 2 ICreateTypeInfo::SetFuncAndParamNames=_oa96_ICreateTypeInfo_SetFuncAndParamNames
  1664. 2 ICreateTypeInfo::SetFuncDocString=_oa96_ICreateTypeInfo_SetFuncDocString
  1665. 2 ICreateTypeInfo::SetFuncHelpContext=_oa96_ICreateTypeInfo_SetFuncHelpContext
  1666. 2 ICreateTypeInfo::SetGuid=_oa96_ICreateTypeInfo_SetGuid
  1667. 2 ICreateTypeInfo::SetHelpContext=_oa96_ICreateTypeInfo_SetHelpContext
  1668. 2 ICreateTypeInfo::SetImplTypeFlags=_oa96_ICreateTypeInfo_SetImplTypeFlags
  1669. 2 ICreateTypeInfo::SetMops=_oa96_ICreateTypeInfo_SetMops
  1670. 2 ICreateTypeInfo::SetTypeDescAlias=_oa96_ICreateTypeInfo_SetTypeDescAlias
  1671. 2 ICreateTypeInfo::SetTypeFlags=_oa96_ICreateTypeInfo_SetTypeFlags
  1672. 2 ICreateTypeInfo::SetVarDocString=_oa96_ICreateTypeInfo_SetVarDocString
  1673. 2 ICreateTypeInfo::SetVarHelpContext=_oa96_ICreateTypeInfo_SetVarHelpContext
  1674. 2 ICreateTypeInfo::SetVarName=_oa96_ICreateTypeInfo_SetVarName
  1675. 2 ICreateTypeInfo::SetVersion=_oa96_ICreateTypeInfo_SetVersion
  1676. 2 Library Creation Functions=_oa96_Library_Creation_Functions
  1677. 2 CreateTypeLib=_oa96_CreateTypeLib
  1678. 2 ICreateTypeLib Interface=_oa96_ICreateTypeLib_Interface
  1679. 2 ICreateTypeLib::CreateTypeInfo=_oa96_ICreateTypeLib_CreateTypeInfo
  1680. 2 ICreateTypeLib::SaveAllChanges=_oa96_ICreateTypeLib_SaveAllChanges
  1681. 2 ICreateTypeLib::SetDocString=_oa96_ICreateTypeLib_SetDocString
  1682. 2 ICreateTypeLib::SetGuid=_oa96_ICreateTypeLib_SetGuid
  1683. 2 ICreateTypeLib::SetHelpContext=_oa96_ICreateTypeLib_SetHelpContext
  1684. 2 ICreateTypeLib::SetHelpFileName=_oa96_ICreateTypeLib_SetHelpFileName
  1685. 2 ICreateTypeLib::SetLibFlags=_oa96_ICreateTypeLib_SetLibFlags
  1686. 2 ICreateTypeLib::SetLcid=_oa96_ICreateTypeLib_SetLcid
  1687. 2 ICreateTypeLib::SetName=_oa96_ICreateTypeLib_SetName
  1688. 2 ICreateTypeLib::SetVersion=_oa96_ICreateTypeLib_SetVersion
  1689. 2 CreateTypeLib2 API=_oa96_CreateTypeLib2_API
  1690. 2 ICreateTypeLib2 Interface=_oa96_ICreateTypeLib2_Interface
  1691. 2 ICreateTypeLib2::DeleteTypeInfo=_oa96_ICreateTypeLib2_DeleteTypeInfo
  1692. 2 ICreateTypeLib2::SetCustData=_oa96_ICreateTypeLib2_SetCustData
  1693. 2 ICreateTypeLib2::SetHelpStringContext=_oa96_ICreateTypeLib2_SetHelpStringContext
  1694. 2 ICreateTypeLib2::SetHelpStringDll=_oa96_ICreateTypeLib2_SetHelpStringDll
  1695. 2 ICreateTypeInfo2 Interface=_oa96_ICreateTypeInfo2_Interface
  1696. 2 ICreateTypeInfo2::DeleteFuncDesc=_oa96_ICreateTypeInfo2_DeleteFuncDesc
  1697. 2 ICreateTypeInfo2::DeleteFuncDescByMemId=_oa96_ICreateTypeInfo2_DeleteFuncDescByMemId
  1698. 2 ICreateTypeInfo2::DeleteVarDesc=_oa96_ICreateTypeInfo2_DeleteVarDesc
  1699. 2 ICreateTypeInfo2::DeleteVarDescByMemId=_oa96_ICreateTypeInfo2_DeleteVarDescByMemId
  1700. 2 ICreateTypeInfo2::DeleteImplType=_oa96_ICreateTypeInfo2_DeleteImplType
  1701. 2 ICreateTypeInfo2::SetCustData=_oa96_ICreateTypeInfo2_SetCustData
  1702. 2 ICreateTypeInfo2::SetHelpStringContext=_oa96_ICreateTypeInfo2_SetHelpStringContext_10
  1703. 2 ICreateTypeInfo2::SetFuncCustData=_oa96_ICreateTypeInfo2_SetFuncCustData
  1704. 2 ICreateTypeInfo2::SetFuncHelpStringContext=_oa96_ICreateTypeInfo2_SetFuncHelpStringContext
  1705. 2 ICreateTypeInfo2::SetVarCustData=_oa96_ICreateTypeInfo2_SetVarCustData
  1706. 2 ICreateTypeInfo2::SetParamCustData=_oa96_ICreateTypeInfo2_SetParamCustData
  1707. 2 ICreateTypeInfo2::SetImplTypeCustData=_oa96_ICreateTypeInfo2_SetImplTypeCustData
  1708. 2 ICreateTypeInfo2::SetVarHelpStringContext=_oa96_ICreateTypeInfo2_SetVarHelpStringContext
  1709. 2 ITypeLib2 Interface=_oa96_ITypeLib2_Interface_10
  1710. 2 ITypeLib2::GetCustData=_oa96_ITypeLib2_GetCustData_10
  1711. 2 ITypeLib2::GetLibStatistics=_oa96_ITypeLib2_GetLibStatistics_10
  1712. 2 ITypeLib2::GetHelpStringContext=_oa96_ITypeLib2_GetHelpStringContext_10
  1713. 1 Error Handling Interfaces
  1714. 2 Error Handling Interfaces=_oa96_Error_Handling_Interfaces
  1715. 2 Returning Error Information=_oa96_Returning_Error_Information
  1716. 2 Retrieving Error Information=_oa96_Retrieving_Error_Information
  1717. 2 IErrorInfo Interface=_oa96_IErrorInfo_Interface
  1718. 2 IErrorInfo::GetDescription=_oa96_IErrorInfo_GetDescription
  1719. 2 IErrorInfo::GetGUID=_oa96_IErrorInfo_GetGUID
  1720. 2 IErrorInfo::GetHelpContext=_oa96_IErrorInfo_GetHelpContext
  1721. 2 IErrorInfo::GetHelpFile=_oa96_IErrorInfo_GetHelpFile
  1722. 2 IErrorInfo::GetSource=_oa96_IErrorInfo_GetSource
  1723. 2 ICreateErrorInfo Interface=_oa96_ICreateErrorInfo_Interface
  1724. 2 ICreateErrorInfo::SetDescription=_oa96_ICreateErrorInfo_SetDescription
  1725. 2 ICreateErrorInfo::SetGUID=_oa96_ICreateErrorInfo_SetGUID
  1726. 2 ICreateErrorInfo::SetHelpContext=_oa96_ICreateErrorInfo_SetHelpContext
  1727. 2 ICreateErrorInfo::SetHelpFile=_oa96_ICreateErrorInfo_SetHelpFile
  1728. 2 ICreateErrorInfo::SetSource=_oa96_ICreateErrorInfo_SetSource
  1729. 2 ISupportErrorInfo Interface=_oa96_ISupportErrorInfo_Interface
  1730. 2 ISupportErrorInfo::InterfaceSupportsErrorInfo=_oa96_ISupportErrorInfo_InterfaceSupportsErrorInfo
  1731. 2 Error Handling API Functions=_oa96_Error_Handling_API_Functions
  1732. 2 CreateErrorInfo=_oa96_CreateErrorInfo
  1733. 2 GetErrorInfo=_oa96_GetErrorInfo
  1734. 2 SetErrorInfo=_oa96_SetErrorInfo
  1735. 1 National Language Support Functions
  1736. 2 National Language Support Functions=_oa96_National_Language_Support_Functions
  1737. 2 Overview of Functions=_oa96_Overview_of_Functions
  1738. 2 Localized Member Names=_oa96_Localized_Member_Names
  1739. 2 Locale ID (LCID)=_oa96_Locale_ID_LCID_
  1740. 2 Language ID (LANGID)=_oa96_Language_ID_LANGID_
  1741. 2 Locale Constants (LCTYPE)=_oa96_Locale_Constants_LCTYPE_
  1742. 2 CompareStringA=_oa96_CompareStringA
  1743. 2 LCMapStringA=_oa96_LCMapStringA
  1744. 2 GetLocaleInfoA=_oa96_GetLocaleInfoA
  1745. 2 GetStringTypeA=_oa96_GetStringTypeA
  1746. 2 GetSystemDefaultLangID=_oa96_GetSystemDefaultLangID
  1747. 2 GetSystemDefaultLCID=_oa96_GetSystemDefaultLCID
  1748. 2 GetUserDefaultLangID=_oa96_GetUserDefaultLangID
  1749. 2 GetUserDefaultLCID=_oa96_GetUserDefaultLCID
  1750. 1 File Requirements
  1751. 2 File Requirements=_oa96_File_Requirements
  1752. 1 Information for Visual Basic Programmers
  1753. 2 Information for Visual Basic Programmers=_oa96_Information_for_Visual_Basic_Programmers
  1754. 1 String Comparisons
  1755. 2 String Comparisons=_oa96_String_Comparisons
  1756. 1 Managing GUIDs
  1757. 2 Managing GUIDs=_oa96_Managing_GUIDs
  1758. 2 The System Registry=_oa96_The_System_Registry
  1759. 2 GUID Locations=_oa96_GUID_Locations
  1760. 2 Troubleshooting=_oa96_Troubleshooting
  1761. 2 GUID Management=_oa96_GUID_Management
  1762. 1 Glossary
  1763. 2 A=_oa96_A
  1764. 2 C=_oa96_C
  1765. 2 D=_oa96_D
  1766. 2 E=_oa96_E
  1767. 2 H=_oa96_H
  1768. 2 I=_oa96_I
  1769. 2 L=_oa96_L
  1770. 2 M=_oa96_M
  1771. 2 O=_oa96_O
  1772. 2 P=_oa96_P
  1773. 2 S=_oa96_S
  1774. 2 U=_oa96_U
  1775. 2 V=_oa96_V
  1776.