mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +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
|
@ -720,6 +720,13 @@ BOOL WINAPI
|
|||
SHTestTokenPrivilegeW(_In_opt_ HANDLE hToken, _In_z_ LPCWSTR lpName);
|
||||
BOOL WINAPI IsSuspendAllowed(VOID);
|
||||
|
||||
BOOL WINAPI
|
||||
Activate_RunDLL(
|
||||
_In_ DWORD dwUnused1,
|
||||
_In_ LPVOID lpUnused2,
|
||||
_In_ LPVOID lpUnused3,
|
||||
_In_ LPVOID lpUnused4);
|
||||
|
||||
/*****************************************************************************
|
||||
* Shell32 resources
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue