Searched refs:SvcSt (Results 1 – 1 of 1) sorted by relevance
408 SERVICE_STATUS SvcSt; in _tmain() local409 QueryServiceStatus(hSvc, &SvcSt); in _tmain()410 if (SvcSt.dwCurrentState != SERVICE_RUNNING) in _tmain()423 eprintf("Driver in state: %x\n", SvcSt.dwCurrentState); in _tmain()