- using System;
- namespace LYFZ.OtherExpansion.Win32.Const
- {
- public static class PRF
- {
- public const long PRF_CHECKVISIBLE = 1L;
- public const long PRF_NONCLIENT = 2L;
- public const long PRF_CLIENT = 4L;
- public const long PRF_ERASEBKGND = 8L;
- public const long PRF_CHILDREN = 16L;
- public const long PRF_OWNED = 32L;
- }
- }
|