mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user