FGetStream Function |
|
Namespace: XSharp.Core
FUNCTION FGetStream( pFile AS IntPtr ) AS FileStream
public static FileStream FGetStream( IntPtr pFile )
| You are not supposed to close the stream object that you retrieve with this function.
The Lifetime management of the stream should be left to the X# Runtime If you want to close the stream, please use the FClose() function |