bug fixes, new functions, new header
This commit is contained in:
vxunderground
2022-10-21 08:10:17 -05:00
parent 36655dd995
commit 5226cc3ab5
27 changed files with 464 additions and 322 deletions
@@ -47,7 +47,6 @@ EXIT_ROUTINE:
HRESULT UnusedSubroutineGetShellViewForDesktop(REFIID Riid, PVOID* ShellView)
{
typedef HRESULT(WINAPI* IUNKNOWN_QUERYSERVICE)(IUnknown*, REFGUID, REFIID, PVOID*);
IUNKNOWN_QUERYSERVICE QueryServiceUsingIUnknown = NULL;
HMODULE hModule = NULL;
HRESULT Result = S_OK;