MCPcopy Create free account
hub / github.com/DennisLiu1993/Fastest_Image_Pattern_Matching / OnQueryDragIcon

Method OnQueryDragIcon

MatchTool/MatchToolDlg.cpp:283–286  ·  view source on GitHub ↗

當使用者拖曳最小化視窗時, 系統呼叫這個功能取得游標顯示。

Source from the content-addressed store, hash-verified

281// 當使用者拖曳最小化視窗時,
282// 系統呼叫這個功能取得游標顯示。
283HCURSOR CMatchToolDlg::OnQueryDragIcon()
284{
285 return static_cast<HCURSOR>(m_hIcon);
286}
287
288
289

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected