On this page we show all the functions that these DLLs export so they can be browsed.
What is also exported from OleAut32.dll is a whole number of Variant conversion functions which are best presented cross-tabulated.
Dec | Bool | Bstr | Cy | Date | Disp | I1 | I2 | I4 | I8 | R4 | R8 | UI1 | UI2 | UI4 | UI8 | Dec | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | Bool | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | Bstr | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | Cy | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | Date | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | I1 | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | I2 | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | I4 | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | I8 | # | # | # | # | # | # | # | # | # | # | # | # | # | # | R4 | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | R8 | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | UI1 | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | UI2 | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | UI4 | # | # | # | # | # | # | # | # | # | # | # | # | # | # | # | UI8 | # | # | # | # | # | # | # | # | # | # | # | # | # | # |
So another nice dll is OleDlg.dll which seems to be a repository of OLE and Data Transfer dialogs. Most of the entry points are duplicated with A meaning Windows 98 and W meaning Windows 2000 onwards.
And now from OLE32.DLL which is the daddy of all COM System DLLs. Breaking it down first we have the error info functions
Automation - Error Info | ||
CreateErrorInfo | GetErrorInfo | SetErrorInfo |
Also from OLE32.DLL a chunk of funcitons that handle OLE and Data Transfer such as clipboards, links, drag and drop.
Also in OLE32.Dll function concerning Structured Storage
Finally, the canonical functions described as COM Fundamentals.
No comments:
Post a Comment