- PostMessageA
BOOL PostMessageA(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- destroyIndex
void destroyIndex(AsyncTimer ctxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- onOverlappedReceiveComplete
void onOverlappedReceiveComplete(error_t error, DWORD recvCount, AsyncOverlapped* overlapped, DWORD flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- onOverlappedSendComplete
void onOverlappedSendComplete(error_t error, DWORD sentCount, AsyncOverlapped* overlapped, DWORD flags)
Undocumented in source. Be warned that the author may not have intended to support it.
- wndProc
LRESULT wndProc(HWND wnd, UINT msg, WPARAM wparam, LPARAM lparam)
Undocumented in source. Be warned that the author may not have intended to support it.