Beispiel #1
0
 /// <summary>
 /// BindRegion
 /// </summary>
 /// <param name="origPos"></param>
 /// <param name="riid"></param>
 /// <remarks>
 /// The MSDN specification requires this function to return E_NOTIMPL for the time being.
 /// </remarks>
 public IntPtr BindRegion(FILTERREGION origPos, ref Guid riid)
 {
     throw new NotImplementedException(SR.Get(SRID.FilterBindRegionNotImplemented));
 }
 /// <summary>
 /// BindRegion
 /// </summary>
 /// <param name="origPos"></param>
 /// <param name="riid"></param>
 /// <remarks>
 /// The MSDN specification requires this function to return E_NOTIMPL for the time being.
 /// </remarks>
 public IntPtr BindRegion(FILTERREGION origPos, ref Guid riid)
 {
     // The following exception maps to E_NOTIMPL.
     throw new NotImplementedException(SR.Get(SRID.FilterBindRegionNotImplemented));
 }