This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Sub SetStateBits ( _
ByVal grfStateBits As Integer, _
ByVal grfMask As Integer _
)
[C#]
public void SetStateBits (
uint grfStateBits,
uint grfMask
);
[C++]
HRESULT SetStateBits(
Unsigned long grfStateBits,
Unsigned long grfMask
);
[C++] Parameters grfStateBits [in]
grfStateBits is a parameter of type unsigned long grfMask [in]
grfMask is a parameter of type unsigned long