GetGuiResourcesFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum GetGuiResourcesFlags
<FlagsAttribute>
Public Enumeration GetGuiResourcesFlags
Dim instance As GetGuiResourcesFlags
[FlagsAttribute]
public enum class GetGuiResourcesFlags
[<FlagsAttribute>]
type GetGuiResourcesFlags
No code example is currently available or this language may not be supported.
GdiObjects |
0 |
Return the count of GDI objects.
|
UserObjects |
1 |
Return the count of USER objects.
|
GdiObjectsPeak |
2 |
Return the peak count of GDI objects.
|
UserObjectsPeak |
4 |
Return the peak count of USER objects.
|