Searched refs:dwVersion (Results 1 – 6 of 6) sorted by relevance
45 DWORD dwVersion = 0; in GetDllVersion() local57 dwVersion = MAKELONG(dvi.dwMinorVersion, dvi.dwMajorVersion); in GetDllVersion()61 return dwVersion; in GetDllVersion()
1819 DWORD dwVersion; in pcap_lookupdev() local1825 dwVersion = GetVersion(); /* get the OS version */ in pcap_lookupdev()1827 dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion))); in pcap_lookupdev()1829 if (dwVersion >= 0x80000000 && dwWindowsMajorVersion >= 4) { in pcap_lookupdev()
396 fprintf( stdout, " dwVersion: %d\n", array[ i ].dwVersion ); in ListNameSpaces()481 err = WSCInstallNameSpace( name, path, NS_DNS, array[ i ].dwVersion, &array[ i ].NSProviderId ); in ReorderNameSpaces()
1754 SchannelCred.dwVersion = SCHANNEL_CRED_VERSION; in http_sspi_find_credentials()2011 SchannelCred.dwVersion = SCHANNEL_CRED_VERSION; in http_sspi_make_credentials()
515 schannel_cred.dwVersion = SCHANNEL_CRED_VERSION; in schannel_connect_step1()
1724 dlog( inLevel, " dwVersion: %d\n", inQuerySet->lpVersion->dwVersion ); in DebugDumpQuerySet()