Home
last modified time | relevance | path

Searched refs:PropSheetThread (Results 1 – 1 of 1) sorted by relevance

/reactos/base/applications/mscutils/servman/
H A Dpropsheet.c12 unsigned int __stdcall PropSheetThread(void* Param);
45 hThread = (HANDLE)_beginthreadex(NULL, 0, &PropSheetThread, pServicePropSheet, 0, NULL); in OpenPropSheet()
53 unsigned int __stdcall PropSheetThread(void* Param) in PropSheetThread() function