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

Method GetColumnTextPointer

WinArk/VirtualListView.h:285–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 PCWSTR GetColumnTextPointer(HWND, int row, int col) const {
286 return nullptr;
287 }
288
289 int GetSortColumn(UINT_PTR id = 0) const {
290 auto si = FindById(id);

Callers 1

OnGetDispInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected