comment for GetFiles return

This commit is contained in:
DubbleClick
2026-05-01 16:43:38 +07:00
parent dfb95484ea
commit ce23dab0cd
+2
View File
@@ -274,6 +274,8 @@ extern "C" __declspec(dllexport) int __cdecl RemoveFile(const wchar_t* path)
}
}
// nullptr first arg = return required size
// returns paths separated by null terminator, e.g. "C:\foo.tpf\0C:\bar.zip\0\0"
extern "C" __declspec(dllexport) int __cdecl GetFiles(wchar_t* buffer, const size_t buffer_size_chars)
{
try {