¡@

Home 

c++ Programming Glossary: lpwin32_find_dataw

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

static HANDLE FindFirst LPCWSTR lpFileName LPWIN32_FIND_DATAW lpFindFileData return FindFirstFile lpFileName lpFindFileData.. lpFindFileData static BOOL FindNext HANDLE hFindFile LPWIN32_FIND_DATAW lpFindFileData return FindNextFile hFindFile lpFindFileData.. static HANDLE FindFirst LPCWSTR lpFileName LPWIN32_FIND_DATAW lpFindFileData insertedFileName.assign lpFileName if fakeData.empty..