Home
last modified time | relevance | path

Searched refs:shelllink_ptr (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Ddosinst.c1761 IShellLink *shelllink_ptr; in create_shortcut() local
1779 (void **) &shelllink_ptr); in create_shortcut()
1785 hres = shelllink_ptr->lpVtbl->QueryInterface(shelllink_ptr, in create_shortcut()
1797 shelllink_ptr->lpVtbl->SetPath(shelllink_ptr, shortcut_target); in create_shortcut()
1798 shelllink_ptr->lpVtbl->SetWorkingDirectory(shelllink_ptr, in create_shortcut()
1800 shelllink_ptr->lpVtbl->SetIconLocation(shelllink_ptr, in create_shortcut()
1802 shelllink_ptr->lpVtbl->SetArguments(shelllink_ptr, shortcut_args); in create_shortcut()
1815 shelllink_ptr->lpVtbl->Release(shelllink_ptr); in create_shortcut()