|
| int | Next ([In] int cPins, [Out, MarshalAs(UnmanagedType.LPArray, SizeParamIndex=2)] out IPin[] ppPins, [Out] out int pcFetched) |
| |
| int | Skip ([In] int cPins) |
| |
| void | Reset () |
| |
| void | Clone ([Out] out IEnumPins ppEnum) |
| |
Definition at line 302 of file DsCore.cs.
| void DShowNET.IEnumPins.Clone |
( |
[Out] out IEnumPins |
ppEnum | ) |
|
| int DShowNET.IEnumPins.Next |
( |
[In] int |
cPins, |
|
|
[Out, MarshalAs(UnmanagedType.LPArray, SizeParamIndex=2)] out IPin[] |
ppPins, |
|
|
[Out] out int |
pcFetched |
|
) |
| |
| void DShowNET.IEnumPins.Reset |
( |
| ) |
|
| int DShowNET.IEnumPins.Skip |
( |
[In] int |
cPins | ) |
|
The documentation for this interface was generated from the following file: