示例#1
0
 public HRESULT AddProfile(IMFSensorProfile *pProfile)
 {
     return(((delegate * unmanaged <IMFSensorProfileCollection *, IMFSensorProfile *, int>)(lpVtbl[5]))((IMFSensorProfileCollection *)Unsafe.AsPointer(ref this), pProfile));
 }
 public int AddProfile([NativeTypeName("IMFSensorProfile *")] IMFSensorProfile *pProfile)
 {
     return(((delegate * unmanaged <IMFSensorProfileCollection *, IMFSensorProfile *, int>)(lpVtbl[5]))((IMFSensorProfileCollection *)Unsafe.AsPointer(ref this), pProfile));
 }