Home
last modified time | relevance | path

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

/dports/graphics/nanort/nanort-b1feea8/examples/common/nativefiledialog/src/
H A Dnfd_win.cpp221 static nfdresult_t AllocPathSet( IShellItemArray *shellItems, nfdpathset_t *pathSet ) in AllocPathSet() argument
225 assert(shellItems); in AllocPathSet()
230 HRESULT result = shellItems->GetCount(&numShellItems); in AllocPathSet()
251 result = shellItems->GetItemAt(i, &shellItem); in AllocPathSet()
286 result = shellItems->GetItemAt(i, &shellItem); in AllocPathSet()
506 IShellItemArray *shellItems; in NFD_OpenDialogMultiple() local
507 result = fileOpenDialog->GetResults( &shellItems ); in NFD_OpenDialogMultiple()
514 if ( AllocPathSet( shellItems, outPaths ) == NFD_ERROR ) in NFD_OpenDialogMultiple()
519 shellItems->Release(); in NFD_OpenDialogMultiple()