MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetColumnText

Method GetColumnText

WinArk/VirtualListView.h:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 CString GetColumnText(HWND hWnd, int row, int column) const {
282 return L"";
283 }
284
285 PCWSTR GetColumnTextPointer(HWND, int row, int col) const {
286 return nullptr;

Callers 1

OnGetDispInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected