mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
dotnet: rename Api.GetFspVersion to Api.GetVersion
This commit is contained in:
parent
aa50d5a8b9
commit
ce924d737c
@ -355,10 +355,9 @@ namespace Fsp
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Return the installed version of WinFsp.
|
/// Return the installed version of WinFsp.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
|
||||||
public static Version Version()
|
public static Version Version()
|
||||||
{
|
{
|
||||||
return Api.GetFspVersion();
|
return Api.GetVersion();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FSP_FILE_SYSTEM_INTERFACE */
|
/* FSP_FILE_SYSTEM_INTERFACE */
|
||||||
|
@ -980,7 +980,7 @@ namespace Fsp.Interop
|
|||||||
return 0/*STATUS_SUCCESS*/;
|
return 0/*STATUS_SUCCESS*/;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static Version GetFspVersion()
|
internal static Version GetVersion()
|
||||||
{
|
{
|
||||||
UInt32 Version = 0;
|
UInt32 Version = 0;
|
||||||
FspVersion(out Version);
|
FspVersion(out Version);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user