Home | History | Annotate | Download | only in include

Lines Matching refs:GetArguments

1949     virtual HRESULT WINAPI GetArguments(LPSTR pszArgs,int cch) = 0;
1974 HRESULT (WINAPI *GetArguments)(IShellLinkA *This,LPSTR pszArgs,int cch);
2001 #define IShellLinkA_GetArguments(This,pszArgs,cch) (This)->lpVtbl->GetArguments(This,pszArgs,cch)
2065 virtual HRESULT WINAPI GetArguments(LPWSTR pszArgs,int cch) = 0;
2090 HRESULT (WINAPI *GetArguments)(IShellLinkW *This,LPWSTR pszArgs,int cch);
2117 #define IShellLinkW_GetArguments(This,pszArgs,cch) (This)->lpVtbl->GetArguments(This,pszArgs,cch)