Home
last modified time | relevance | path

Searched refs:numShellItems (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/nanort/nanort-b1feea8/examples/common/nativefiledialog/src/
H A Dnfd_win.cpp229 DWORD numShellItems; in AllocPathSet() local
230 HRESULT result = shellItems->GetCount(&numShellItems); in AllocPathSet()
237 pathSet->count = static_cast<size_t>(numShellItems); in AllocPathSet()
248 for ( DWORD i = 0; i < numShellItems; ++i ) in AllocPathSet()
283 for (DWORD i = 0; i < numShellItems; ++i ) in AllocPathSet()