com Topic
COM-based APIs
Windows APIs that use the COM invocation model.
Classes
- COMObject com
- A representation of a generic COM object. All Dart COM objects inherit from this class.
- DesktopWallpaper com
- FileOpenDialog com
- FileSaveDialog com
- IBindCtx com Interface
- IClassFactory com Interface
- IDesktopWallpaper com Interface
- IDispatch com Interface
- IEnumMoniker com Interface
- IEnumNetworkConnections com Interface
- IEnumNetworks com Interface
- IEnumString com Interface
- IEnumVARIANT com Interface
- IEnumWbemClassObject com Interface
- IErrorInfo com Interface
- IFileDialog com Interface
- IFileDialog2 com Interface
- IFileDialogCustomize com Interface
- IFileIsInUse com Interface
- IFileOpenDialog com Interface
- IFileSaveDialog com Interface
- IInspectable com Interface
- IKnownFolder com Interface
- IKnownFolderManager com Interface
- IMetaDataDispenser com Interface
- IMetaDataDispenserEx com Interface
- IMetaDataImport com Interface
- IMetaDataImport2 com Interface
- IModalWindow com Interface
- IMoniker com Interface
- INetwork com Interface
- INetworkConnection com Interface
- INetworkListManager com Interface
- IPersist com Interface
- IPersistStream com Interface
- IProvideClassInfo com Interface
- IRunningObjectTable com Interface
- ISequentialStream com Interface
- IShellItem com Interface
- IShellItem2 com Interface
- IShellItemArray com Interface
- IShellItemFilter com Interface
- IStream com Interface
- ISupportErrorInfo com Interface
- IUnknown com Interface
- IWbemClassObject com Interface
- IWbemContext com Interface
- IWbemLocator com Interface
- IWbemServices com Interface
- KnownFolderManager com
- NetworkListManager com
- WbemLocator com
Functions
-
convertToCLSID(
String strCLSID) → Pointer< comGUID> - Converts a Dart string into an CLSID using the CLSIDFromString call. [...]
-
convertToIID(
String strIID) → Pointer< comGUID> - Converts a Dart string into an IID using the IIDFromString call. [...]