SetUserObjectInformation function user32
Sets information about the specified window station or desktop object.
BOOL SetUserObjectInformationW(
HANDLE hObj,
int nIndex,
PVOID pvInfo,
DWORD nLength
);
Implementation
int SetUserObjectInformation(
int hObj,
int nIndex,
Pointer pvInfo,
int nLength,
) => _SetUserObjectInformation(hObj, nIndex, pvInfo, nLength);