Searched defs:typeMask (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/win32/
H A Dwin32os.c23 DWORD typeMask; local
28 typeMask = 0;
33 typeMask |= VER_MAJORVERSION;
38 typeMask |= VER_MINORVERSION;
43 typeMask |= VER_SERVICEPACKMAJOR;
48 typeMask |= VER_SERVICEPACKMINOR;
52 if (VerifyVersionInfo(&osVer, typeMask, conditionMask))
69 if (VerifyVersionInfo(&osVer, typeMask, conditionMask))

Completed in 16 milliseconds