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

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