HardTotals.ReleaseFile(Int32) 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.
Releases exclusive access to a specific file.
public abstract void ReleaseFile (int handle);
abstract member ReleaseFile : int -> unit
Public MustOverride Sub ReleaseFile (handle As Integer)
Parameters
- handle
- Int32
The handle parameter contains the handle to the totals file to be released.