IFileStreamWrapper.Init Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Init(String, Boolean) | |
Init(String, Boolean, Int32) |
Init(String, Boolean)
Init(String, Boolean, Int32)
public:
void Init(System::String ^ sFileName, bool bOpenExisting, int iBufferSize);
public void Init (string sFileName, bool bOpenExisting, int iBufferSize);
abstract member Init : string * bool * int -> unit
Public Sub Init (sFileName As String, bOpenExisting As Boolean, iBufferSize As Integer)
Parameters
- sFileName
- String
- bOpenExisting
- Boolean
- iBufferSize
- Int32