mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:43:22 +00:00
[SHELL32][SDK] Implement Activate_RunDLL (#5840)
- Add Activate_RunDLL function implementation. - Add Activate_RunDLL prototype to <undocshell.h>.
This commit is contained in:
parent
2ccdd87809
commit
ad5df2d199
3 changed files with 34 additions and 11 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue