Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AgentOrange44

    IWbemClassObject::Get()

    I need help using the Get() function from IWbemClassObject. I've used this function before to return single values, but the problem I'm having is I can't seem to figure out how to handle multi-valued results. My query looks like this: hr = objWMIService->ExecQuery(L"WQL", L"Select * From...
  2. AgentOrange44

    need help with 'using namespace System;'

    I'm trying to use the Directory class to do some enumeration and the example code I found contains: #include <stdafx.h> #using <mscorlib.dll> using namespace System; my code looks like: #define _WIN32_DCOM #include <Wbemidl.h> #include <iostream> #include <string> #include <Windows.h>...

Part and Inventory Search

Back
Top