[SHELL32][SDK] Implement Activate_RunDLL (#5840)

- Add Activate_RunDLL function implementation.
- Add Activate_RunDLL prototype to <undocshell.h>.
This commit is contained in:
Katayama Hirofumi MZ 2023-10-28 14:56:27 +09:00 committed by GitHub
parent 2ccdd87809
commit ad5df2d199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 34 additions and 11 deletions

View file

@ -801,17 +801,6 @@ SHIsBadInterfacePtr(LPVOID pv, UINT ucb)
return FALSE;
}
/*
* Unimplemented
*/
EXTERN_C BOOL
WINAPI
Activate_RunDLL(DWORD dwProcessId, LPVOID lpUnused1, LPVOID lpUnused2, LPVOID lpUnused3)
{
FIXME("Activate_RunDLL() stub\n");
return FALSE;
}
/*
* Unimplemented
*/