windows-nt/Source/XPSP1/NT/net/diagnostics/wmi/dgnet/worker.h

11 lines
149 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// worker.h
//
// API's for the worker threads
//
#pragma once
DWORD WINAPI WorkerThread(LPVOID lpv);
extern CQueue<CCommand*, WorkerThread> g_Q;