[PATCH 4/6] winsplp.h: Fix MONITORINIT definition.
9 Sep
2019
9 Sep
'19
6:57 a.m.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> --- include/ddk/winsplp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ddk/winsplp.h b/include/ddk/winsplp.h index 3776ba685f..162f6738bb 100644 --- a/include/ddk/winsplp.h +++ b/include/ddk/winsplp.h @@ -155,6 +155,7 @@ typedef struct _MONITORINIT { HANDLE hckRegistryRoot; PMONITORREG pMonitorReg; BOOL bLocal; + LPCWSTR pszServerName; } MONITORINIT, *PMONITORINIT; typedef struct _MONITORUI { -- 2.20.1
2289
Age (days ago)
2289
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Huw Davies