|
Xeno-rat
|
Represents a generic collection of IUnknown pointers. More...
Public Member Functions | |
| void | GetElementCount (out int pcElements) |
| Retrieves the number of objects in the collection. | |
| void | GetElement ([In] int dwElementIndex, [Out, MarshalAs(UnmanagedType.IUnknown)] out object ppUnkElement) |
| Retrieves an object in the collection. | |
| void | AddElement ([In, MarshalAs(UnmanagedType.IUnknown)] object pUnkElement) |
| Adds an object to the collection. | |
| void | RemoveElement ([In] int dwElementIndex, [Out, MarshalAs(UnmanagedType.IUnknown)] out object ppUnkElement) |
| Removes an object from the collection. | |
| void | InsertElementAt ([In] int dwIndex, [In, MarshalAs(UnmanagedType.IUnknown)] object pUnknown) |
| Removes an object from the collection. | |
| void | RemoveAllElements () |
| Removes all items from the collection. | |
Represents a generic collection of IUnknown pointers.
| void NAudio.MediaFoundation.IMFCollection.AddElement | ( | [In, MarshalAs(UnmanagedType.IUnknown)] object | pUnkElement | ) |
Adds an object to the collection.
| void NAudio.MediaFoundation.IMFCollection.GetElement | ( | [In] int | dwElementIndex, |
| [Out, MarshalAs(UnmanagedType.IUnknown)] out object | ppUnkElement ) |
Retrieves an object in the collection.
| void NAudio.MediaFoundation.IMFCollection.GetElementCount | ( | out int | pcElements | ) |
Retrieves the number of objects in the collection.
| void NAudio.MediaFoundation.IMFCollection.InsertElementAt | ( | [In] int | dwIndex, |
| [In, MarshalAs(UnmanagedType.IUnknown)] object | pUnknown ) |
Removes an object from the collection.
| void NAudio.MediaFoundation.IMFCollection.RemoveAllElements | ( | ) |
Removes all items from the collection.
| void NAudio.MediaFoundation.IMFCollection.RemoveElement | ( | [In] int | dwElementIndex, |
| [Out, MarshalAs(UnmanagedType.IUnknown)] out object | ppUnkElement ) |
Removes an object from the collection.