Exemple #1
0
 public void RemoveProfile(SENSORPROFILEID *ProfileId)
 {
     ((delegate * unmanaged <IMFSensorProfileCollection *, SENSORPROFILEID *, void>)(lpVtbl[8]))((IMFSensorProfileCollection *)Unsafe.AsPointer(ref this), ProfileId);
 }
 public int GetProfileId(SENSORPROFILEID *pId)
 {
     return(((delegate * unmanaged <IMFSensorProfile *, SENSORPROFILEID *, int>)(lpVtbl[3]))((IMFSensorProfile *)Unsafe.AsPointer(ref this), pId));
 }
Exemple #3
0
 public HRESULT FindProfile(SENSORPROFILEID *ProfileId, IMFSensorProfile **ppProfile)
 {
     return(((delegate * unmanaged <IMFSensorProfileCollection *, SENSORPROFILEID *, IMFSensorProfile **, int>)(lpVtbl[6]))((IMFSensorProfileCollection *)Unsafe.AsPointer(ref this), ProfileId, ppProfile));
 }
 public int FindProfile([NativeTypeName("SENSORPROFILEID *")] SENSORPROFILEID *ProfileId, [NativeTypeName("IMFSensorProfile **")] IMFSensorProfile **ppProfile)
 {
     return(((delegate * unmanaged <IMFSensorProfileCollection *, SENSORPROFILEID *, IMFSensorProfile **, int>)(lpVtbl[6]))((IMFSensorProfileCollection *)Unsafe.AsPointer(ref this), ProfileId, ppProfile));
 }