示例#1
0
 public int GetShortcuts([NativeTypeName("WORD")] ushort LangID, SPSHORTCUTPAIRLIST *pShortcutpairList)
 {
     return(((delegate * unmanaged <ISpShortcut *, ushort, SPSHORTCUTPAIRLIST *, int>)(lpVtbl[5]))((ISpShortcut *)Unsafe.AsPointer(ref this), LangID, pShortcutpairList));
 }
示例#2
0
 public int GetGenerationChange([NativeTypeName("DWORD *")] uint *pdwGeneration, SPSHORTCUTPAIRLIST *pShortcutpairList)
 {
     return(((delegate * unmanaged <ISpShortcut *, uint *, SPSHORTCUTPAIRLIST *, int>)(lpVtbl[10]))((ISpShortcut *)Unsafe.AsPointer(ref this), pdwGeneration, pShortcutpairList));
 }
 public HRESULT GetShortcutsForGeneration([NativeTypeName("DWORD *")] uint *pdwGeneration, [NativeTypeName("DWORD *")] uint *pdwCookie, SPSHORTCUTPAIRLIST *pShortcutpairList)
 {
     return(((delegate * unmanaged <ISpShortcut *, uint *, uint *, SPSHORTCUTPAIRLIST *, int>)(lpVtbl[9]))((ISpShortcut *)Unsafe.AsPointer(ref this), pdwGeneration, pdwCookie, pShortcutpairList));
 }