TotalsFileInfo Struct
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.
Defines the programmatic structure used by the service object to identify the current totals file for the application.
public struct TotalsFileInfo
type TotalsFileInfo = struct
Public Structure TotalsFileInfo
- Inheritance
-
TotalsFileInfo
Constructors
TotalsFileInfo(Int32, Int32) |
Creates an instance of the TotalsFileInfo structure from parameters specifying the instance's handle to the totals file and totals file size. |
Properties
Handle | |
Size |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current TotalsFileInfo. |
Equals(TotalsFileInfo, TotalsFileInfo) |
Determines whether the specified TotalsFileInfo instances are equal. |
Equals(TotalsFileInfo) |
Determines whether the specified TotalsFileInfo class of the object is equal to the current TotalsFileinfo. |
GetHashCode() |
Returns the hash code of the current TotalsFileInfo class. |
Operators
Equality(TotalsFileInfo, Object) |
Compares the specified TotalsFileInfo class and object to determine whether they are the same. |
Inequality(TotalsFileInfo, Object) |
Compares the specified TotalsFileInfo class and object to determine whether they are different. |