'Declaration
Public Function SetFlagBits( _ ByVal bits As UInteger _ ) As StatusCode
'Usage
Dim instance As StatusCode Dim bits As UInteger Dim value As StatusCode value = instance.SetFlagBits(bits)
public StatusCode SetFlagBits( uint bits )
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.