| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As StatusCode Dim overflow As Boolean Dim value As StatusCode value = instance.SetOverflow(overflow) | |
| C# | |
|---|---|
| public StatusCode SetOverflow( bool overflow ) | |
Parameters
- overflow
- The value for the overflow bit.
Return Value
The status code with the overflow bit set to the specified value.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    