[NTUSER] Add UserHMSetHandle macro (#6164)

This commit is contained in:
Thamatip Chitpong 2023-12-24 23:42:15 +07:00 committed by GitHub
parent 758fff284d
commit f74a2aac8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -228,6 +228,7 @@ typedef struct _PROCMARKHEAD
} PROCMARKHEAD, *PPROCMARKHEAD;
#define UserHMGetHandle(obj) ((obj)->head.h)
#define UserHMSetHandle(obj, handle) ((obj)->head.h = (handle))
/* Window Client Information structure */
struct _ETHREAD;