Exemple #1
0
 public HRESULT get_compilands(IDiaEnumSymbols **pRetVal)
 {
     return(((delegate * unmanaged <IDiaSourceFile *, IDiaEnumSymbols **, int>)(lpVtbl[6]))((IDiaSourceFile *)Unsafe.AsPointer(ref this), pRetVal));
 }
Exemple #2
0
 public HRESULT Clone(IDiaEnumSymbols **ppenum)
 {
     return(((delegate * unmanaged <IDiaEnumSymbols *, IDiaEnumSymbols **, int>)(lpVtbl[9]))((IDiaEnumSymbols *)Unsafe.AsPointer(ref this), ppenum));
 }