c++ Programming Glossary: tempdata.calternatefilename
How might I wrap the FindXFile-style APIs to the STL-style Iterator Pattern in C++? http://stackoverflow.com/questions/2531874/how-might-i-wrap-the-findxfile-style-apis-to-the-stl-style-iterator-pattern-in-c dequeData wcscpy_s tempData.cFileName L . wcscpy_s tempData.cAlternateFileName L . tempData.dwFileAttributes FILE_ATTRIBUTE_DIRECTORY GetSystemTimeAsFileTime.. tempData wcscpy_s tempData.cFileName L .. wcscpy_s tempData.cAlternateFileName L .. dequeData.push_back tempData wcscpy_s tempData.cFileName.. wcscpy_s tempData.cFileName L MySubDirectory wcscpy_s tempData.cAlternateFileName L MYSUBD~1 dequeData.push_back tempData wcscpy_s tempData.cFileName..
|