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