Windows.Win32.System.Com.VARKIND
enum VARKIND
Specifies the variable type.
namespace Windows.Win32.System.Com
{
internal enum VARKIND
{
VAR_PERINSTANCE,
VAR_STATIC,
VAR_CONST,
VAR_DISPATCH
}
}