Skip to content
jsorg71 edited this page Aug 23, 2024 · 3 revisions
HANDLE WTSOpenServerA(
  [in] LPSTR pServerName
);
void WTSCloseServer(
  [in] HANDLE hServer
);
void WTSFreeMemory(
  [in] PVOID pMemory
);
BOOL WTSWaitSystemEvent(
  [in]  HANDLE hServer,
  [in]  DWORD  EventMask,
  [out] DWORD  *pEventFlags
);
Clone this wiki locally