MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ThreadProc

Function ThreadProc

src/FTPQueue.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266DWORD WINAPI ThreadProc(LPVOID param) {
267 FTPQueue* queue = (FTPQueue*)param;
268 return FTPQueue::QueueThread(queue);
269}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected