FileGetFileInfoByHandle Method |
[AlphaFS] Retrieves file information for the specified
SafeFileHandle.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static ByHandleFileInfo GetFileInfoByHandle(
SafeFileHandle handle
)
Public Shared Function GetFileInfoByHandle (
handle As SafeFileHandle
) As ByHandleFileInfo
public:
static ByHandleFileInfo^ GetFileInfoByHandle(
SafeFileHandle^ handle
)
static member GetFileInfoByHandle :
handle : SafeFileHandle -> ByHandleFileInfo
Parameters
- handle
- Type: Microsoft.Win32.SafeHandlesSafeFileHandle
A SafeFileHandle connected to the open file from which to retrieve the information.
Return Value
Type:
ByHandleFileInfoA
ByHandleFileInfo object containing the requested information.
See Also