Hello dear users , I'm there to share a DLL I'm building to make the usage of Win32 API easy. I will add more functions , structures and enum with the time ! Also make some special functions myself (like Hide Desktop Icons and things like that).
Note that sometimes you need to instance the class , sometimes I've made shared members (depending on the usage)
Master Class : Win32
Childs Class : Ntdll , User32
Childs Class of Ntdll : Currently None
Childs Class of User32 : TaskBar , DesktopIcon , Desktop
Functions in Ntdll : RtlAdjustPrivilege , ZwRaiseHardError , ZwShutdownSystem , NtTerminateProcess , ZwTerminateProcess , NtSuspendProcess , ZwSuspendProcess , NtResumeProcess , ZwResumeProcess
Enum in Ntdll : ShutDown_Action
Functions in User32 : SetDeskWallpaper , GetDesktopWindow , SwapMouseButton , SetParent , FindWindow , FindWindowEx , ShowWindow , SendMessage , PostMessage
Enum in User32 : SW , Some WM_Messages (the most important)
Others (special functions and class) : Class TaskBar : Get_hWnd_TaskBar , Show_TaskBar , Hide_TaskBar , Hide_Applications_TaskBar , Show_Applications_TaskBar
Others (special functions and class) : Class DesktopIcon : GetDesktopListviewHandle , Hide_Desktop_Icons , Show_Desktop_Icons
Others (special functions and class) : Class Desktop : Get_Desktop_In_A_Control
Direct Download Link :
Source :
Note that sometimes you need to instance the class , sometimes I've made shared members (depending on the usage)
Master Class : Win32
Childs Class : Ntdll , User32
Childs Class of Ntdll : Currently None
Childs Class of User32 : TaskBar , DesktopIcon , Desktop
Functions in Ntdll : RtlAdjustPrivilege , ZwRaiseHardError , ZwShutdownSystem , NtTerminateProcess , ZwTerminateProcess , NtSuspendProcess , ZwSuspendProcess , NtResumeProcess , ZwResumeProcess
Enum in Ntdll : ShutDown_Action
Functions in User32 : SetDeskWallpaper , GetDesktopWindow , SwapMouseButton , SetParent , FindWindow , FindWindowEx , ShowWindow , SendMessage , PostMessage
Enum in User32 : SW , Some WM_Messages (the most important)
Others (special functions and class) : Class TaskBar : Get_hWnd_TaskBar , Show_TaskBar , Hide_TaskBar , Hide_Applications_TaskBar , Show_Applications_TaskBar
Others (special functions and class) : Class DesktopIcon : GetDesktopListviewHandle , Hide_Desktop_Icons , Show_Desktop_Icons
Others (special functions and class) : Class Desktop : Get_Desktop_In_A_Control
Direct Download Link :
Source :