[winpr,nt] FSInformationClass2Tag parameter

Use UINT32 as input parameter as we might have an invalid value not
contained in the FILE_INFORMATION_CLASS enum
This commit is contained in:
akallabeth
2026-01-09 09:06:49 +01:00
parent f7f0dd2ba4
commit 14897e1bba
2 changed files with 2 additions and 2 deletions

View File

@@ -1572,7 +1572,7 @@ extern "C"
* @return A string representation of the value or "UNKNOWN" for invalid values
* @since version 3.13.0
*/
WINPR_API const char* FSInformationClass2Tag(FILE_INFORMATION_CLASS value);
WINPR_API const char* FSInformationClass2Tag(UINT32 value);
#ifdef __cplusplus
}