Example #1
0
 public int GetSortDescription([NativeTypeName("PROPDESC_SORTDESCRIPTION *")] PROPDESC_SORTDESCRIPTION *psd)
 {
     return(((delegate * unmanaged <IPropertyDescription2 *, PROPDESC_SORTDESCRIPTION *, int>)(lpVtbl[16]))((IPropertyDescription2 *)Unsafe.AsPointer(ref this), psd));
 }
Example #2
0
 public int GetSortDescription(PROPDESC_SORTDESCRIPTION *psd)
 {
     return(((delegate * unmanaged <IPropertyDescriptionRelatedPropertyInfo *, PROPDESC_SORTDESCRIPTION *, int>)(lpVtbl[16]))((IPropertyDescriptionRelatedPropertyInfo *)Unsafe.AsPointer(ref this), psd));
 }